Searched refs:OnConfigureStart (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_observer.h19 virtual void OnConfigureStart() = 0;
H A Ddata_type_manager_impl.cc558 observer_->OnConfigureStart();
H A Ddata_type_manager_impl_unittest.cc175 virtual void OnConfigureStart() OVERRIDE {
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.h103 MOCK_METHOD0(OnConfigureStart, void());
H A Dprofile_sync_service.h436 virtual void OnConfigureStart() OVERRIDE;
998 // The time that OnConfigureStart is called. This member is zero if
999 // OnConfigureStart has not yet been called, and is reset to zero once
H A Dprofile_sync_service_startup_unittest.cc53 service->OnConfigureStart();
H A Dprofile_sync_service.cc1578 void ProfileSyncService::OnConfigureStart() { function in class:ProfileSyncService

Completed in 1241 milliseconds