OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScheduledNavigation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/
NavigationScheduler.h
47
class
ScheduledNavigation
;
97
void schedule(PassOwnPtr<
ScheduledNavigation
>);
103
OwnPtr<
ScheduledNavigation
> m_redirect;
NavigationScheduler.cpp
56
class
ScheduledNavigation
{
57
WTF_MAKE_NONCOPYABLE(
ScheduledNavigation
); WTF_MAKE_FAST_ALLOCATED;
59
ScheduledNavigation
(double delay, bool lockHistory, bool lockBackForwardList, bool wasDuringLoad, bool isLocationChange)
68
virtual ~
ScheduledNavigation
() { }
95
class ScheduledURLNavigation : public
ScheduledNavigation
{
98
:
ScheduledNavigation
(delay, lockHistory, lockBackForwardList, duringLoad, isLocationChange)
169
class ScheduledHistoryNavigation : public
ScheduledNavigation
{
172
:
ScheduledNavigation
(0, false, false, false, true)
196
class ScheduledFormSubmission : public
ScheduledNavigation
{
199
:
ScheduledNavigation
(0, submission->lockHistory(), lockBackForwardList, duringLoad, true
[
all
...]
Completed in 611 milliseconds