Home
last modified time | relevance | path

Searched refs:shouldScheduleNavigation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/
DNavigationScheduler.cpp268 inline bool NavigationScheduler::shouldScheduleNavigation() const in shouldScheduleNavigation() function in WebCore::NavigationScheduler
273 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const in shouldScheduleNavigation() function in WebCore::NavigationScheduler
275 …return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnlo… in shouldScheduleNavigation()
280 if (!shouldScheduleNavigation(url)) in scheduleRedirect()
312 if (!shouldScheduleNavigation(url)) in scheduleLocationChange()
359 if (!shouldScheduleNavigation()) in scheduleRefresh()
370 if (!shouldScheduleNavigation()) in scheduleHistoryNavigation()
DNavigationScheduler.h93 bool shouldScheduleNavigation() const;
94 bool shouldScheduleNavigation(const String& url) const;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1630297 … (WebCore::NavigationScheduler::shouldScheduleNavigation): Checks the nullity of Page and calls
30299 (WebCore::NavigationScheduler::scheduleRedirect): Calls shouldScheduleNavigation.