Searched refs:HasGoogleSearchQueryParam (Results 1 – 3 of 3) sorted by relevance
81 bool HasGoogleSearchQueryParam(const std::string& str) { in HasGoogleSearchQueryParam() function206 return HasGoogleSearchQueryParam(url.ref()) || in IsGoogleSearchUrl()207 (!is_home_page_base && HasGoogleSearchQueryParam(url.query())); in IsGoogleSearchUrl()
22 bool HasGoogleSearchQueryParam(const std::string& str);
198 const std::string& query_str(google_util::HasGoogleSearchQueryParam( in GetCorpusNameForMobile()