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

1 2

  /external/chromium_org/sync/internal_api/public/util/
unrecoverable_error_handler.h 14 class UnrecoverableErrorHandler {
22 virtual ~UnrecoverableErrorHandler() {}
  /external/chromium_org/sync/util/
test_unrecoverable_error_handler.h 13 // Implementation of UnrecoverableErrorHandler that simply adds a
15 class TestUnrecoverableErrorHandler : public UnrecoverableErrorHandler {
  /external/chromium_org/chrome/browser/sync/
backend_unrecoverable_error_handler.h 20 : public syncer::UnrecoverableErrorHandler {
  /external/chromium_org/components/sync_driver/
change_processor.h 14 class UnrecoverableErrorHandler;
31 // ModelAssociator and UnrecoverableErrorHandler before using this method, and
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_base_unittest.cc 39 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
59 NULL, scoped_ptr<UnrecoverableErrorHandler>().Pass(),
sync_backup_manager.h 39 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_rollback_manager.h 39 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_rollback_manager_base.h 102 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
131 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler_;
sync_manager_impl.h 85 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
358 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler_;
sync_backup_manager.cc 37 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_backup_manager_unittest.cc 67 NULL, scoped_ptr<UnrecoverableErrorHandler>().Pass(),
sync_rollback_manager.cc 40 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_rollback_manager_unittest.cc 123 NULL, scoped_ptr<UnrecoverableErrorHandler>().Pass(),
  /external/chromium_org/sync/syncable/
directory_unittest.h 91 UnrecoverableErrorHandler* unrecoverable_error_handler();
directory.h 32 class UnrecoverableErrorHandler;
164 UnrecoverableErrorHandler* unrecoverable_error_handler,
607 UnrecoverableErrorHandler* const unrecoverable_error_handler_;
syncable_unittest.cc 89 UnrecoverableErrorHandler *handler,
101 UnrecoverableErrorHandler* handler,
109 UnrecoverableErrorHandler *handler,
118 UnrecoverableErrorHandler* handler,
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 69 scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_backend_host_mock.cc 22 scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_backend_host_mock.h 36 scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
sync_backend_host_core.h 41 scoped_ptr<syncer::UnrecoverableErrorHandler>
64 scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler;
sync_backend_host_impl.h 91 scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 96 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 258 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
  /external/chromium_org/sync/tools/
sync_client.cc 160 : public UnrecoverableErrorHandler {
376 scoped_ptr<UnrecoverableErrorHandler>(
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 92 scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,

Completed in 149 milliseconds

1 2