Searched refs:IsQueryExtractionAllowedForURL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dsearch.h95 bool IsQueryExtractionAllowedForURL(Profile* profile, const GURL& url);
H A Dsearch.cc241 if (!IsQueryExtractionAllowedForURL(profile, entry->GetVirtualURL()))
363 bool IsQueryExtractionAllowedForURL(Profile* profile, const GURL& url) { function in namespace:chrome
H A Dsearch_unittest.cc736 TEST_F(SearchTest, IsQueryExtractionAllowedForURL) {
750 chrome::IsQueryExtractionAllowedForURL(profile(), GURL(test.url)))
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc95 if (!chrome::IsQueryExtractionAllowedForURL(profile(), url))

Completed in 1316 milliseconds