Home
last modified time | relevance | path

Searched refs:IsGoogleURL (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/optimization_guide/
H A Doptimization_guide_hints_manager.h182 FRIEND_TEST_ALL_PREFIXES(OptimizationGuideHintsManagerTest, IsGoogleURL);
344 bool IsGoogleURL(const GURL& url) const;
H A Doptimization_guide_hints_manager.cc790 bool OptimizationGuideHintsManager::IsGoogleURL(const GURL& url) const { in IsGoogleURL() function in OptimizationGuideHintsManager
810 return IsGoogleURL(*source_document_url); in IsAllowedToFetchForNavigationPrediction()
H A Doptimization_guide_hints_manager_unittest.cc1782 TEST_F(OptimizationGuideHintsManagerTest, IsGoogleURL) { in TEST_F() argument
1810 EXPECT_EQ(test.expect_is_google_url, hints_manager()->IsGoogleURL(url)); in TEST_F()