Home
last modified time | relevance | path

Searched refs:profile_sync_factory (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_data_type_controller.cc68 ProfileSyncComponentsFactory* profile_sync_factory, in TypedUrlDataTypeController() argument
74 profile_sync_factory, in TypedUrlDataTypeController()
148 return profile_sync_factory()->CreateTypedUrlSyncComponents( in CreateSyncComponents()
Dpassword_data_type_controller.cc21 ProfileSyncComponentsFactory* profile_sync_factory, in PasswordDataTypeController() argument
26 profile_sync_factory), in PasswordDataTypeController()
Dextension_setting_data_type_controller.cc24 ProfileSyncComponentsFactory* profile_sync_factory, in ExtensionSettingDataTypeController() argument
29 profile_sync_factory), in ExtensionSettingDataTypeController()
Dautofill_data_type_controller.cc25 ProfileSyncComponentsFactory* profile_sync_factory, in AutofillDataTypeController() argument
30 profile_sync_factory), in AutofillDataTypeController()
Dbookmark_data_type_controller.cc26 ProfileSyncComponentsFactory* profile_sync_factory, in BookmarkDataTypeController() argument
32 profile_sync_factory, in BookmarkDataTypeController()
Dautofill_profile_data_type_controller.cc26 ProfileSyncComponentsFactory* profile_sync_factory, in AutofillProfileDataTypeController() argument
31 profile_sync_factory), in AutofillProfileDataTypeController()
Dfrontend_data_type_controller.cc30 ProfileSyncComponentsFactory* profile_sync_factory, in FrontendDataTypeController() argument
34 profile_sync_factory_(profile_sync_factory), in FrontendDataTypeController()
39 DCHECK(profile_sync_factory); in FrontendDataTypeController()
Dnon_frontend_data_type_controller.h55 ProfileSyncComponentsFactory* profile_sync_factory,
164 ProfileSyncComponentsFactory* profile_sync_factory() const;
Dsearch_engine_data_type_controller.h26 sync_driver::SyncApiComponentFactory* profile_sync_factory,
Dpassword_data_type_controller.h26 ProfileSyncComponentsFactory* profile_sync_factory,
Dextension_setting_data_type_controller.h32 ProfileSyncComponentsFactory* profile_sync_factory,
Dautofill_profile_data_type_controller.h28 ProfileSyncComponentsFactory* profile_sync_factory,
Dbookmark_data_type_controller.h23 BookmarkDataTypeController(ProfileSyncComponentsFactory* profile_sync_factory,
Dautofill_data_type_controller.h29 ProfileSyncComponentsFactory* profile_sync_factory,
Dtyped_url_data_type_controller.h30 ProfileSyncComponentsFactory* profile_sync_factory,
Dnon_frontend_data_type_controller_unittest.cc55 ProfileSyncComponentsFactory* profile_sync_factory, in NonFrontendDataTypeControllerFake() argument
61 profile_sync_factory, in NonFrontendDataTypeControllerFake()
76 return profile_sync_factory()-> in CreateSyncComponents()
Dnon_frontend_data_type_controller.cc165 ProfileSyncComponentsFactory* profile_sync_factory, in NonFrontendDataTypeController() argument
170 profile_sync_factory_(profile_sync_factory), in NonFrontendDataTypeController()
414 NonFrontendDataTypeController::profile_sync_factory() const { in profile_sync_factory() function in browser_sync::NonFrontendDataTypeController
Dfrontend_data_type_controller_unittest.cc40 ProfileSyncComponentsFactory* profile_sync_factory, in FrontendDataTypeControllerFake() argument
46 profile_sync_factory, in FrontendDataTypeControllerFake()
Dfrontend_data_type_controller.h50 ProfileSyncComponentsFactory* profile_sync_factory,