Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory.h93 virtual browser_sync::SyncBackendHost* CreateSyncBackendHost(
Dprofile_sync_components_factory_mock.h38 MOCK_METHOD5(CreateSyncBackendHost,
Dprofile_sync_components_factory_impl.h56 virtual browser_sync::SyncBackendHost* CreateSyncBackendHost(
Dprofile_sync_service_unittest.cc263 EXPECT_CALL(*components_factory_, CreateSyncBackendHost(_, _, _, _, _)) in ExpectSyncBackendHostCreation()
270 EXPECT_CALL(*components_factory_, CreateSyncBackendHost(_, _, _, _, _)) in ExpectSyncBackendHostCreationCollectDeleteDir()
277 EXPECT_CALL(*components_factory_, CreateSyncBackendHost(_, _, _, _, _)). in PrepareDelayedInitSyncBackendHost()
Dtest_profile_sync_service.cc152 CreateSyncBackendHost(testing::_,testing::_, testing::_, in BuildAutoStartAsyncInit()
Dprofile_sync_service_startup_unittest.cc186 CreateSyncBackendHost(_, _, _, _, _)). in SetUpSyncBackendHost()
356 CreateSyncBackendHost(_, _, _, _, _)).Times(0); in TEST_F()
Dprofile_sync_components_factory_impl.cc433 ProfileSyncComponentsFactoryImpl::CreateSyncBackendHost( in CreateSyncBackendHost() function in ProfileSyncComponentsFactoryImpl
Dprofile_sync_service.cc683 factory_->CreateSyncBackendHost( in StartUpSlowBackendComponents()