/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.h | 30 virtual SyncComponents CreateAppSyncComponents( 34 virtual SyncComponents CreateAutofillSyncComponents( 40 virtual SyncComponents CreateAutofillProfileSyncComponents( 46 virtual SyncComponents CreateBookmarkSyncComponents( 50 virtual SyncComponents CreateExtensionSyncComponents( 54 virtual SyncComponents CreatePasswordSyncComponents( 59 virtual SyncComponents CreatePreferenceSyncComponents( 63 virtual SyncComponents CreateThemeSyncComponents( 67 virtual SyncComponents CreateTypedUrlSyncComponents( 72 virtual SyncComponents CreateSessionSyncComponents [all...] |
profile_sync_factory.h | 40 struct SyncComponents { 43 SyncComponents(browser_sync::AssociatorInterface* ma, 66 virtual SyncComponents CreateAppSyncComponents( 73 virtual SyncComponents CreateAutofillSyncComponents( 82 virtual SyncComponents CreateAutofillProfileSyncComponents( 91 virtual SyncComponents CreateBookmarkSyncComponents( 98 virtual SyncComponents CreateExtensionSyncComponents( 105 virtual SyncComponents CreatePasswordSyncComponents( 113 virtual SyncComponents CreatePreferenceSyncComponents( 120 virtual SyncComponents CreateThemeSyncComponents [all...] |
profile_sync_factory_mock.h | 34 SyncComponents(ProfileSyncService* profile_sync_service, 37 SyncComponents( 43 SyncComponents( 49 SyncComponents(ProfileSyncService* profile_sync_service, 52 SyncComponents(ProfileSyncService* profile_sync_service, 55 SyncComponents( 60 SyncComponents(ProfileSyncService* profile_sync_service, 63 SyncComponents(ProfileSyncService* profile_sync_service, 66 SyncComponents(ProfileSyncService* profile_sync_service, 69 SyncComponents( [all...] |
profile_sync_factory_mock.cc | 30 ProfileSyncFactory::SyncComponents 32 return SyncComponents(bookmark_model_associator_.release(),
|
profile_sync_factory_impl.cc | 165 ProfileSyncFactory::SyncComponents 180 return SyncComponents(model_associator, change_processor); 183 ProfileSyncFactory::SyncComponents 199 return SyncComponents(model_associator, change_processor); 202 ProfileSyncFactory::SyncComponents 218 return SyncComponents(model_associator, change_processor); 221 ProfileSyncFactory::SyncComponents 235 return SyncComponents(model_associator, change_processor); 238 ProfileSyncFactory::SyncComponents 251 return SyncComponents(model_associator, change_processor) [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory_mock.cc | 29 ProfileSyncComponentsFactory::SyncComponents 31 return SyncComponents(model_associator_.release(),
|
profile_sync_components_factory.h | 56 // SyncComponents. It is safe to assume that the factory methods below are 60 // SyncableService weak pointers instead of SyncComponents (crbug.com/100114). 61 struct SyncComponents { 64 SyncComponents(browser_sync::AssociatorInterface* ma, 110 virtual SyncComponents CreateBookmarkSyncComponents( 113 virtual SyncComponents CreatePasswordSyncComponents( 117 virtual SyncComponents CreateTypedUrlSyncComponents( 121 virtual SyncComponents CreateSessionSyncComponents(
|
profile_sync_components_factory_mock.h | 56 SyncComponents(ProfileSyncService* profile_sync_service, 59 SyncComponents( 64 SyncComponents(ProfileSyncService* profile_sync_service, 68 SyncComponents(ProfileSyncService* profile_sync_service, 72 SyncComponents( 78 SyncComponents MakeSyncComponents();
|
profile_sync_components_factory_impl.h | 59 virtual SyncComponents CreateBookmarkSyncComponents( 62 virtual SyncComponents CreatePasswordSyncComponents( 66 virtual SyncComponents CreateTypedUrlSyncComponents( 70 virtual SyncComponents CreateSessionSyncComponents(
|
profile_sync_components_factory_impl.cc | 462 ProfileSyncComponentsFactory::SyncComponents 484 return SyncComponents(model_associator, change_processor); 487 ProfileSyncComponentsFactory::SyncComponents 500 return SyncComponents(model_associator, change_processor); 503 ProfileSyncComponentsFactory::SyncComponents 517 return SyncComponents(model_associator, change_processor); 520 ProfileSyncComponentsFactory::SyncComponents 528 return SyncComponents(model_associator, change_processor);
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_data_type_controller.h | 27 virtual ProfileSyncFactory::SyncComponents CreateSyncComponents(
|
autofill_profile_data_type_controller.cc | 31 ProfileSyncFactory::SyncComponents
|
app_data_type_controller.cc | 35 ProfileSyncFactory::SyncComponents sync_components =
|
extension_data_type_controller.cc | 35 ProfileSyncFactory::SyncComponents sync_components =
|
preference_data_type_controller.cc | 28 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_->
|
session_data_type_controller.cc | 32 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_->
|
theme_data_type_controller.cc | 35 ProfileSyncFactory::SyncComponents sync_components =
|
bookmark_data_type_controller.cc | 66 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_->
|
autofill_data_type_controller.h | 67 virtual ProfileSyncFactory::SyncComponents CreateSyncComponents(
|
/external/chromium_org/chrome/browser/sync/glue/ |
password_data_type_controller.h | 38 virtual ProfileSyncComponentsFactory::SyncComponents CreateSyncComponents()
|
typed_url_data_type_controller.h | 47 virtual ProfileSyncComponentsFactory::SyncComponents CreateSyncComponents()
|
non_frontend_data_type_controller_mock.h | 40 ProfileSyncComponentsFactory::SyncComponents());
|
password_data_type_controller.cc | 58 ProfileSyncComponentsFactory::SyncComponents
|
session_data_type_controller.cc | 71 ProfileSyncComponentsFactory::SyncComponents sync_components =
|
bookmark_data_type_controller.cc | 83 ProfileSyncComponentsFactory::SyncComponents sync_components =
|