HomeSort by relevance Sort by last modified time
    Searched full:all_history (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/history/
history_notifications.h 55 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
history_notifications.cc 19 : all_history(false),
in_memory_history_backend.cc 116 if (details.all_history) {
typed_url_syncable_service.h 61 void OnUrlsDeleted(bool all_history, bool expired, URLRows* rows);
typed_url_syncable_service.cc 176 void TypedUrlSyncableService::OnUrlsDeleted(bool all_history,
197 if (all_history) {
typed_url_syncable_service_unittest.cc 511 // Delete urls with |all_history| flag set.
512 bool all_history = true; local
515 typed_url_sync_service_->OnUrlsDeleted(all_history, false, NULL);
expire_history_backend.h 39 virtual void NotifySyncURLsDeleted(bool all_history,
expire_history_backend.cc 329 details->all_history = false;
333 delegate_->NotifySyncURLsDeleted(details->all_history, details->expired,
in_memory_url_index.cc 233 if (details->all_history) {
expire_history_backend_unittest.cc 159 virtual void NotifySyncURLsDeleted(bool all_history,
top_sites_impl.cc 747 if (deleted_details->all_history) {
history_backend.cc     [all...]
history_backend.h     [all...]
history_service.cc     [all...]
in_memory_url_index_unittest.cc     [all...]
history_backend_unittest.cc 617 EXPECT_TRUE(details->all_history);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 178 removed.all_history = details->all_history;
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 191 if (deleted_details->all_history) {
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 174 if (details->all_history) {
favicon_cache.cc 585 if (!deleted_details->all_history) {
    [all...]
favicon_cache_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 244 if (urls_deleted_details->all_history)
resource_prefetch_predictor.cc 415 if (urls_deleted_details->all_history) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc     [all...]

Completed in 629 milliseconds