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 93 bool shouldScheduleNavigation() const;
94 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))
339 if (!shouldScheduleNavigation())
348 if (!shouldScheduleNavigation())

Completed in 65 milliseconds