Home
last modified time | relevance | path

Searched refs:UpdateKeywordSearchTermsForURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/search_engines/
Dtemplate_url_model.h254 UpdateKeywordSearchTermsForURL);
327 void UpdateKeywordSearchTermsForURL(
Dtemplate_url_model_unittest.cc793 TEST_F(TemplateURLModelTest, UpdateKeywordSearchTermsForURL) { in TEST_F() argument
815 model()->UpdateKeywordSearchTermsForURL(details); in TEST_F()
837 model()->UpdateKeywordSearchTermsForURL(details); in TEST_F()
Dtemplate_url_model.cc541 UpdateKeywordSearchTermsForURL(visits_to_add_[i]); in OnWebDataServiceRequestDone()
573 UpdateKeywordSearchTermsForURL(*visit_details.ptr()); in Observe()
943 void TemplateURLModel::UpdateKeywordSearchTermsForURL( in UpdateKeywordSearchTermsForURL() function in TemplateURLModel