Home
last modified time | relevance | path

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

12

/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 {
Dsync_backend_host.cc490 ChangeProcessor* change_processor) { in ActivateDataType()
510 ChangeProcessor* change_processor) { in DeactivateDataType()
514 std::map<syncable::ModelType, ChangeProcessor*>::size_type erased = in DeactivateDataType()
815 ChangeProcessor* SyncBackendHost::Core::GetProcessor( in GetProcessor()
817 std::map<syncable::ModelType, ChangeProcessor*>::const_iterator it = in GetProcessor()
837 ChangeProcessor* processor = it->second; in GetProcessor()
855 ChangeProcessor* processor = GetProcessor(model_type); in OnChangesApplied()
869 ChangeProcessor* processor = GetProcessor(model_type); in OnChangesComplete()
Dtheme_change_processor.h28 class ThemeChangeProcessor : public ChangeProcessor,
Dextension_change_processor.h27 class ExtensionChangeProcessor : public ChangeProcessor,
Dpreference_change_processor.h26 class PreferenceChangeProcessor : public ChangeProcessor,
Dsession_change_processor.h31 class SessionChangeProcessor : public ChangeProcessor,
Dpassword_change_processor.h31 class PasswordChangeProcessor : public ChangeProcessor,
Dtyped_url_change_processor.h38 class TypedUrlChangeProcessor : public ChangeProcessor,
Dsession_change_processor.cc29 : ChangeProcessor(error_handler), in SessionChangeProcessor()
42 : ChangeProcessor(error_handler), in SessionChangeProcessor()
Dautofill_profile_change_processor.h26 class AutofillProfileChangeProcessor : public ChangeProcessor,
Dautofill_change_processor.h36 class AutofillChangeProcessor : public ChangeProcessor,
Dtheme_change_processor.cc22 : ChangeProcessor(error_handler), in ThemeChangeProcessor()
/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()
Dprofile_sync_service.h45 class ChangeProcessor; variable
386 browser_sync::ChangeProcessor* change_processor);
389 browser_sync::ChangeProcessor* change_processor);

12