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