OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScheduleAndForget
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/history/
history_service.cc
246
ScheduleAndForget
(PRIORITY_NORMAL,
298
ScheduleAndForget
(PRIORITY_UI,
310
ScheduleAndForget
(PRIORITY_UI,
318
ScheduleAndForget
(PRIORITY_UI, &HistoryBackend::DeleteKeywordSearchTermForURL,
326
ScheduleAndForget
(PRIORITY_UI, &HistoryBackend::DeleteMatchingURLsForKeyword,
333
ScheduleAndForget
(PRIORITY_NORMAL, &HistoryBackend::URLsNoLongerBookmarked,
363
ScheduleAndForget
(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask,
421
ScheduleAndForget
(PRIORITY_NORMAL, &HistoryBackend::AddPage, add_page_args);
431
ScheduleAndForget
(PRIORITY_NORMAL,
439
ScheduleAndForget
(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title)
[
all
...]
history_service.h
[
all
...]
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.h
197
void
ScheduleAndForget
(DatabaseType db, DatabaseFunc func) {
205
void
ScheduleAndForget
(DatabaseType db, DatabaseFunc func, ArgA a) {
214
void
ScheduleAndForget
(DatabaseType db, DatabaseFunc func, ArgA a, ArgB b) {
fullstream_ui_policy.cc
387
ScheduleAndForget
(activity_database(), &ActivityDatabase::Close);
414
ScheduleAndForget
(this, &FullStreamUIPolicy::DoRemoveActions, action_ids);
418
ScheduleAndForget
(this, &FullStreamUIPolicy::DoRemoveURLs, restrict_urls);
422
ScheduleAndForget
(
427
ScheduleAndForget
(this, &FullStreamUIPolicy::DoDeleteDatabase);
441
ScheduleAndForget
(this, &FullStreamUIPolicy::QueueAction, action);
activity_log_policy.cc
60
ScheduleAndForget
(db_, &ActivityDatabase::Init, database_path_);
64
ScheduleAndForget
(activity_database(),
counting_policy.cc
198
ScheduleAndForget
(this, &CountingPolicy::QueueAction, action);
739
ScheduleAndForget
(this, &CountingPolicy::DoRemoveActions, action_ids);
743
ScheduleAndForget
(this, &CountingPolicy::DoRemoveURLs, restrict_urls);
747
ScheduleAndForget
(this, &CountingPolicy::DoRemoveExtensionData, extension_id);
751
ScheduleAndForget
(this, &CountingPolicy::DoDeleteDatabase);
798
ScheduleAndForget
(activity_database(), &ActivityDatabase::Close);
counting_policy_unittest.cc
905
policy->
ScheduleAndForget
(policy,
918
policy->
ScheduleAndForget
(policy,
[
all
...]
/external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc
182
hs->
ScheduleAndForget
(HistoryService::PRIORITY_NORMAL,
Completed in 1076 milliseconds