OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldScheduleNavigation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h
90
bool
shouldScheduleNavigation
() const;
91
bool
shouldScheduleNavigation
(const String& url) const;
NavigationScheduler.cpp
250
inline bool NavigationScheduler::
shouldScheduleNavigation
() const
255
inline bool NavigationScheduler::
shouldScheduleNavigation
(const String& url) const
257
return
shouldScheduleNavigation
() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnload::isNavigationAllowed());
262
if (!
shouldScheduleNavigation
(url))
297
if (!
shouldScheduleNavigation
(url))
330
if (!
shouldScheduleNavigation
())
341
if (!
shouldScheduleNavigation
())
Completed in 657 milliseconds