Searched refs:change_processor (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/chrome/browser/sync/glue/
H A Dshared_change_processor_ref.cc10 const scoped_refptr<SharedChangeProcessor>& change_processor)
11 : change_processor_(change_processor) {
9 SharedChangeProcessorRef( const scoped_refptr<SharedChangeProcessor>& change_processor) argument
H A Dshared_change_processor_ref.h23 change_processor);
H A Dgeneric_change_processor_unittest.cc72 GenericChangeProcessor* change_processor() { function in class:browser_sync::__anon5809::SyncGenericChangeProcessorTest
107 change_processor()->GetSyncDataForType(kType, &sync_data);
137 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
141 change_processor()->GetSyncDataForType(syncer::PASSWORDS, &password_list).
208 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
210 change_processor()->ProcessSyncChanges(FROM_HERE, change_list2).IsSet());
214 change_processor()->GetSyncDataForType(syncer::PASSWORDS, &password_list).
H A Dnon_frontend_data_type_controller.h82 ChangeProcessor* change_processor; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
156 virtual ChangeProcessor* change_processor() const;
H A Dfrontend_data_type_controller.cc9 #include "chrome/browser/sync/glue/change_processor.h"
199 change_processor());
293 ChangeProcessor* FrontendDataTypeController::change_processor() const { function in class:browser_sync::FrontendDataTypeController
298 ChangeProcessor* change_processor) {
299 change_processor_.reset(change_processor);
297 set_change_processor( ChangeProcessor* change_processor) argument
H A Dfrontend_data_type_controller_mock.h43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
H A Dsession_data_type_controller.cc74 set_change_processor(sync_components.change_processor);
H A Dnon_frontend_data_type_controller.cc11 #include "chrome/browser/sync/glue/change_processor.h"
84 change_processor_.reset(sync_components.change_processor);
113 result.change_processor = change_processor_.get();
154 change_processor(NULL),
424 ChangeProcessor* NonFrontendDataTypeController::change_processor() const { function in class:browser_sync::NonFrontendDataTypeController
454 CHECK(result.change_processor);
456 change_processor_ = result.change_processor;
460 change_processor());
H A Dbookmark_data_type_controller.cc87 set_change_processor(sync_components.change_processor);
H A Dfrontend_data_type_controller.h103 virtual ChangeProcessor* change_processor() const;
H A Dsync_backend_registrar.h91 ChangeProcessor* change_processor,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_mock.cc5 #include "chrome/browser/sync/glue/change_processor.h"
17 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
19 change_processor_(change_processor) {
16 ProfileSyncComponentsFactoryMock( AssociatorInterface* model_associator, ChangeProcessor* change_processor) argument
H A Dprofile_sync_components_factory.h61 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncComponentsFactory::SyncComponents
64 : model_associator(ma), change_processor(cp) {}
H A Dprofile_sync_components_factory_impl.cc432 BookmarkChangeProcessor* change_processor = local
435 return SyncComponents(model_associator, change_processor);
447 PasswordChangeProcessor* change_processor = local
451 return SyncComponents(model_associator, change_processor);
463 TypedUrlChangeProcessor* change_processor = local
468 return SyncComponents(model_associator, change_processor);
477 SessionChangeProcessor* change_processor = local
479 return SyncComponents(model_associator, change_processor);
H A Dprofile_sync_components_factory_mock.h27 browser_sync::ChangeProcessor* change_processor);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.cc178 ExtensionChangeProcessor* change_processor = local
180 return SyncComponents(model_associator, change_processor);
194 AutofillChangeProcessor* change_processor = local
199 return SyncComponents(model_associator, change_processor);
213 AutofillProfileChangeProcessor* change_processor = local
218 return SyncComponents(model_associator, change_processor);
232 BookmarkChangeProcessor* change_processor = local
235 return SyncComponents(model_associator, change_processor);
249 ExtensionChangeProcessor* change_processor = local
251 return SyncComponents(model_associator, change_processor);
262 PasswordChangeProcessor* change_processor = local
275 PreferenceChangeProcessor* change_processor = local
287 ThemeChangeProcessor* change_processor = local
300 TypedUrlChangeProcessor* change_processor = local
313 SessionChangeProcessor* change_processor = local
[all...]
H A Dprofile_sync_service_mock.h12 #include "chrome/browser/sync/glue/change_processor.h"
39 browser_sync::ChangeProcessor* change_processor));
42 browser_sync::ChangeProcessor* change_processor));
H A Dprofile_sync_factory.h13 #include "chrome/browser/sync/glue/change_processor.h"
42 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncFactory::SyncComponents
45 : model_associator(ma), change_processor(cp) {}
/external/chromium/chrome/browser/sync/glue/
H A Dapp_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor);
H A Dextension_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor);
H A Dpreference_data_type_controller.cc31 change_processor_.reset(sync_components.change_processor);
H A Dsession_data_type_controller.cc35 change_processor_.reset(sync_components.change_processor);
H A Dtheme_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor);
H A Dbookmark_data_type_controller.cc69 change_processor_.reset(sync_components.change_processor);
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_sync_service_unittest.cc86 MockChangeProcessor* change_processor() { return change_processor_; } function in class:ManagedUserSyncServiceTest
153 EXPECT_EQ(0u, change_processor()->changes().size());
236 EXPECT_EQ(1u, change_processor()->changes().size());
238 SyncChange change = change_processor()->GetChange(kUserId1);

Completed in 269 milliseconds

12