Searched refs:ScheduleTask (Results 1 - 11 of 11) sorted by relevance
/external/chromium/chrome/browser/password_manager/ |
H A D | password_store.cc | 42 ScheduleTask( 48 ScheduleTask( 54 ScheduleTask( 63 ScheduleTask( 83 ScheduleTask(NewRunnableMethod(this, &PasswordStore::ReportMetricsImpl)); 101 void PasswordStore::ScheduleTask(Task* task) { function in class:PasswordStore 117 ScheduleTask(NewRunnableMethod(this, func, request)); 128 ScheduleTask(NewRunnableMethod(this, func, request, a));
|
H A D | password_store_mac.h | 37 virtual void ScheduleTask(Task* task);
|
H A D | password_store.h | 133 virtual void ScheduleTask(Task* task);
|
H A D | password_store_mac.cc | 752 ScheduleTask(NewRunnableMethod(this, 757 void PasswordStoreMac::ScheduleTask(Task* task) { function in class:PasswordStoreMac
|
/external/chromium/chrome/browser/webdata/ |
H A D | web_data_service_win.cc | 16 ScheduleTask(NewRunnableMethod(this, &WebDataService::AddIE7LoginImpl, 25 ScheduleTask(NewRunnableMethod(this, &WebDataService::RemoveIE7LoginImpl, 36 ScheduleTask(NewRunnableMethod(this, &WebDataService::GetIE7LoginImpl,
|
H A D | web_data_service.cc | 74 ScheduleTask(NewRunnableMethod(this, &WebDataService::ShutdownDatabase)); 109 ScheduleTask(NewRunnableMethod(this, &WebDataService::AddKeywordImpl, 118 ScheduleTask( 129 ScheduleTask( 138 ScheduleTask( 152 ScheduleTask( 161 ScheduleTask( 178 ScheduleTask(NewRunnableMethod(this, &WebDataService::SetWebAppImageImpl, 188 ScheduleTask(NewRunnableMethod(this, 197 ScheduleTask(NewRunnableMetho 635 void WebDataService::ScheduleTask(Task* t) { function in class:WebDataService [all...] |
H A D | web_data_service.h | 548 void ScheduleTask(Task* t);
|
/external/chromium/chrome/browser/sync/glue/ |
H A D | password_model_worker.cc | 26 password_store_->ScheduleTask(
|
H A D | password_data_type_controller.cc | 62 password_store_->ScheduleTask( 101 password_store_->ScheduleTask(
|
/external/chromium/chrome/browser/history/ |
H A D | history.h | 688 void ScheduleTask(SchedulePriority priority, Task* task); 705 ScheduleTask(priority, 721 ScheduleTask(priority, 742 ScheduleTask(priority, 765 ScheduleTask(priority, 782 ScheduleTask(priority, NewRunnableMethod(history_backend_.get(), func)); 791 ScheduleTask(priority, NewRunnableMethod(history_backend_.get(), func, a)); 801 ScheduleTask(priority, NewRunnableMethod(history_backend_.get(), func, 813 ScheduleTask(priority, NewRunnableMethod(history_backend_.get(), func, 830 ScheduleTask(priorit [all...] |
H A D | history.cc | 192 ScheduleTask(PRIORITY_NORMAL, closing_task); 684 void HistoryService::ScheduleTask(SchedulePriority priority, function in class:HistoryService
|
Completed in 146 milliseconds