OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NavigationScheduler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h
69
class
NavigationScheduler
{
70
WTF_MAKE_NONCOPYABLE(
NavigationScheduler
);
73
explicit
NavigationScheduler
(Frame*);
74
~
NavigationScheduler
();
93
void timerFired(Timer<
NavigationScheduler
>*);
99
Timer<
NavigationScheduler
> m_timer;
NavigationScheduler.cpp
33
#include "core/loader/
NavigationScheduler
.h"
227
NavigationScheduler
::
NavigationScheduler
(Frame* frame)
229
, m_timer(this, &
NavigationScheduler
::timerFired)
233
NavigationScheduler
::~
NavigationScheduler
()
237
bool
NavigationScheduler
::locationChangePending()
242
void
NavigationScheduler
::clear()
250
inline bool
NavigationScheduler
::shouldScheduleNavigation() const
255
inline bool
NavigationScheduler
::shouldScheduleNavigation(const String& url) cons
[
all
...]
Completed in 44 milliseconds