HomeSort by relevance Sort by last modified time
    Searched refs:shouldScheduleNavigation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 91 bool shouldScheduleNavigation() const;
92 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))
298 if (!shouldScheduleNavigation(url))
332 if (!shouldScheduleNavigation())
343 if (!shouldScheduleNavigation())

Completed in 53 milliseconds