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

1 2

  /external/chromium_org/chrome/browser/history/
history_notifications.cc 19 : all_history(false),
history_notifications.h 49 bool all_history; member in struct:history::URLsDeletedDetails
55 // The URLRows of URLs deleted. This is valid only when |all_history| is false
59 // The list of deleted favicon urls. This is valid only when |all_history| is
expire_history_backend.h 39 virtual void NotifySyncURLsDeleted(bool all_history,
typed_url_syncable_service.h 61 void OnUrlsDeleted(bool all_history, bool archived, URLRows* rows);
in_memory_history_backend.cc 129 if (details.all_history) {
typed_url_syncable_service.cc 176 void TypedUrlSyncableService::OnUrlsDeleted(bool all_history,
197 if (all_history) {
in_memory_url_index.cc 224 if (details->all_history) {
shortcuts_backend.cc 228 all_history) {
typed_url_syncable_service_unittest.cc 552 // Delete urls with |all_history| flag set.
553 bool all_history = true; local
556 typed_url_sync_service_->OnUrlsDeleted(all_history, false, NULL);
expire_history_backend.cc 382 deleted_details->all_history = false;
history_backend.h     [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/history/
history_notifications.cc 17 URLsDeletedDetails::URLsDeletedDetails() : all_history(false) {}
history_notifications.h 58 bool all_history; member in struct:history::URLsDeletedDetails
in_memory_history_backend.cc 144 if (details.all_history) {
expire_history_backend.cc 338 deleted_details->all_history = false;
history.cc 645 if (deleted_details->all_history)
top_sites.cc 776 if (deleted_details->all_history) {
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 502 changes.all_history = false;
537 changes.all_history = true;
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 180 removed.all_history = details->all_history;
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 194 if (details->all_history) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 131 dict->SetBoolean(keys::kAllHistoryKey, details->all_history);
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 131 if (details->all_history) {
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 230 if (urls_deleted_details->all_history)

Completed in 623 milliseconds

1 2