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 blink::NavigationScheduler
255 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const in shouldScheduleNavigation() function in blink::NavigationScheduler
257 …return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnlo… in shouldScheduleNavigation()
262 if (!shouldScheduleNavigation(url)) in scheduleRedirect()
298 if (!shouldScheduleNavigation(url)) in scheduleLocationChange()
339 if (!shouldScheduleNavigation()) in scheduleReload()
348 if (!shouldScheduleNavigation()) in scheduleHistoryNavigation()
DNavigationScheduler.h93 bool shouldScheduleNavigation() const;
94 bool shouldScheduleNavigation(const String& url) const;