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

  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 399 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"),
417 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"),
427 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"),
429 ASSERT_FALSE(model()->CanReplaceKeyword(ASCIIToUTF16("b"), GURL(), NULL));
652 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("foo"), GURL(), NULL));
657 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("foo"),
665 ASSERT_FALSE(model()->CanReplaceKeyword(ASCIIToUTF16("foo"),
671 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("foo"),
677 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("bar"),
685 ASSERT_FALSE(model()->CanReplaceKeyword(ASCIIToUTF16("bar")
    [all...]
template_url_fetcher.cc 172 !model->CanReplaceKeyword(keyword_, GURL(template_url_->url()->url()),
194 model->CanReplaceKeyword(new_keyword,
template_url_model.h 106 bool CanReplaceKeyword(const string16& keyword,
template_url_model.cc 213 bool TemplateURLModel::CanReplaceKeyword(
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 169 if (!url_model->CanReplaceKeyword(keyword, url, &current_url))
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 176 if (!url_service->CanReplaceKeyword(keyword, url, &current_url))
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 396 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"), GURL(),
415 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"), GURL(),
432 ASSERT_TRUE(model()->CanReplaceKeyword(ASCIIToUTF16("keyword"), GURL(),
434 ASSERT_FALSE(model()->CanReplaceKeyword(ASCIIToUTF16("b"), GURL(), NULL));
    [all...]
template_url_fetcher.cc 173 if (model->CanReplaceKeyword(keyword_, GURL(template_url_->url()),
template_url_service.h 131 bool CanReplaceKeyword(const base::string16& keyword,
    [all...]
template_url_service.cc 399 bool TemplateURLService::CanReplaceKeyword(
    [all...]

Completed in 215 milliseconds