Home
last modified time | relevance | path

Searched refs:CreateSessionSyncComponents (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dsession_data_type_controller.cc33 CreateSessionSyncComponents(sync_service_, this); in CreateSyncComponents()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.h72 virtual SyncComponents CreateSessionSyncComponents(
Dprofile_sync_factory_mock.h62 MOCK_METHOD2(CreateSessionSyncComponents,
Dprofile_sync_factory.h135 virtual SyncComponents CreateSessionSyncComponents(
Dprofile_sync_factory_impl.cc308 ProfileSyncFactoryImpl::CreateSessionSyncComponents( in CreateSessionSyncComponents() function in ProfileSyncFactoryImpl
Dprofile_sync_service_session_unittest.cc119 EXPECT_CALL(factory_, CreateSessionSyncComponents(_, _)). in StartSyncService()