Searched refs:ControlTask (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.cc22 class ControlTask : public HistoryDBTask { class in namespace:browser_sync
24 ControlTask(TypedUrlDataTypeController* controller, bool start) function in class:browser_sync::ControlTask
86 history_service_->ScheduleDBTask(new ControlTask(this, true), this);
104 history_service_->ScheduleDBTask(new ControlTask(this, true), this);
143 history_service_->ScheduleDBTask(new ControlTask(this, false), this);
H A Dtyped_url_data_type_controller.h36 class ControlTask;
87 friend class ControlTask;
H A Dpassword_data_type_controller.h26 class ControlTask;

Completed in 142 milliseconds