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

  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 81 history_service->DeleteKeywordSearchTermForURL(search_url_);
  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.cc 146 db_->DeleteKeywordSearchTermForURL(details.url_row_id);
history_backend.h 300 void DeleteKeywordSearchTermForURL(const GURL& url);
    [all...]
history_service.h 421 void DeleteKeywordSearchTermForURL(const GURL& url);
    [all...]
history_service.cc 315 void HistoryService::DeleteKeywordSearchTermForURL(const GURL& url) {
318 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteKeywordSearchTermForURL,
    [all...]
history_backend.cc     [all...]
history_backend_unittest.cc     [all...]
  /external/chromium_org/components/history/core/browser/
url_database.h 224 bool DeleteKeywordSearchTermForURL(URLID url_id);
url_database.cc 208 return !has_keyword_search_terms_ || DeleteKeywordSearchTermForURL(id);
557 bool URLDatabase::DeleteKeywordSearchTermForURL(URLID url_id) {

Completed in 340 milliseconds