HomeSort by relevance Sort by last modified time
    Searched refs:SyncComponents (Results 1 - 25 of 46) sorted by null

1 2

  /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 54 // SyncComponents. It is safe to assume that the factory methods below are
58 // SyncableService weak pointers instead of SyncComponents (crbug.com/100114).
59 struct SyncComponents {
62 SyncComponents(browser_sync::AssociatorInterface* ma,
102 virtual SyncComponents CreateBookmarkSyncComponents(
105 virtual SyncComponents CreatePasswordSyncComponents(
109 virtual SyncComponents CreateTypedUrlSyncComponents(
113 virtual SyncComponents CreateSessionSyncComponents(
profile_sync_components_factory_mock.h 51 SyncComponents(ProfileSyncService* profile_sync_service,
54 SyncComponents(
59 SyncComponents(ProfileSyncService* profile_sync_service,
63 SyncComponents(ProfileSyncService* profile_sync_service,
67 SyncComponents(
73 SyncComponents MakeSyncComponents();
profile_sync_components_factory_impl.h 54 virtual SyncComponents CreateBookmarkSyncComponents(
57 virtual SyncComponents CreatePasswordSyncComponents(
61 virtual SyncComponents CreateTypedUrlSyncComponents(
65 virtual SyncComponents CreateSessionSyncComponents(
profile_sync_components_factory_impl.cc 413 ProfileSyncComponentsFactory::SyncComponents
435 return SyncComponents(model_associator, change_processor);
438 ProfileSyncComponentsFactory::SyncComponents
451 return SyncComponents(model_associator, change_processor);
454 ProfileSyncComponentsFactory::SyncComponents
468 return SyncComponents(model_associator, change_processor);
471 ProfileSyncComponentsFactory::SyncComponents
479 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 =

Completed in 268 milliseconds

1 2