HomeSort by relevance Sort by last modified time
    Searched refs:ScheduleAndForget (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/history/
history.cc 213 ScheduleAndForget(PRIORITY_NORMAL,
238 ScheduleAndForget(PRIORITY_UI,
246 ScheduleAndForget(PRIORITY_UI,
253 ScheduleAndForget(PRIORITY_UI,
271 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::URLsNoLongerBookmarked,
296 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask,
355 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage,
364 ScheduleAndForget(PRIORITY_NORMAL,
370 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title);
399 ScheduleAndForget(PRIORITY_NORMAL
    [all...]
history.h 694 // ScheduleAndForget below.
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.h 194 void ScheduleAndForget(DatabaseType db, DatabaseFunc func) {
202 void ScheduleAndForget(DatabaseType db, DatabaseFunc func, ArgA a) {
211 void ScheduleAndForget(DatabaseType db, DatabaseFunc func, ArgA a, ArgB b) {
activity_log_policy.cc 60 ScheduleAndForget(db_, &ActivityDatabase::Init, database_path_);
64 ScheduleAndForget(activity_database(),
fullstream_ui_policy.cc 351 ScheduleAndForget(activity_database(), &ActivityDatabase::Close);
378 ScheduleAndForget(this, &FullStreamUIPolicy::DoRemoveURLs, restrict_urls);
382 ScheduleAndForget(
387 ScheduleAndForget(this, &FullStreamUIPolicy::DoDeleteDatabase);
401 ScheduleAndForget(this, &FullStreamUIPolicy::QueueAction, action);
counting_policy.cc 194 ScheduleAndForget(this, &CountingPolicy::QueueAction, action);
695 ScheduleAndForget(this, &CountingPolicy::DoRemoveURLs, restrict_urls);
699 ScheduleAndForget(this, &CountingPolicy::DoRemoveExtensionData, extension_id);
703 ScheduleAndForget(this, &CountingPolicy::DoDeleteDatabase);
750 ScheduleAndForget(activity_database(), &ActivityDatabase::Close);
counting_policy_unittest.cc 673 policy->ScheduleAndForget(policy,
686 policy->ScheduleAndForget(policy,
787 policy->ScheduleAndForget(policy, &CountingPolicyTest::CheckQueueSize);
    [all...]
  /external/chromium_org/chrome/browser/history/
history_service.cc 311 ScheduleAndForget(PRIORITY_NORMAL,
381 ScheduleAndForget(PRIORITY_UI,
389 ScheduleAndForget(PRIORITY_UI,
409 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteKeywordSearchTermForURL,
416 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::DeleteMatchingURLsForKeyword,
422 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::URLsNoLongerBookmarked,
450 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::IncreaseSegmentDuration,
472 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask,
530 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::AddPage, add_page_args);
539 ScheduleAndForget(PRIORITY_NORMAL
    [all...]
history_service.h     [all...]
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc 148 hs->ScheduleAndForget(HistoryService::PRIORITY_NORMAL,

Completed in 268 milliseconds