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

  /external/chromium/chrome/browser/search_engines/
template_url_model.h 254 UpdateKeywordSearchTermsForURL);
327 void UpdateKeywordSearchTermsForURL(
403 // UpdateKeywordSearchTermsForURL is invoked for each element of the vector.
template_url_model_unittest.cc 793 TEST_F(TemplateURLModelTest, UpdateKeywordSearchTermsForURL) {
815 model()->UpdateKeywordSearchTermsForURL(details);
    [all...]
template_url_model.cc 536 // calling UpdateKeywordSearchTermsForURL.
541 UpdateKeywordSearchTermsForURL(visits_to_add_[i]);
573 UpdateKeywordSearchTermsForURL(*visit_details.ptr());
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service.h 366 UpdateKeywordSearchTermsForURL);
498 void UpdateKeywordSearchTermsForURL(
675 // UpdateKeywordSearchTermsForURL is invoked for each element of the vector.
    [all...]
template_url_service_unittest.cc     [all...]
template_url_service.cc 815 // calling UpdateKeywordSearchTermsForURL.
820 UpdateKeywordSearchTermsForURL(visits_to_add_[i]);
854 UpdateKeywordSearchTermsForURL(*visit_details.ptr());
    [all...]

Completed in 62 milliseconds