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

Public Member Functions

 ScheduledFormSubmission (Ref< FormSubmission > &&submission, LockBackForwardList lockBackForwardList, bool duringLoad)
 
void fire (Frame &frame) override
 
void didStartTimer (Frame &frame, Timer &timer) override
 
void didStopTimer (Frame &frame, bool newLoadInProgress) 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::ScheduledNavigation
void clearUserGesture ()
 
ShouldOpenExternalURLsPolicy shouldOpenExternalURLs () const
 

Constructor & Destructor Documentation

◆ ScheduledFormSubmission()

WebCore::ScheduledFormSubmission::ScheduledFormSubmission ( Ref< FormSubmission > &&  submission,
LockBackForwardList  lockBackForwardList,
bool  duringLoad 
)
inline

Member Function Documentation

◆ didStartTimer()

void WebCore::ScheduledFormSubmission::didStartTimer ( Frame frame,
Timer timer 
)
inlineoverridevirtual

Reimplemented from WebCore::ScheduledNavigation.

◆ didStopTimer()

void WebCore::ScheduledFormSubmission::didStopTimer ( Frame frame,
bool  newLoadInProgress 
)
inlineoverridevirtual

Reimplemented from WebCore::ScheduledNavigation.

◆ fire()

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

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