#include <NavigationScheduler.h>
|
| NavigationScheduler (Frame &) |
|
| ~NavigationScheduler () |
|
bool | redirectScheduledDuringLoad () |
|
bool | locationChangePending () |
|
void | scheduleRedirect (Document &initiatingDocument, double delay, const URL &) |
|
void | scheduleLocationChange (Document &initiatingDocument, SecurityOrigin &, const URL &, const String &referrer, LockHistory=LockHistory::Yes, LockBackForwardList=LockBackForwardList::Yes) |
|
void | scheduleFormSubmission (Ref< FormSubmission > &&) |
|
void | scheduleRefresh (Document &initiatingDocument) |
|
void | scheduleHistoryNavigation (int steps) |
|
void | schedulePageBlock (Document &originDocument) |
|
void | startTimer () |
|
void | cancel (bool newLoadInProgress=false) |
|
void | clear () |
|
| NavigationScheduler (Frame &) |
|
| ~NavigationScheduler () |
|
bool | redirectScheduledDuringLoad () |
|
bool | locationChangePending () |
|
void | scheduleRedirect (Document &initiatingDocument, double delay, const URL &) |
|
void | scheduleLocationChange (Document &initiatingDocument, SecurityOrigin &, const URL &, const String &referrer, LockHistory=LockHistory::Yes, LockBackForwardList=LockBackForwardList::Yes) |
|
void | scheduleFormSubmission (Ref< FormSubmission > &&) |
|
void | scheduleRefresh (Document &initiatingDocument) |
|
void | scheduleHistoryNavigation (int steps) |
|
void | schedulePageBlock (Document &originDocument) |
|
void | startTimer () |
|
void | cancel (bool newLoadInProgress=false) |
|
void | clear () |
|
◆ NavigationScheduler() [1/2]
WebCore::NavigationScheduler::NavigationScheduler |
( |
Frame & |
frame | ) |
|
|
explicit |
◆ ~NavigationScheduler() [1/2]
WebCore::NavigationScheduler::~NavigationScheduler |
( |
| ) |
|
◆ NavigationScheduler() [2/2]
WebCore::NavigationScheduler::NavigationScheduler |
( |
Frame & |
| ) |
|
|
explicit |
◆ ~NavigationScheduler() [2/2]
WebCore::NavigationScheduler::~NavigationScheduler |
( |
| ) |
|
◆ cancel() [1/2]
void WebCore::NavigationScheduler::cancel |
( |
bool |
newLoadInProgress = false | ) |
|
◆ cancel() [2/2]
void WebCore::NavigationScheduler::cancel |
( |
bool |
newLoadInProgress = false | ) |
|
◆ clear() [1/2]
void WebCore::NavigationScheduler::clear |
( |
| ) |
|
◆ clear() [2/2]
void WebCore::NavigationScheduler::clear |
( |
| ) |
|
◆ locationChangePending() [1/2]
bool WebCore::NavigationScheduler::locationChangePending |
( |
| ) |
|
◆ locationChangePending() [2/2]
bool WebCore::NavigationScheduler::locationChangePending |
( |
| ) |
|
◆ redirectScheduledDuringLoad() [1/2]
bool WebCore::NavigationScheduler::redirectScheduledDuringLoad |
( |
| ) |
|
◆ redirectScheduledDuringLoad() [2/2]
bool WebCore::NavigationScheduler::redirectScheduledDuringLoad |
( |
| ) |
|
◆ scheduleFormSubmission() [1/2]
◆ scheduleFormSubmission() [2/2]
◆ scheduleHistoryNavigation() [1/2]
void WebCore::NavigationScheduler::scheduleHistoryNavigation |
( |
int |
steps | ) |
|
◆ scheduleHistoryNavigation() [2/2]
void WebCore::NavigationScheduler::scheduleHistoryNavigation |
( |
int |
steps | ) |
|
◆ scheduleLocationChange() [1/2]
◆ scheduleLocationChange() [2/2]
◆ schedulePageBlock() [1/2]
void WebCore::NavigationScheduler::schedulePageBlock |
( |
Document & |
originDocument | ) |
|
◆ schedulePageBlock() [2/2]
void WebCore::NavigationScheduler::schedulePageBlock |
( |
Document & |
originDocument | ) |
|
◆ scheduleRedirect() [1/2]
void WebCore::NavigationScheduler::scheduleRedirect |
( |
Document & |
initiatingDocument, |
|
|
double |
delay, |
|
|
const URL & |
|
|
) |
| |
◆ scheduleRedirect() [2/2]
void WebCore::NavigationScheduler::scheduleRedirect |
( |
Document & |
initiatingDocument, |
|
|
double |
delay, |
|
|
const URL & |
url |
|
) |
| |
◆ scheduleRefresh() [1/2]
void WebCore::NavigationScheduler::scheduleRefresh |
( |
Document & |
initiatingDocument | ) |
|
◆ scheduleRefresh() [2/2]
void WebCore::NavigationScheduler::scheduleRefresh |
( |
Document & |
initiatingDocument | ) |
|
◆ startTimer() [1/2]
void WebCore::NavigationScheduler::startTimer |
( |
| ) |
|
◆ startTimer() [2/2]
void WebCore::NavigationScheduler::startTimer |
( |
| ) |
|
The documentation for this class was generated from the following files: