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

  /external/webkit/Source/WebCore/loader/
NavigationScheduler.h 93 bool shouldScheduleNavigation() const;
94 bool shouldScheduleNavigation(const String& url) const;
NavigationScheduler.cpp 268 inline bool NavigationScheduler::shouldScheduleNavigation() const
273 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const
275 return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnload::isNavigationAllowed());
280 if (!shouldScheduleNavigation(url))
312 if (!shouldScheduleNavigation(url))
359 if (!shouldScheduleNavigation())
370 if (!shouldScheduleNavigation())

Completed in 19 milliseconds