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

  /external/chromium/chrome/browser/webdata/
keyword_table.h 74 bool UpdateKeyword(const TemplateURL& url);
keyword_table_unittest.cc 152 TEST_F(KeywordTableTest, UpdateKeyword) {
179 EXPECT_TRUE(db.GetKeywordTable()->UpdateKeyword(template_url));
keyword_table.cc 191 bool KeywordTable::UpdateKeyword(const TemplateURL& url) {
web_data_service.h 321 void UpdateKeyword(const TemplateURL& url);
web_data_service.cc 122 void WebDataService::UpdateKeyword(const TemplateURL& url) {
683 if (!db_->GetKeywordTable()->UpdateKeyword(request->GetArgument())) {
    [all...]
  /external/chromium/chrome/browser/search_engines/
util.cc 119 service->UpdateKeyword(*existing_url);
template_url_model.cc 381 service_.get()->UpdateKeyword(*url);
    [all...]

Completed in 970 milliseconds