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

  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 90 TemplateURL* AddKeywordWithDate(
199 TemplateURL* AddKeywordWithDate(const std::string& short_name,
285 TemplateURL* TemplateURLServiceTest::AddKeywordWithDate(
296 return ::AddKeywordWithDate(model(), short_name, keyword, url, suggest_url,
488 AddKeywordWithDate(
541 TemplateURL* original1 = AddKeywordWithDate(
544 TemplateURL* original2 = AddKeywordWithDate(
547 TemplateURL* original3 = AddKeywordWithDate(
591 TemplateURL* extension = AddKeywordWithDate(
597 AddKeywordWithDate(
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 119 TemplateURL* AddKeywordWithDate(const std::string& keyword,
501 AddKeywordWithDate("key1", false, "http://foo1", "http://suggest1",
504 AddKeywordWithDate("key2", false, "http://foo2", "http://suggest2",
507 AddKeywordWithDate("key3", false, "http://foo3", "", "", "", "name3",
509 AddKeywordWithDate("key4", false, "http://foo4", "", "", "", "name4",
512 AddKeywordWithDate("key5", false, "http://foo5", "http://suggest5",
514 AddKeywordWithDate("key6", false, "http://foo6", "http://suggest6",
597 TemplateURL* t_url = AddKeywordWithDate("key1", false, "http://foo1",
629 AddKeywordWithDate("", false, "http://foo1", "http://sugg1",
653 TemplateURL* t_url = AddKeywordWithDate("foo", false, "http://foo1"
    [all...]

Completed in 154 milliseconds