Searched refs:CreatePasswordSyncComponents (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/sync/glue/ |
D | password_data_type_controller.cc | 62 return profile_sync_factory()->CreatePasswordSyncComponents( in CreateSyncComponents()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl.h | 54 virtual SyncComponents CreatePasswordSyncComponents(
|
D | profile_sync_factory_mock.h | 54 MOCK_METHOD3(CreatePasswordSyncComponents,
|
D | profile_sync_factory.h | 105 virtual SyncComponents CreatePasswordSyncComponents(
|
D | profile_sync_factory_impl.cc | 255 ProfileSyncFactoryImpl::CreatePasswordSyncComponents( in CreatePasswordSyncComponents() function in ProfileSyncFactoryImpl
|
D | profile_sync_service_password_unittest.cc | 209 EXPECT_CALL(factory_, CreatePasswordSyncComponents(_, _, _)). in StartSyncService()
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_components_factory_mock.h | 58 MOCK_METHOD3(CreatePasswordSyncComponents,
|
D | profile_sync_components_factory_impl.h | 62 virtual SyncComponents CreatePasswordSyncComponents(
|
D | profile_sync_components_factory.h | 113 virtual SyncComponents CreatePasswordSyncComponents(
|
D | profile_sync_service_password_unittest.cc | 222 EXPECT_CALL(*components, CreatePasswordSyncComponents(_, _, _)) in StartSyncService() 229 EXPECT_CALL(*components, CreatePasswordSyncComponents(_, _, _)) in StartSyncService()
|
D | profile_sync_components_factory_impl.cc | 488 ProfileSyncComponentsFactoryImpl::CreatePasswordSyncComponents( in CreatePasswordSyncComponents() function in ProfileSyncComponentsFactoryImpl
|
/external/chromium/chrome/browser/sync/glue/ |
D | password_data_type_controller.cc | 138 profile_sync_factory_->CreatePasswordSyncComponents( in StartImpl()
|