Home
last modified time | relevance | path

Searched refs:MaybeCreateNavigationThrottle (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/
H A Ddelayed_warning_navigation_throttle.h29 MaybeCreateNavigationThrottle(content::NavigationHandle* navigation_handle);
H A Ddelayed_warning_navigation_throttle.cc29 DelayedWarningNavigationThrottle::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in safe_browsing::DelayedWarningNavigationThrottle
H A Dchrome_password_protection_service_unittest.cc998 service_->MaybeCreateNavigationThrottle(&test_handle); in TEST_F()
1019 service_->MaybeCreateNavigationThrottle(&test_handle); in TEST_F()
1056 service_->MaybeCreateNavigationThrottle(&test_handle); in TEST_F()
1077 service_->MaybeCreateNavigationThrottle(&test_handle); in TEST_F()
H A Dchrome_password_protection_service.h72 MaybeCreateNavigationThrottle(content::NavigationHandle* navigation_handle);
H A Dchrome_password_protection_service.cc1691 MaybeCreateNavigationThrottle(content::NavigationHandle* navigation_handle) { in MaybeCreateNavigationThrottle() function
1697 return service ? service->MaybeCreateNavigationThrottle(navigation_handle) in MaybeCreateNavigationThrottle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/security_interstitials/content/
H A Dinsecure_form_navigation_throttle.h43 MaybeCreateNavigationThrottle(
H A Dinsecure_form_navigation_throttle.cc79 InsecureFormNavigationThrottle::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in security_interstitials::InsecureFormNavigationThrottle
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/lookalikes/
H A Dlookalike_url_navigation_throttle.h51 MaybeCreateNavigationThrottle(content::NavigationHandle* navigation_handle);
H A Dlookalike_url_navigation_throttle_unittest.cc85 LookalikeUrlNavigationThrottle::MaybeCreateNavigationThrottle(&handle); in TEST_F()
H A Dlookalike_url_navigation_throttle.cc171 LookalikeUrlNavigationThrottle::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in LookalikeUrlNavigationThrottle
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/password_protection/
H A Dpassword_protection_service.h199 MaybeCreateNavigationThrottle(content::NavigationHandle* navigation_handle);
H A Dpassword_protection_service.cc423 PasswordProtectionService::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in safe_browsing::PasswordProtectionService
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/
H A Ddevtools_window.h126 MaybeCreateNavigationThrottle(content::NavigationHandle* handle);
H A Ddevtools_window.cc747 DevToolsWindow::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in DevToolsWindow
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/content/password_protection/
H A Dpassword_protection_service.h199 MaybeCreateNavigationThrottle(content::NavigationHandle* navigation_handle);
H A Dpassword_protection_service.cc412 PasswordProtectionService::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in safe_browsing::PasswordProtectionService
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/
H A Ddevtools_window.h151 MaybeCreateNavigationThrottle(content::NavigationHandle* handle);
H A Ddevtools_window.cc786 DevToolsWindow::MaybeCreateNavigationThrottle( in MaybeCreateNavigationThrottle() function in DevToolsWindow
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/
H A Dcontent_browser_client_impl.cc714 InsecureFormNavigationThrottle::MaybeCreateNavigationThrottle( in CreateThrottlesForNavigation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_content_browser_client.cc4039 MaybeAddThrottle(safe_browsing::MaybeCreateNavigationThrottle(handle), in CreateThrottlesForNavigation()
4044 LookalikeUrlNavigationThrottle::MaybeCreateNavigationThrottle(handle), in CreateThrottlesForNavigation()
4071 MaybeAddThrottle(DevToolsWindow::MaybeCreateNavigationThrottle(handle), in CreateThrottlesForNavigation()
4113 MaybeCreateNavigationThrottle( in CreateThrottlesForNavigation()