Home
last modified time | relevance | path

Searched refs:UpdateKeyword (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dkeyword_table.h74 bool UpdateKeyword(const TemplateURL& url);
Dkeyword_table_unittest.cc152 TEST_F(KeywordTableTest, UpdateKeyword) { in TEST_F() argument
179 EXPECT_TRUE(db.GetKeywordTable()->UpdateKeyword(template_url)); in TEST_F()
Dkeyword_table.cc191 bool KeywordTable::UpdateKeyword(const TemplateURL& url) { in UpdateKeyword() function in KeywordTable
Dweb_data_service.h321 void UpdateKeyword(const TemplateURL& url);
Dweb_data_service.cc122 void WebDataService::UpdateKeyword(const TemplateURL& url) { in UpdateKeyword() function in WebDataService
683 if (!db_->GetKeywordTable()->UpdateKeyword(request->GetArgument())) { in UpdateKeywordImpl()
/external/chromium/chrome/browser/search_engines/
Dutil.cc119 service->UpdateKeyword(*existing_url); in MergeEnginesFromPrepopulateData()
Dtemplate_url_model.cc381 service_.get()->UpdateKeyword(*url); in IncrementUsageCount()
933 service_->UpdateKeyword(*existing_turl); in UpdateNoNotify()
1198 service_.get()->UpdateKeyword(*url); in SetDefaultSearchProviderNoNotify()