Searched refs:IsGoogleSearchResultURL (Results 1 – 4 of 4) sorted by relevance
61 EXPECT_TRUE(IsGoogleSearchResultURL(GURL("http://www.google.com/#asdf"))); in TEST_F()62 EXPECT_TRUE(IsGoogleSearchResultURL(GURL("http://www.google.com/"))); in TEST_F()63 EXPECT_TRUE(IsGoogleSearchResultURL(GURL("http://www.google.com/?a=b"))); in TEST_F()64 EXPECT_TRUE(IsGoogleSearchResultURL( in TEST_F()66 EXPECT_TRUE(IsGoogleSearchResultURL(GURL("http://www.google.com/search"))); in TEST_F()67 EXPECT_TRUE(IsGoogleSearchResultURL(GURL("http://www.google.com/webhp"))); in TEST_F()68 EXPECT_TRUE(IsGoogleSearchResultURL( in TEST_F()70 EXPECT_FALSE(IsGoogleSearchResultURL(GURL("http://www.google.com/imgres"))); in TEST_F()71 EXPECT_FALSE(IsGoogleSearchResultURL( in TEST_F()73 EXPECT_FALSE(IsGoogleSearchResultURL( in TEST_F()[all …]
39 bool IsGoogleSearchResultURL(const GURL& url);
147 bool IsGoogleSearchResultURL(const GURL& url) { in IsGoogleSearchResultURL() function
1256 IsGoogleSearchResultURL(referrer.url)) { in AddPrerender()