HomeSort by relevance Sort by last modified time
    Searched refs:SyncComponents (Results 1 - 25 of 27) 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...]
profile_sync_service_autofill_unittest.cc 167 return ProfileSyncFactory::SyncComponents(NULL, NULL);
172 return ProfileSyncFactory::SyncComponents(model_associator,
179 return ProfileSyncFactory::SyncComponents(NULL, NULL);
184 return ProfileSyncFactory::SyncComponents(model_associator,
    [all...]
profile_sync_service_session_unittest.cc 120 WillOnce(Return(ProfileSyncFactory::SyncComponents(
profile_sync_service_preference_unittest.cc 86 WillOnce(Return(ProfileSyncFactory::SyncComponents(
  /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(
autofill_data_type_controller_unittest.cc 120 ProfileSyncFactory::SyncComponents(model_associator_,
215 ProfileSyncFactory::SyncComponents(model_associator_,
255 ProfileSyncFactory::SyncComponents(model_associator_,
autofill_data_type_controller.cc 187 ProfileSyncFactory::SyncComponents
211 ProfileSyncFactory::SyncComponents sync_components =
frontend_data_type_controller_unittest.cc 54 ProfileSyncFactory::SyncComponents sync_components =
105 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_,
password_data_type_controller.cc 137 ProfileSyncFactory::SyncComponents sync_components =
extension_data_type_controller_unittest.cc 53 ProfileSyncFactory::SyncComponents(model_associator_,
preference_data_type_controller_unittest.cc 54 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_,
theme_data_type_controller_unittest.cc 52 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_,
typed_url_data_type_controller.cc 179 ProfileSyncFactory::SyncComponents sync_components =

Completed in 206 milliseconds

1 2