Home
last modified time | relevance | path

Searched refs:CreatePasswordSyncComponents (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dpassword_data_type_controller.cc62 return profile_sync_factory()->CreatePasswordSyncComponents( in CreateSyncComponents()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.h54 virtual SyncComponents CreatePasswordSyncComponents(
Dprofile_sync_factory_mock.h54 MOCK_METHOD3(CreatePasswordSyncComponents,
Dprofile_sync_factory.h105 virtual SyncComponents CreatePasswordSyncComponents(
Dprofile_sync_factory_impl.cc255 ProfileSyncFactoryImpl::CreatePasswordSyncComponents( in CreatePasswordSyncComponents() function in ProfileSyncFactoryImpl
Dprofile_sync_service_password_unittest.cc209 EXPECT_CALL(factory_, CreatePasswordSyncComponents(_, _, _)). in StartSyncService()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_mock.h58 MOCK_METHOD3(CreatePasswordSyncComponents,
Dprofile_sync_components_factory_impl.h62 virtual SyncComponents CreatePasswordSyncComponents(
Dprofile_sync_components_factory.h113 virtual SyncComponents CreatePasswordSyncComponents(
Dprofile_sync_service_password_unittest.cc222 EXPECT_CALL(*components, CreatePasswordSyncComponents(_, _, _)) in StartSyncService()
229 EXPECT_CALL(*components, CreatePasswordSyncComponents(_, _, _)) in StartSyncService()
Dprofile_sync_components_factory_impl.cc488 ProfileSyncComponentsFactoryImpl::CreatePasswordSyncComponents( in CreatePasswordSyncComponents() function in ProfileSyncComponentsFactoryImpl
/external/chromium/chrome/browser/sync/glue/
Dpassword_data_type_controller.cc138 profile_sync_factory_->CreatePasswordSyncComponents( in StartImpl()