/external/chromium/chrome/browser/history/ |
D | history_types_unittest.cc | 115 results.DeleteURL(url1); in TEST() 127 results.DeleteURL(url2); in TEST()
|
D | expire_history_backend.h | 84 void DeleteURL(const GURL& url);
|
D | history_types.cc | 200 other->DeleteURL(results_[i]->url()); in AppendResultsBySwapping() 220 void QueryResults::DeleteURL(const GURL& url) { in DeleteURL() function in history::QueryResults
|
D | expire_history_backend_unittest.cc | 493 expirer_.DeleteURL(last_row.url()); in TEST_F() 538 expirer_.DeleteURL(last_row.url()); in TEST_F() 558 expirer_.DeleteURL(url_row.url()); in TEST_F() 582 expirer_.DeleteURL(url); in TEST_F()
|
D | in_memory_history_backend.cc | 164 index_->DeleteURL(id); in OnURLsDeleted()
|
D | top_sites_unittest.cc | 261 void DeleteURL(const GURL& url) { in DeleteURL() function in history::TopSitesTest 262 history_service()->DeleteURL(url); in DeleteURL() 809 DeleteURL(news_url); in TEST_F() 835 DeleteURL(google1_url); in TEST_F() 884 DeleteURL(news_url); in TEST_F()
|
D | in_memory_url_index.h | 151 void DeleteURL(URLID row_id);
|
D | history.cc | 731 void HistoryService::DeleteURL(const GURL& url) { in DeleteURL() function in HistoryService 733 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::DeleteURL, url); in DeleteURL()
|
D | history_backend.h | 294 virtual void DeleteURL(const GURL& url);
|
D | history_types.h | 440 void DeleteURL(const GURL& url);
|
D | history_backend.cc | 1974 expirer_.DeleteURL(*url); in DeleteURLs() 1983 void HistoryBackend::DeleteURL(const GURL& url) { in DeleteURL() function in history::HistoryBackend 1984 expirer_.DeleteURL(url); in DeleteURL() 2037 expirer_.DeleteURL(*i); // There are no more visits; nuke the URL. in URLsNoLongerBookmarked()
|
D | history.h | 396 void DeleteURL(const GURL& url);
|
D | expire_history_backend.cc | 188 void ExpireHistoryBackend::DeleteURL(const GURL& url) { in DeleteURL() function in history::ExpireHistoryBackend
|
D | in_memory_url_index_unittest.cc | 514 url_index_->DeleteURL(matches[0].url_info.id()); in TEST_F()
|
D | history_backend_unittest.cc | 392 backend_->expirer_.DeleteURL(row2.url()); in TEST_F()
|
D | in_memory_url_index.cc | 328 void InMemoryURLIndex::DeleteURL(URLID row_id) { in DeleteURL() function in history::InMemoryURLIndex
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_provider.cc | 39 history_service->DeleteURL(selected_url); in DeleteMatch()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_typed_url_unittest.cc | 88 MOCK_METHOD1(DeleteURL, void(const GURL& url)); 247 EXPECT_CALL((*history_backend_.get()), DeleteURL(_)).Times(0); in SetIdleChangeProcessorExpectations()
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_context_menu_test.cc | 111 TEST_F(BookmarkContextMenuTest, DeleteURL) { in TEST_F() argument
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_context_menu_controller_unittest.cc | 106 TEST_F(BookmarkContextMenuControllerTest, DeleteURL) { in TEST_F() argument
|
D | bookmark_model_unittest.cc | 965 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->DeleteURL(url); in TEST_F()
|
/external/chromium/chrome/browser/sync/glue/ |
D | typed_url_change_processor.cc | 211 history_backend_->DeleteURL(url); in ApplyChangesFromSyncModel()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_history_api.cc | 339 hs->DeleteURL(url); in RunImpl()
|