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

  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.h 45 virtual bool PostTaskOnBackendThread(
autofill_profile_data_type_controller.h 43 virtual bool PostTaskOnBackendThread(
extension_setting_data_type_controller.h 44 virtual bool PostTaskOnBackendThread(
password_data_type_controller.h 38 virtual bool PostTaskOnBackendThread(
password_data_type_controller.cc 43 bool PasswordDataTypeController::PostTaskOnBackendThread(
typed_url_data_type_controller.h 46 virtual bool PostTaskOnBackendThread(
autofill_data_type_controller.cc 55 bool AutofillDataTypeController::PostTaskOnBackendThread(
extension_setting_data_type_controller.cc 49 bool ExtensionSettingDataTypeController::PostTaskOnBackendThread(
non_frontend_data_type_controller_mock.h 35 MOCK_METHOD2(PostTaskOnBackendThread,
autofill_profile_data_type_controller.cc 75 bool AutofillProfileDataTypeController::PostTaskOnBackendThread(
non_frontend_data_type_controller.h 43 // PostTaskOnBackendThread()
113 virtual bool PostTaskOnBackendThread(
118 // thread used by |PostTaskOnBackendThread|. The default implementation just
typed_url_data_type_controller.cc 132 bool TypedUrlDataTypeController::PostTaskOnBackendThread(
non_frontend_data_type_controller.cc 233 if (!PostTaskOnBackendThread(
271 PostTaskOnBackendThread(
non_frontend_data_type_controller_unittest.cc 81 virtual bool PostTaskOnBackendThread(
  /external/chromium_org/components/sync_driver/
non_ui_data_type_controller_mock.h 36 MOCK_METHOD2(PostTaskOnBackendThread,
non_ui_data_type_controller.h 73 virtual bool PostTaskOnBackendThread(
non_ui_data_type_controller.cc 297 return PostTaskOnBackendThread(
428 PostTaskOnBackendThread(
non_ui_data_type_controller_unittest.cc 130 PostTaskOnBackendThread(it->from_here, it->task);
140 virtual bool PostTaskOnBackendThread(

Completed in 773 milliseconds