/external/chromium_org/chrome/browser/sync/glue/ |
D | change_processor.cc | 10 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()
|
D | change_processor.h | 24 class ChangeProcessor { 26 explicit ChangeProcessor(DataTypeErrorHandler* error_handler); 27 virtual ~ChangeProcessor(); 87 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
|
D | sync_backend_registrar.h | 32 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;
|
D | non_frontend_data_type_controller.h | 35 class ChangeProcessor; variable 82 ChangeProcessor* change_processor; 122 virtual void DisconnectProcessor(ChangeProcessor* processor) = 0; 156 virtual ChangeProcessor* change_processor() const; 173 ChangeProcessor* change_processor_;
|
D | frontend_data_type_controller.h | 31 class ChangeProcessor; variable 103 virtual ChangeProcessor* change_processor() const; 104 virtual void set_change_processor(ChangeProcessor* processor); 118 scoped_ptr<ChangeProcessor> change_processor_;
|
D | sync_backend_registrar.cc | 203 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()
|
D | frontend_data_type_controller_mock.h | 43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*()); 44 MOCK_METHOD1(set_change_processor, void(ChangeProcessor* processor));
|
D | sync_backend_host.h | 38 class ChangeProcessor; variable 151 ChangeProcessor* change_processor) = 0;
|
D | change_processor_mock.cc | 12 : ChangeProcessor(this) {} in ChangeProcessorMock()
|
/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 {
|
/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()
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_components_factory_mock.h | 17 class ChangeProcessor; variable 27 browser_sync::ChangeProcessor* change_processor); 81 scoped_ptr<browser_sync::ChangeProcessor> change_processor_;
|
D | profile_sync_components_factory_mock.cc | 10 using browser_sync::ChangeProcessor; 17 AssociatorInterface* model_associator, ChangeProcessor* change_processor) in ProfileSyncComponentsFactoryMock()
|
D | profile_sync_components_factory.h | 24 class ChangeProcessor; variable 63 browser_sync::ChangeProcessor* change_processor; 65 browser_sync::ChangeProcessor* cp) in SyncComponents()
|