HomeSort by relevance Sort by last modified time
    Searched refs:ChangeProcessor (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/components/sync_driver/
change_processor.cc 9 ChangeProcessor::ChangeProcessor(DataTypeErrorHandler* error_handler)
13 ChangeProcessor::~ChangeProcessor() {
16 void ChangeProcessor::Start(syncer::UserShare* share_handle) {
23 void ChangeProcessor::CommitChangesFromSyncModel() {}
25 DataTypeErrorHandler* ChangeProcessor::error_handler() const {
29 syncer::UserShare* ChangeProcessor::share_handle() const {
change_processor_mock.cc 12 : ChangeProcessor(this) {}
change_processor.h 23 class ChangeProcessor {
25 explicit ChangeProcessor(DataTypeErrorHandler* error_handler);
26 virtual ~ChangeProcessor();
83 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
backend_data_type_configurer.h 17 class ChangeProcessor;
68 ChangeProcessor* change_processor) = 0;
change_processor_mock.h 16 : public ChangeProcessor, public DataTypeErrorHandler{
shared_change_processor.h 28 class ChangeProcessor;
106 ChangeProcessor* generic_change_processor();
fake_data_type_controller.h 42 virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
proxy_data_type_controller.h 30 virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
data_type_controller.h 29 class ChangeProcessor;
121 // Access to the ChangeProcessor for the type being controlled by |this|.
122 // Returns NULL if the ChangeProcessor isn't created or connected.
123 virtual ChangeProcessor* GetChangeProcessor() const = 0;
proxy_data_type_controller.cc 51 ChangeProcessor* ProxyDataTypeController::GetChangeProcessor() const {
ui_data_type_controller.h 48 virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
non_ui_data_type_controller.h 40 virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.cc 13 using browser_sync::ChangeProcessor;
20 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
profile_sync_components_factory.h 27 class ChangeProcessor;
69 browser_sync::ChangeProcessor* change_processor;
71 browser_sync::ChangeProcessor* cp)
profile_sync_components_factory_mock.h 17 class ChangeProcessor;
27 browser_sync::ChangeProcessor* change_processor);
69 scoped_ptr<browser_sync::ChangeProcessor> change_processor_;
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.h 31 class ChangeProcessor;
105 virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
106 virtual void set_change_processor(ChangeProcessor* processor);
127 scoped_ptr<ChangeProcessor> change_processor_;
non_frontend_data_type_controller.h 35 class ChangeProcessor;
84 ChangeProcessor* change_processor;
130 virtual void DisconnectProcessor(ChangeProcessor* processor) = 0;
171 virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
188 ChangeProcessor* change_processor_;
sync_backend_registrar.h 32 class ChangeProcessor;
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;
frontend_data_type_controller_mock.h 43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
44 MOCK_METHOD1(set_change_processor, void(ChangeProcessor* processor));
typed_url_data_type_controller.h 51 virtual void DisconnectProcessor(ChangeProcessor* processor) OVERRIDE;
non_frontend_data_type_controller_mock.h 50 MOCK_METHOD1(DisconnectProcessor, void(ChangeProcessor*));
synced_device_tracker.h 25 class SyncedDeviceTracker : public ChangeProcessor {
37 // ChangeProcessor methods
typed_url_change_processor.h 45 class TypedUrlChangeProcessor : public ChangeProcessor,
sync_backend_registrar.cc 203 ChangeProcessor* change_processor,
245 ChangeProcessor* processor = GetProcessor(model_type);
253 ChangeProcessor* processor = GetProcessor(model_type);
280 ChangeProcessor* SyncBackendRegistrar::GetProcessor(
283 ChangeProcessor* processor = GetProcessorUnsafe(type);
293 ChangeProcessor* SyncBackendRegistrar::GetProcessorUnsafe(
296 std::map<syncer::ModelType, ChangeProcessor*>::const_iterator
sync_backend_host.h 39 class ChangeProcessor;

Completed in 132 milliseconds

1 2