/external/chromium_org/chrome/browser/sync/glue/ |
sync_frontend.h | 41 // from the 'Backend' in 'OnBackendInitialized' (unfortunately). It 43 virtual void OnBackendInitialized(
|
sync_backend_host_mock.cc | 26 frontend->OnBackendInitialized(
|
sync_backend_host_impl.cc | 579 frontend_->OnBackendInitialized(js_backend, 589 frontend_->OnBackendInitialized(
|
sync_backend_host_impl_unittest.cc | 68 OnBackendInitialized, 184 EXPECT_CALL(mock_frontend_, OnBackendInitialized(_, _, expect_success)).
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_mock.h | 24 MOCK_METHOD0(OnBackendInitialized, void());
|
test_profile_sync_service.h | 86 // before the OnBackendInitialized callback fires. 97 virtual void OnBackendInitialized();
|
test_profile_sync_service.cc | 192 void TestProfileSyncService::OnBackendInitialized() { 226 ProfileSyncService::OnBackendInitialized();
|
profile_sync_service.h | 190 virtual void OnBackendInitialized();
|
profile_sync_service.cc | 498 void ProfileSyncService::OnBackendInitialized() { [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service.h | 123 void OnBackendInitialized(scoped_ptr<PolicyBundle> initial_policy);
|
component_cloud_policy_service.cc | 164 base::Bind(&ComponentCloudPolicyService::OnBackendInitialized, 291 // OnBackendInitialized() will send the current schema to the backend again, 439 // will call back to OnBackendInitialized. 447 void ComponentCloudPolicyService::OnBackendInitialized(
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_unittest.cc | 33 MOCK_METHOD0(OnBackendInitialized, void());
|
sync_backend_host.h | 65 virtual void OnBackendInitialized() = 0;
|
sync_backend_host.cc | [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_mock.h | 40 MOCK_METHOD3(OnBackendInitialized,
|
profile_sync_service.h | 366 virtual void OnBackendInitialized( [all...] |
profile_sync_service.cc | [all...] |