shouldScheduleNavigation  257 Source/core/loader/NavigationScheduler.cpp     return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnload::isNavigationAllowed());
shouldScheduleNavigation  262 Source/core/loader/NavigationScheduler.cpp     if (!shouldScheduleNavigation(url))
shouldScheduleNavigation  297 Source/core/loader/NavigationScheduler.cpp     if (!shouldScheduleNavigation(url))
shouldScheduleNavigation  331 Source/core/loader/NavigationScheduler.cpp     if (!shouldScheduleNavigation())
shouldScheduleNavigation  342 Source/core/loader/NavigationScheduler.cpp     if (!shouldScheduleNavigation())
shouldScheduleNavigation   91 Source/core/loader/NavigationScheduler.h     bool shouldScheduleNavigation() const;
shouldScheduleNavigation   92 Source/core/loader/NavigationScheduler.h     bool shouldScheduleNavigation(const String& url) const;