Searched refs:OnBackendInitialized (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dsync_frontend.h45 // from the 'Backend' in 'OnBackendInitialized' (unfortunately). It
47 virtual void OnBackendInitialized(
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_mock.cc28 frontend->OnBackendInitialized(
H A Dsync_backend_host_impl.cc670 frontend_->OnBackendInitialized(js_backend,
681 frontend_->OnBackendInitialized(
H A Dsync_backend_host_impl_unittest.cc79 OnBackendInitialized,
210 EXPECT_CALL(mock_frontend_, OnBackendInitialized(_, _, _, expect_success)).
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.h42 MOCK_METHOD4(OnBackendInitialized,
H A Dprofile_sync_service.h397 virtual void OnBackendInitialized(
1004 // is equal to !HasSyncSetupCompleted() at the time of OnBackendInitialized().
H A Dprofile_sync_service.cc1059 void ProfileSyncService::OnBackendInitialized( function in class:ProfileSyncService
1166 // OnBackendInitialized() to ensure the new datatypes are available at sync
1487 // OnBackendInitialized()).
1572 // OnBackendInitialized()).
2112 // If the backend isn't running yet, OnBackendInitialized() will call this
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.h123 void OnBackendInitialized(scoped_ptr<PolicyBundle> initial_policy);
H A Dcomponent_cloud_policy_service.cc157 base::Bind(&ComponentCloudPolicyService::OnBackendInitialized,
287 // OnBackendInitialized() will send the current schema to the backend again,
435 // will call back to OnBackendInitialized.
443 void ComponentCloudPolicyService::OnBackendInitialized( function in class:policy::ComponentCloudPolicyService

Completed in 2505 milliseconds