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

  /external/chromium_org/chrome/browser/webdata/
keyword_table.h 169 bool UpdateKeyword(const TemplateURLData& data);
keyword_table_unittest.cc 79 void UpdateKeyword(const TemplateURLData& keyword) const {
80 EXPECT_TRUE(table_->UpdateKeyword(keyword));
152 TEST_F(KeywordTableTest, UpdateKeyword) {
160 UpdateKeyword(keyword);
web_data_service.cc 94 void WebDataService::UpdateKeyword(const TemplateURLData& data) {
100 UpdateKeyword(data);
web_data_service.h 139 void UpdateKeyword(const TemplateURLData& data);
keyword_table.cc 262 if (!UpdateKeyword(i->second))
526 bool KeywordTable::UpdateKeyword(const TemplateURLData& data) {
  /external/chromium_org/chrome/browser/search_engines/
util.cc 238 service->UpdateKeyword(data);
352 service->UpdateKeyword(*i);
template_url_service.cc 715 service_->UpdateKeyword(url->data());
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_search_engines_sync_test.cc 71 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, UpdateKeyword) {

Completed in 153 milliseconds