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

1 2 3 4

  /external/chromium_org/chrome/browser/sync/glue/
change_processor.cc 10 ChangeProcessor::ChangeProcessor(DataTypeErrorHandler* error_handler)
14 ChangeProcessor::~ChangeProcessor() {
17 void ChangeProcessor::Start(Profile* profile,
25 void ChangeProcessor::CommitChangesFromSyncModel() {}
27 DataTypeErrorHandler* ChangeProcessor::error_handler() const {
31 syncer::UserShare* ChangeProcessor::share_handle() const {
change_processor_mock.cc 12 : ChangeProcessor(this) {}
change_processor.h 24 class ChangeProcessor {
26 explicit ChangeProcessor(DataTypeErrorHandler* error_handler);
27 virtual ~ChangeProcessor();
87 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
frontend_data_type_controller.h 31 class ChangeProcessor;
103 virtual ChangeProcessor* change_processor() const;
104 virtual void set_change_processor(ChangeProcessor* processor);
118 scoped_ptr<ChangeProcessor> change_processor_;
non_frontend_data_type_controller.h 35 class ChangeProcessor;
82 ChangeProcessor* change_processor;
122 virtual void DisconnectProcessor(ChangeProcessor* processor) = 0;
156 virtual ChangeProcessor* change_processor() const;
173 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;
change_processor_mock.h 16 : public ChangeProcessor, public DataTypeErrorHandler{
password_data_type_controller.h 40 virtual void DisconnectProcessor(ChangeProcessor* processor) OVERRIDE;
typed_url_data_type_controller.h 49 virtual void DisconnectProcessor(ChangeProcessor* processor) OVERRIDE;
  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 10 ChangeProcessor::~ChangeProcessor() {
11 DCHECK(!running_) << "ChangeProcessor dtor while running";
14 void ChangeProcessor::Start(Profile* profile,
22 void ChangeProcessor::Stop() {
30 bool ChangeProcessor::IsRunning() const {
change_processor_mock.cc 9 ChangeProcessorMock::ChangeProcessorMock() : ChangeProcessor(NULL) {}
change_processor.h 21 class ChangeProcessor {
23 explicit ChangeProcessor(UnrecoverableErrorHandler* error_handler)
25 virtual ~ChangeProcessor();
72 DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
change_processor_mock.h 18 class ChangeProcessorMock : public ChangeProcessor {
extension_change_processor.h 27 class ExtensionChangeProcessor : public ChangeProcessor,
42 // ChangeProcessor implementation.
50 // ChangeProcessor implementation.
preference_change_processor.h 26 class PreferenceChangeProcessor : public ChangeProcessor,
session_change_processor.h 31 class SessionChangeProcessor : public ChangeProcessor,
50 // ChangeProcessor implementation.
58 // ChangeProcessor implementation.
theme_change_processor.h 28 class ThemeChangeProcessor : public ChangeProcessor,
40 // ChangeProcessor implementation.
48 // ChangeProcessor implementation.
frontend_data_type_controller.h 23 class ChangeProcessor;
106 scoped_ptr<ChangeProcessor> change_processor_;
password_data_type_controller.h 25 class ChangeProcessor;
76 scoped_ptr<ChangeProcessor> change_processor_;
  /external/chromium/chrome/browser/sync/
profile_sync_factory_mock.cc 10 using browser_sync::ChangeProcessor;
18 ChangeProcessor* bookmark_change_processor)
profile_sync_factory_mock.h 16 class ChangeProcessor;
24 browser_sync::ChangeProcessor* bookmark_change_processor);
78 scoped_ptr<browser_sync::ChangeProcessor> bookmark_change_processor_;
profile_sync_service_mock.h 39 browser_sync::ChangeProcessor* change_processor));
42 browser_sync::ChangeProcessor* change_processor));
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.cc 10 using browser_sync::ChangeProcessor;
17 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
profile_sync_components_factory.h 24 class ChangeProcessor;
63 browser_sync::ChangeProcessor* change_processor;
65 browser_sync::ChangeProcessor* cp)
profile_sync_components_factory_mock.h 17 class ChangeProcessor;
27 browser_sync::ChangeProcessor* change_processor);
81 scoped_ptr<browser_sync::ChangeProcessor> change_processor_;

Completed in 1777 milliseconds

1 2 3 4