Searched defs:DeleteURL (Results 1 - 9 of 9) sorted by last modified time

/external/chromium_org/components/history/core/browser/
H A Dhistory_types.cc80 void QueryResults::DeleteURL(const GURL& url) { function in class:history::QueryResults
/external/chromium_org/components/precache/core/
H A Dprecache_url_table.cc56 void PrecacheURLTable::DeleteURL(const GURL& url) { function in class:precache::PrecacheURLTable
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc148 void ExpireHistoryBackend::DeleteURL(const GURL& url) { function in class:history::ExpireHistoryBackend
H A Dhistory_backend.cc2338 void HistoryBackend::DeleteURL(const GURL& url) { function in class:history::HistoryBackend
2339 expirer_.DeleteURL(url);
2460 expirer_.DeleteURL(*i); // There are no more visits; nuke the URL.
H A Dhistory_service.cc1108 void HistoryService::DeleteURL(const GURL& url) { function in class:HistoryService
1112 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::DeleteURL, url);
H A Din_memory_url_index.cc178 void InMemoryURLIndex::DeleteURL(const GURL& url) { function in class:history::InMemoryURLIndex
179 private_data_->DeleteURL(url);
239 needs_to_be_cached_ |= private_data_->DeleteURL(row->url());
H A Din_memory_url_index_unittest.cc124 bool DeleteURL(const GURL& url);
198 bool InMemoryURLIndexTest::DeleteURL(const GURL& url) { function in class:history::InMemoryURLIndexTest
199 return GetPrivateData()->DeleteURL(url);
882 EXPECT_TRUE(DeleteURL(matches[0].url_info.url()));
888 EXPECT_FALSE(DeleteURL(url));
H A Dtop_sites_impl_unittest.cc312 void DeleteURL(const GURL& url) { function in class:history::TopSitesImplTest
313 history_service()->DeleteURL(url);
958 DeleteURL(news_url);
984 DeleteURL(google1_url);
H A Durl_index_private_data.cc373 // Helper functor for DeleteURL.
386 bool URLIndexPrivateData::DeleteURL(const GURL& url) { function in class:history::URLIndexPrivateData

Completed in 146 milliseconds