Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationScheduler.cpp250 inline bool NavigationScheduler::shouldScheduleNavigation() const in shouldScheduleNavigation() function in WebCore::NavigationScheduler
255 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const in shouldScheduleNavigation() function in WebCore::NavigationScheduler
257 …return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnlo… in shouldScheduleNavigation()
262 if (!shouldScheduleNavigation(url)) in scheduleRedirect()
297 if (!shouldScheduleNavigation(url)) in scheduleLocationChange()
330 if (!shouldScheduleNavigation()) in scheduleRefresh()
341 if (!shouldScheduleNavigation()) in scheduleHistoryNavigation()
DNavigationScheduler.h90 bool shouldScheduleNavigation() const;
91 bool shouldScheduleNavigation(const String& url) const;