webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Protected Member Functions | List of all members
WebCore::ScheduledURLNavigation Class Reference
Inheritance diagram for WebCore::ScheduledURLNavigation:
WebCore::ScheduledNavigation WebCore::ScheduledLocationChange WebCore::ScheduledRedirect WebCore::ScheduledRefresh

Protected Member Functions

 ScheduledURLNavigation (Document &initiatingDocument, double delay, SecurityOrigin *securityOrigin, const URL &url, const String &referrer, LockHistory lockHistory, LockBackForwardList lockBackForwardList, bool duringLoad, bool isLocationChange)
 
void fire (Frame &frame) override
 
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
 

Additional Inherited Members

- 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
 

Constructor & Destructor Documentation

◆ ScheduledURLNavigation()

WebCore::ScheduledURLNavigation::ScheduledURLNavigation ( Document initiatingDocument,
double  delay,
SecurityOrigin securityOrigin,
const URL url,
const String referrer,
LockHistory  lockHistory,
LockBackForwardList  lockBackForwardList,
bool  duringLoad,
bool  isLocationChange 
)
inlineprotected

Member Function Documentation

◆ didStartTimer()

void WebCore::ScheduledURLNavigation::didStartTimer ( Frame frame,
Timer timer 
)
inlineoverrideprotectedvirtual

Reimplemented from WebCore::ScheduledNavigation.

◆ didStopTimer()

void WebCore::ScheduledURLNavigation::didStopTimer ( Frame frame,
bool  newLoadInProgress 
)
inlineoverrideprotectedvirtual

Reimplemented from WebCore::ScheduledNavigation.

◆ fire()

void WebCore::ScheduledURLNavigation::fire ( Frame frame)
inlineoverrideprotectedvirtual

◆ referrer()

String WebCore::ScheduledURLNavigation::referrer ( ) const
inlineprotected

◆ securityOrigin()

SecurityOrigin* WebCore::ScheduledURLNavigation::securityOrigin ( ) const
inlineprotected

◆ url()

const URL& WebCore::ScheduledURLNavigation::url ( ) const
inlineprotected

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