Searched refs:shouldScheduleNavigation (Results 1 – 3 of 3) sorted by relevance
268 inline bool NavigationScheduler::shouldScheduleNavigation() const in shouldScheduleNavigation() function in WebCore::NavigationScheduler273 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const in shouldScheduleNavigation() function in WebCore::NavigationScheduler275 …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()
93 bool shouldScheduleNavigation() const;94 bool shouldScheduleNavigation(const String& url) const;
30297 … (WebCore::NavigationScheduler::shouldScheduleNavigation): Checks the nullity of Page and calls30299 (WebCore::NavigationScheduler::scheduleRedirect): Calls shouldScheduleNavigation.