HomeSort by relevance Sort by last modified time
    Searched refs:GenerateKeyword (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 112 string16 keyword = TemplateURLModel::GenerateKeyword(
153 TemplateURLModel::GenerateKeyword(keyword_url, true); // autodetected
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 446 TEST_F(TemplateURLModelTest, GenerateKeyword) {
447 ASSERT_EQ(string16(), TemplateURLModel::GenerateKeyword(GURL(), true));
450 TemplateURLModel::GenerateKeyword(GURL("https://blah"), true));
452 TemplateURLModel::GenerateKeyword(GURL("http://foo"), true));
455 TemplateURLModel::GenerateKeyword(GURL("http://www.foo"), true));
458 TemplateURLModel::GenerateKeyword(GURL("http://blah/foo"), true));
460 TemplateURLModel::GenerateKeyword(GURL("http://blah/foo"), false));
463 TemplateURLModel::GenerateKeyword(GURL("ftp://blah/"), true));
466 TemplateURLModel::GenerateKeyword(GURL("http://blah/"), true));
    [all...]
template_url_fetcher.cc 163 string16 new_keyword = TemplateURLModel::GenerateKeyword(
template_url_model.h 82 static string16 GenerateKeyword(const GURL& url, bool autodetected);
template_url.cc 643 keyword_ = TemplateURLModel::GenerateKeyword(
template_url_model.cc 132 string16 TemplateURLModel::GenerateKeyword(const GURL& url,
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 220 TemplateURLModel::GenerateKeyword(gurl, false));
ie_importer.cc 411 template_url->set_keyword(TemplateURLModel::GenerateKeyword(gurl,

Completed in 66 milliseconds