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

123

/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.h63 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncComponentsFactory::SyncComponents
66 : model_associator(ma), change_processor(cp) {}
H A Dprofile_sync_components_factory_impl.cc481 BookmarkChangeProcessor* change_processor = local
484 return SyncComponents(model_associator, change_processor);
496 PasswordChangeProcessor* change_processor = local
500 return SyncComponents(model_associator, change_processor);
512 TypedUrlChangeProcessor* change_processor = local
517 return SyncComponents(model_associator, change_processor);
526 SessionChangeProcessor* change_processor = local
528 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_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::__anon6002::SyncGenericChangeProcessorTest
106 change_processor()->GetAllSyncData(kType);
136 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
139 change_processor()->GetAllSyncData(syncer::PASSWORDS));
205 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
207 change_processor()->ProcessSyncChanges(FROM_HERE, change_list2).IsSet());
210 change_processor()->GetAllSyncData(syncer::PASSWORDS));
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"
200 change_processor());
294 ChangeProcessor* FrontendDataTypeController::change_processor() const { function in class:browser_sync::FrontendDataTypeController
299 ChangeProcessor* change_processor) {
300 change_processor_.reset(change_processor);
298 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_host.h151 ChangeProcessor* change_processor) = 0;
/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.cc94 MockChangeProcessor* change_processor() { return change_processor_; } function in class:ManagedUserSyncServiceTest
154 EXPECT_EQ(0u, change_processor()->changes().size());
263 EXPECT_EQ(1u, change_processor()->changes().size());
265 SyncChange change = change_processor()->GetChange(kUserId1);

Completed in 292 milliseconds

123