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

12 3 4

  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
44 MOCK_METHOD1(set_change_processor, void(ChangeProcessor* processor));
password_change_processor.h 33 class PasswordChangeProcessor : public ChangeProcessor,
session_change_processor.h 34 class SessionChangeProcessor : public ChangeProcessor,
54 // ChangeProcessor implementation.
62 // ChangeProcessor implementation.
sync_backend_host.h 38 class ChangeProcessor;
151 ChangeProcessor* change_processor) = 0;
generic_change_processor.h 38 class GenericChangeProcessor : public ChangeProcessor,
50 // ChangeProcessor interface.
66 // of all the data known to the ChangeProcessor for |datatype|, and
87 // ChangeProcessor interface.
non_frontend_data_type_controller_mock.h 50 MOCK_METHOD1(DisconnectProcessor, void(ChangeProcessor*));
password_data_type_controller.cc 69 ChangeProcessor* processor) {
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,
247 ChangeProcessor* processor = GetProcessor(model_type);
255 ChangeProcessor* processor = GetProcessor(model_type);
282 ChangeProcessor* SyncBackendRegistrar::GetProcessor(
285 ChangeProcessor* processor = GetProcessorUnsafe(type);
295 ChangeProcessor* SyncBackendRegistrar::GetProcessorUnsafe(
298 std::map<syncer::ModelType, ChangeProcessor*>::const_iterator
sync_backend_host_mock.h 70 ChangeProcessor* change_processor) OVERRIDE;
sync_backend_host_mock.cc 65 ChangeProcessor* change_processor) {}
typed_url_data_type_controller.cc 141 ChangeProcessor* processor) {
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.h 31 class PasswordChangeProcessor : public ChangeProcessor,
typed_url_change_processor.h 38 class TypedUrlChangeProcessor : public ChangeProcessor,
autofill_data_type_controller.h 26 class ChangeProcessor;
100 scoped_ptr<ChangeProcessor> change_processor_;
typed_url_data_type_controller.h 35 class ChangeProcessor;
107 scoped_ptr<ChangeProcessor> change_processor_;
sync_backend_host.h 50 class ChangeProcessor;
200 ChangeProcessor* change_processor);
204 ChangeProcessor* change_processor);
431 ChangeProcessor* GetProcessor(syncable::ModelType modeltype);
632 std::map<syncable::ModelType, ChangeProcessor*> processors_;
autofill_change_processor.h 36 class AutofillChangeProcessor : public ChangeProcessor,
autofill_profile_change_processor.h 26 class AutofillProfileChangeProcessor : public ChangeProcessor,
37 // Virtual methods from ChangeProcessor class.
55 // Protected methods from ChangeProcessor.
bookmark_change_processor.h 24 public ChangeProcessor {
61 // and do not depend on having a running ChangeProcessor.
theme_change_processor.cc 22 : ChangeProcessor(error_handler),
session_change_processor.cc 29 : ChangeProcessor(error_handler),
42 : ChangeProcessor(error_handler),
  /external/chromium/chrome/browser/sync/
profile_sync_factory.h 42 browser_sync::ChangeProcessor* change_processor;
44 browser_sync::ChangeProcessor* cp)
profile_sync_service.h 45 class ChangeProcessor;
92 // actively installed ChangeProcessor that listens for changes to this
386 browser_sync::ChangeProcessor* change_processor);
389 browser_sync::ChangeProcessor* change_processor);

Completed in 374 milliseconds

12 3 4