Searched refs:all_history (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_notifications.cc19 : all_history(false),
H A Dhistory_notifications.h55 bool all_history; member in struct:history::URLsDeletedDetails
61 // The URLRows of URLs deleted. This is valid only when |all_history| is false
67 // The list of deleted favicon urls. This is valid only when |all_history| is
H A Din_memory_history_backend.cc116 if (details.all_history) {
H A Dexpire_history_backend.h39 virtual void NotifySyncURLsDeleted(bool all_history,
H A Dtyped_url_syncable_service.h61 void OnUrlsDeleted(bool all_history, bool expired, URLRows* rows);
H A Dtyped_url_syncable_service.cc176 void TypedUrlSyncableService::OnUrlsDeleted(bool all_history, argument
197 if (all_history) {
H A Dexpire_history_backend.cc329 details->all_history = false;
333 delegate_->NotifySyncURLsDeleted(details->all_history, details->expired,
H A Dtyped_url_syncable_service_unittest.cc511 // Delete urls with |all_history| flag set.
512 bool all_history = true; local
515 typed_url_sync_service_->OnUrlsDeleted(all_history, false, NULL);
H A Din_memory_url_index.cc233 if (details->all_history) {
H A Dhistory_backend.h780 virtual void NotifySyncURLsDeleted(bool all_history,
H A Dhistory_backend.cc2527 void HistoryBackend::NotifySyncURLsDeleted(bool all_history, argument
2531 typed_url_syncable_service_->OnUrlsDeleted(all_history, expired, rows);
2588 details->all_history = true;
H A Dexpire_history_backend_unittest.cc159 virtual void NotifySyncURLsDeleted(bool all_history,
H A Dtop_sites_impl.cc747 if (deleted_details->all_history) {
H A Dhistory_service.cc937 if (deleted_details->all_history) {
H A Din_memory_url_index_unittest.cc899 deleted_details.all_history = false;
H A Dhistory_backend_unittest.cc617 EXPECT_TRUE(details->all_history);
3101 details->all_history = true;
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc178 removed.all_history = details->all_history;
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc174 if (details->all_history) {
H A Dfavicon_cache.cc585 if (!deleted_details->all_history) {
H A Dfavicon_cache_unittest.cc1474 deletions.all_history = true;
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.cc191 if (deleted_details->all_history) {
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc853 changes.all_history = false;
890 changes.all_history = false;
933 changes.all_history = true;
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor.cc244 if (urls_deleted_details->all_history)
H A Dresource_prefetch_predictor.cc415 if (urls_deleted_details->all_history) {
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc988 if (deletedDetails->all_history ||

Completed in 1124 milliseconds