Home
last modified time | relevance | path

Searched refs:OnBackendInitialized (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/
Dtest_profile_sync_service.cc192 void TestProfileSyncService::OnBackendInitialized() { in OnBackendInitialized() function in TestProfileSyncService
226 ProfileSyncService::OnBackendInitialized(); in OnBackendInitialized()
Dprofile_sync_service_mock.h24 MOCK_METHOD0(OnBackendInitialized, void());
Dtest_profile_sync_service.h97 virtual void OnBackendInitialized();
Dprofile_sync_service.h190 virtual void OnBackendInitialized();
Dprofile_sync_service.cc498 void ProfileSyncService::OnBackendInitialized() { in OnBackendInitialized() function in ProfileSyncService
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host_unittest.cc33 MOCK_METHOD0(OnBackendInitialized, void());
Dsync_backend_host.h65 virtual void OnBackendInitialized() = 0;
Dsync_backend_host.cc947 frontend_->OnBackendInitialized(); in HandleInitializationCompletedOnFrontendLoop()