/external/chromium/chrome/browser/sync/glue/ |
D | change_processor.cc | 10 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()
|
D | change_processor.h | 21 class ChangeProcessor { 23 explicit ChangeProcessor(UnrecoverableErrorHandler* error_handler) in ChangeProcessor() function 25 virtual ~ChangeProcessor(); 72 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
|
D | sync_backend_host.h | 50 class ChangeProcessor; variable 200 ChangeProcessor* change_processor); 204 ChangeProcessor* change_processor); 431 ChangeProcessor* GetProcessor(syncable::ModelType modeltype); 632 std::map<syncable::ModelType, ChangeProcessor*> processors_;
|
D | frontend_data_type_controller.h | 23 class ChangeProcessor; variable 106 scoped_ptr<ChangeProcessor> change_processor_;
|
D | password_data_type_controller.h | 25 class ChangeProcessor; variable 76 scoped_ptr<ChangeProcessor> change_processor_;
|
D | autofill_data_type_controller.h | 26 class ChangeProcessor; variable 100 scoped_ptr<ChangeProcessor> change_processor_;
|
D | typed_url_data_type_controller.h | 35 class ChangeProcessor; variable 107 scoped_ptr<ChangeProcessor> change_processor_;
|
D | change_processor_mock.cc | 9 ChangeProcessorMock::ChangeProcessorMock() : ChangeProcessor(NULL) {} in ChangeProcessorMock()
|
D | change_processor_mock.h | 18 class ChangeProcessorMock : public ChangeProcessor {
|
D | sync_backend_host.cc | 490 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()
|
D | theme_change_processor.h | 28 class ThemeChangeProcessor : public ChangeProcessor,
|
D | extension_change_processor.h | 27 class ExtensionChangeProcessor : public ChangeProcessor,
|
D | preference_change_processor.h | 26 class PreferenceChangeProcessor : public ChangeProcessor,
|
D | session_change_processor.h | 31 class SessionChangeProcessor : public ChangeProcessor,
|
D | password_change_processor.h | 31 class PasswordChangeProcessor : public ChangeProcessor,
|
D | typed_url_change_processor.h | 38 class TypedUrlChangeProcessor : public ChangeProcessor,
|
D | session_change_processor.cc | 29 : ChangeProcessor(error_handler), in SessionChangeProcessor() 42 : ChangeProcessor(error_handler), in SessionChangeProcessor()
|
D | autofill_profile_change_processor.h | 26 class AutofillProfileChangeProcessor : public ChangeProcessor,
|
D | autofill_change_processor.h | 36 class AutofillChangeProcessor : public ChangeProcessor,
|
D | theme_change_processor.cc | 22 : ChangeProcessor(error_handler), in ThemeChangeProcessor()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_mock.h | 16 class ChangeProcessor; variable 24 browser_sync::ChangeProcessor* bookmark_change_processor); 78 scoped_ptr<browser_sync::ChangeProcessor> bookmark_change_processor_;
|
D | profile_sync_factory_mock.cc | 10 using browser_sync::ChangeProcessor; 18 ChangeProcessor* bookmark_change_processor) in ProfileSyncFactoryMock()
|
D | profile_sync_service_mock.h | 39 browser_sync::ChangeProcessor* change_processor)); 42 browser_sync::ChangeProcessor* change_processor));
|
D | profile_sync_factory.h | 42 browser_sync::ChangeProcessor* change_processor; 44 browser_sync::ChangeProcessor* cp) in SyncComponents()
|
D | profile_sync_service.h | 45 class ChangeProcessor; variable 386 browser_sync::ChangeProcessor* change_processor); 389 browser_sync::ChangeProcessor* change_processor);
|