Searched refs:shouldScheduleNavigation (Results 1 – 2 of 2) sorted by relevance
250 inline bool NavigationScheduler::shouldScheduleNavigation() const in shouldScheduleNavigation() function in blink::NavigationScheduler255 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const in shouldScheduleNavigation() function in blink::NavigationScheduler257 …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()
93 bool shouldScheduleNavigation() const;94 bool shouldScheduleNavigation(const String& url) const;