Home
last modified time | relevance | path

Searched refs:ChangeProcessor (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/chrome/browser/sync/glue/
Dchange_processor.cc10 ChangeProcessor::ChangeProcessor(DataTypeErrorHandler* error_handler) in ChangeProcessor() function in browser_sync::ChangeProcessor
14 ChangeProcessor::~ChangeProcessor() { in ~ChangeProcessor()
17 void ChangeProcessor::Start(Profile* profile, in Start()
25 void ChangeProcessor::CommitChangesFromSyncModel() {} in CommitChangesFromSyncModel()
27 DataTypeErrorHandler* ChangeProcessor::error_handler() const { in error_handler()
31 syncer::UserShare* ChangeProcessor::share_handle() const { in share_handle()
Dchange_processor.h24 class ChangeProcessor {
26 explicit ChangeProcessor(DataTypeErrorHandler* error_handler);
27 virtual ~ChangeProcessor();
87 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
Dsync_backend_registrar.h32 class ChangeProcessor; variable
91 ChangeProcessor* change_processor,
129 typedef std::map<syncer::ModelType, ChangeProcessor*>
140 ChangeProcessor* GetProcessor(syncer::ModelType type) const;
145 ChangeProcessor* GetProcessorUnsafe(syncer::ModelType type) const;
Dnon_frontend_data_type_controller.h35 class ChangeProcessor; variable
82 ChangeProcessor* change_processor;
122 virtual void DisconnectProcessor(ChangeProcessor* processor) = 0;
156 virtual ChangeProcessor* change_processor() const;
173 ChangeProcessor* change_processor_;
Dfrontend_data_type_controller.h31 class ChangeProcessor; variable
103 virtual ChangeProcessor* change_processor() const;
104 virtual void set_change_processor(ChangeProcessor* processor);
118 scoped_ptr<ChangeProcessor> change_processor_;
Dsync_backend_registrar.cc203 ChangeProcessor* change_processor, in ActivateDataType()
247 ChangeProcessor* processor = GetProcessor(model_type); in OnChangesApplied()
255 ChangeProcessor* processor = GetProcessor(model_type); in OnChangesComplete()
282 ChangeProcessor* SyncBackendRegistrar::GetProcessor( in GetProcessor()
285 ChangeProcessor* processor = GetProcessorUnsafe(type); in GetProcessor()
295 ChangeProcessor* SyncBackendRegistrar::GetProcessorUnsafe( in GetProcessorUnsafe()
298 std::map<syncer::ModelType, ChangeProcessor*>::const_iterator in GetProcessorUnsafe()
Dfrontend_data_type_controller_mock.h43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
44 MOCK_METHOD1(set_change_processor, void(ChangeProcessor* processor));
Dsync_backend_host.h38 class ChangeProcessor; variable
151 ChangeProcessor* change_processor) = 0;
Dchange_processor_mock.cc12 : ChangeProcessor(this) {} in ChangeProcessorMock()
/external/chromium/chrome/browser/sync/glue/
Dchange_processor.cc10 ChangeProcessor::~ChangeProcessor() { in ~ChangeProcessor()
14 void ChangeProcessor::Start(Profile* profile, in Start()
22 void ChangeProcessor::Stop() { in Stop()
30 bool ChangeProcessor::IsRunning() const { in IsRunning()
Dchange_processor.h21 class ChangeProcessor {
23 explicit ChangeProcessor(UnrecoverableErrorHandler* error_handler) in ChangeProcessor() function
25 virtual ~ChangeProcessor();
72 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
Dsync_backend_host.h50 class ChangeProcessor; variable
200 ChangeProcessor* change_processor);
204 ChangeProcessor* change_processor);
431 ChangeProcessor* GetProcessor(syncable::ModelType modeltype);
632 std::map<syncable::ModelType, ChangeProcessor*> processors_;
Dfrontend_data_type_controller.h23 class ChangeProcessor; variable
106 scoped_ptr<ChangeProcessor> change_processor_;
Dpassword_data_type_controller.h25 class ChangeProcessor; variable
76 scoped_ptr<ChangeProcessor> change_processor_;
Dautofill_data_type_controller.h26 class ChangeProcessor; variable
100 scoped_ptr<ChangeProcessor> change_processor_;
Dtyped_url_data_type_controller.h35 class ChangeProcessor; variable
107 scoped_ptr<ChangeProcessor> change_processor_;
Dchange_processor_mock.cc9 ChangeProcessorMock::ChangeProcessorMock() : ChangeProcessor(NULL) {} in ChangeProcessorMock()
Dchange_processor_mock.h18 class ChangeProcessorMock : public ChangeProcessor {
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_mock.h16 class ChangeProcessor; variable
24 browser_sync::ChangeProcessor* bookmark_change_processor);
78 scoped_ptr<browser_sync::ChangeProcessor> bookmark_change_processor_;
Dprofile_sync_factory_mock.cc10 using browser_sync::ChangeProcessor;
18 ChangeProcessor* bookmark_change_processor) in ProfileSyncFactoryMock()
Dprofile_sync_service_mock.h39 browser_sync::ChangeProcessor* change_processor));
42 browser_sync::ChangeProcessor* change_processor));
Dprofile_sync_factory.h42 browser_sync::ChangeProcessor* change_processor;
44 browser_sync::ChangeProcessor* cp) in SyncComponents()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_mock.h17 class ChangeProcessor; variable
27 browser_sync::ChangeProcessor* change_processor);
81 scoped_ptr<browser_sync::ChangeProcessor> change_processor_;
Dprofile_sync_components_factory_mock.cc10 using browser_sync::ChangeProcessor;
17 AssociatorInterface* model_associator, ChangeProcessor* change_processor) in ProfileSyncComponentsFactoryMock()
Dprofile_sync_components_factory.h24 class ChangeProcessor; variable
63 browser_sync::ChangeProcessor* change_processor;
65 browser_sync::ChangeProcessor* cp) in SyncComponents()

1234