HomeSort by relevance Sort by last modified time
    Searched defs:GetEngineType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc 26 SearchEngineType GetEngineType(const std::string& url) {
29 return TemplateURLPrepopulateData::GetEngineType(TemplateURL(data),
251 TemplateURLPrepopulateData::GetEngineType(
290 TemplateURLPrepopulateData::GetEngineType(
297 EXPECT_EQ(SEARCH_ENGINE_OTHER, GetEngineType("http://example.com/"));
298 EXPECT_EQ(SEARCH_ENGINE_ASK, GetEngineType("http://www.ask.com/"));
299 EXPECT_EQ(SEARCH_ENGINE_OTHER, GetEngineType("http://search.atlas.cz/"));
300 EXPECT_EQ(SEARCH_ENGINE_GOOGLE, GetEngineType("http://www.google.com/"));
318 EXPECT_EQ(SEARCH_ENGINE_GOOGLE, GetEngineType(kGoogleURLs[i]));
330 EXPECT_EQ(SEARCH_ENGINE_YAHOO, GetEngineType(kYahooURLs[i]))
    [all...]
template_url_prepopulate_data.cc     [all...]

Completed in 101 milliseconds