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

  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller_mock.h 45 MOCK_METHOD4(StartDoneImpl,
non_frontend_data_type_controller.h 141 virtual void StartDoneImpl(
non_frontend_data_type_controller.cc 348 StartDoneImpl(start_result, new_state, local_merge_result,
352 void NonFrontendDataTypeController::StartDoneImpl(
  /external/chromium_org/components/sync_driver/
non_ui_data_type_controller.h 83 virtual void StartDoneImpl(
109 // NULL. Must be called only by StartDoneImpl() or Stop() (on the
139 // we can call Disconnect() on it from Stop()/StartDoneImpl(). Most
146 // released on the UI thread in Stop()/StartDoneImpl(), but the
non_ui_data_type_controller_mock.h 42 MOCK_METHOD4(StartDoneImpl,
non_ui_data_type_controller.cc 96 StartDoneImpl(ASSOCIATION_FAILED,
100 // StartDoneImpl should have called ClearSharedChangeProcessor();
131 // stopped the local service in StartDoneImpl(..).
192 base::Bind(&NonUIDataTypeController::StartDoneImpl,
200 void NonUIDataTypeController::StartDoneImpl(
214 // It's possible to have StartDoneImpl called first from the UI thread
399 // called after StartDoneImpl(_, DISABLED, _).

Completed in 43 milliseconds