OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shouldstarttimer
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp
72
virtual bool
shouldStartTimer
(Frame*) { return true; }
134
virtual bool
shouldStartTimer
(Frame* frame) { return frame->loader().allAncestorsAreComplete(); }
388
if (!m_redirect->
shouldStartTimer
(m_frame))
Completed in 727 milliseconds