Searched refs:CreateSyncBackendHost (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_components_factory.h | 93 virtual browser_sync::SyncBackendHost* CreateSyncBackendHost(
|
D | profile_sync_components_factory_mock.h | 38 MOCK_METHOD5(CreateSyncBackendHost,
|
D | profile_sync_components_factory_impl.h | 56 virtual browser_sync::SyncBackendHost* CreateSyncBackendHost(
|
D | profile_sync_service_unittest.cc | 263 EXPECT_CALL(*components_factory_, CreateSyncBackendHost(_, _, _, _, _)) in ExpectSyncBackendHostCreation() 270 EXPECT_CALL(*components_factory_, CreateSyncBackendHost(_, _, _, _, _)) in ExpectSyncBackendHostCreationCollectDeleteDir() 277 EXPECT_CALL(*components_factory_, CreateSyncBackendHost(_, _, _, _, _)). in PrepareDelayedInitSyncBackendHost()
|
D | test_profile_sync_service.cc | 152 CreateSyncBackendHost(testing::_,testing::_, testing::_, in BuildAutoStartAsyncInit()
|
D | profile_sync_service_startup_unittest.cc | 186 CreateSyncBackendHost(_, _, _, _, _)). in SetUpSyncBackendHost() 356 CreateSyncBackendHost(_, _, _, _, _)).Times(0); in TEST_F()
|
D | profile_sync_components_factory_impl.cc | 433 ProfileSyncComponentsFactoryImpl::CreateSyncBackendHost( in CreateSyncBackendHost() function in ProfileSyncComponentsFactoryImpl
|
D | profile_sync_service.cc | 683 factory_->CreateSyncBackendHost( in StartUpSlowBackendComponents()
|