SEARCH_ENGINE_OTHER 1296 chrome/browser/search_engines/template_url_prepopulate_data.cc return gurl.is_valid() ? GetEngineType(gurl) : SEARCH_ENGINE_OTHER; SEARCH_ENGINE_OTHER 1325 chrome/browser/search_engines/template_url_prepopulate_data.cc return SEARCH_ENGINE_OTHER; SEARCH_ENGINE_OTHER 281 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc EXPECT_EQ(SEARCH_ENGINE_OTHER, GetEngineType("http://example.com/")); SEARCH_ENGINE_OTHER 283 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc EXPECT_EQ(SEARCH_ENGINE_OTHER, GetEngineType("http://search.atlas.cz/")); SEARCH_ENGINE_OTHER 325 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc EXPECT_EQ(SEARCH_ENGINE_OTHER, SEARCH_ENGINE_OTHER 327 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc EXPECT_EQ(SEARCH_ENGINE_OTHER, GetEngineType("invalid:search:url")); SEARCH_ENGINE_OTHER 332 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc EXPECT_EQ(SEARCH_ENGINE_OTHER, GetEngineType(foo_url));