Home
last modified time | relevance | path

Searched refs:DeleteKeywordSearchTermForURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
Dalternate_nav_infobar_delegate.cc81 history_service->DeleteKeywordSearchTermForURL(search_url_); in LinkClicked()
/external/chromium_org/chrome/browser/history/
Durl_database.h218 bool DeleteKeywordSearchTermForURL(URLID url_id);
Din_memory_history_backend.cc181 db_->DeleteKeywordSearchTermForURL(url_id); in OnKeywordSearchTermDeleted()
Durl_database.cc180 return !has_keyword_search_terms_ || DeleteKeywordSearchTermForURL(id); in DeleteURLRow()
534 bool URLDatabase::DeleteKeywordSearchTermForURL(URLID url_id) { in DeleteKeywordSearchTermForURL() function in history::URLDatabase
Dhistory_service.cc407 void HistoryService::DeleteKeywordSearchTermForURL(const GURL& url) { in DeleteKeywordSearchTermForURL() function in HistoryService
409 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteKeywordSearchTermForURL, in DeleteKeywordSearchTermForURL()
Dhistory_backend.h321 void DeleteKeywordSearchTermForURL(const GURL& url);
Dhistory_service.h511 void DeleteKeywordSearchTermForURL(const GURL& url);
Dhistory_backend.cc1178 void HistoryBackend::DeleteKeywordSearchTermForURL(const GURL& url) { in DeleteKeywordSearchTermForURL() function in history::HistoryBackend
1185 db_->DeleteKeywordSearchTermForURL(url_id); in DeleteKeywordSearchTermForURL()