webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::ScheduledRefresh Class Reference
Inheritance diagram for WebCore::ScheduledRefresh:
WebCore::ScheduledURLNavigation WebCore::ScheduledNavigation

Public Member Functions

 ScheduledRefresh (Document &initiatingDocument, SecurityOrigin *securityOrigin, const URL &url, const String &referrer)
 
void fire (Frame &frame) override
 
- Public Member Functions inherited from WebCore::ScheduledNavigation
 ScheduledNavigation (double delay, LockHistory lockHistory, LockBackForwardList lockBackForwardList, bool wasDuringLoad, bool isLocationChange)
 
 ScheduledNavigation (double delay, LockHistory lockHistory, LockBackForwardList lockBackForwardList, bool wasDuringLoad, bool isLocationChange, ShouldOpenExternalURLsPolicy externalURLPolicy)
 
virtual ~ScheduledNavigation ()
 
virtual bool shouldStartTimer (Frame &)
 
double delay () const
 
LockHistory lockHistory () const
 
LockBackForwardList lockBackForwardList () const
 
bool wasDuringLoad () const
 
bool isLocationChange () const
 
UserGestureTokenuserGestureToForward () const
 

Additional Inherited Members

- Protected Member Functions inherited from WebCore::ScheduledURLNavigation
 ScheduledURLNavigation (Document &initiatingDocument, double delay, SecurityOrigin *securityOrigin, const URL &url, const String &referrer, LockHistory lockHistory, LockBackForwardList lockBackForwardList, bool duringLoad, bool isLocationChange)
 
void didStartTimer (Frame &frame, Timer &timer) override
 
void didStopTimer (Frame &frame, bool newLoadInProgress) override
 
SecurityOriginsecurityOrigin () const
 
const URLurl () const
 
String referrer () const
 
- Protected Member Functions inherited from WebCore::ScheduledNavigation
void clearUserGesture ()
 
ShouldOpenExternalURLsPolicy shouldOpenExternalURLs () const
 

Constructor & Destructor Documentation

◆ ScheduledRefresh()

WebCore::ScheduledRefresh::ScheduledRefresh ( Document initiatingDocument,
SecurityOrigin securityOrigin,
const URL url,
const String referrer 
)
inline

Member Function Documentation

◆ fire()

void WebCore::ScheduledRefresh::fire ( Frame frame)
inlineoverridevirtual

Reimplemented from WebCore::ScheduledURLNavigation.


The documentation for this class was generated from the following file: