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

  /external/chromium/chrome/browser/sync/glue/
typed_url_data_type_controller.h 36 class ControlTask;
87 friend class ControlTask;
typed_url_data_type_controller.cc 22 class ControlTask : public HistoryDBTask {
24 ControlTask(TypedUrlDataTypeController* controller, bool start)
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);
password_data_type_controller.h 26 class ControlTask;

Completed in 1347 milliseconds