Home
last modified time | relevance | path

Searched refs:OnUnrecoverableError (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dbackend_unrecoverable_error_handler.cc22 void BackendUnrecoverableErrorHandler::OnUnrecoverableError( in OnUnrecoverableError() function in browser_sync::BackendUnrecoverableErrorHandler
26 &ProfileSyncService::OnUnrecoverableError, in OnUnrecoverableError()
Dbackend_unrecoverable_error_handler.h25 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
Dprofile_sync_service_mock.h60 MOCK_METHOD2(OnUnrecoverableError,
Dprofile_sync_service.h547 virtual void OnUnrecoverableError(
Dprofile_sync_service.cc946 void ProfileSyncService::OnUnrecoverableError( in OnUnrecoverableError() function in ProfileSyncService
/external/chromium_org/sync/syncable/
Dsyncable_base_transaction.cc34 void BaseTransaction::OnUnrecoverableError( in OnUnrecoverableError() function in syncer::syncable::BaseTransaction
54 directory()->OnUnrecoverableError(this, in HandleUnrecoverableErrorIfSet()
Dsyncable_base_transaction.h47 void OnUnrecoverableError(const tracked_objects::Location& location,
Dsyncable_util.cc87 trans->OnUnrecoverableError(location, msg); in SyncAssert()
Ddirectory.h263 void OnUnrecoverableError(const BaseTransaction* trans,
Ddirectory.cc217 void Directory::OnUnrecoverableError(const BaseTransaction* trans, in OnUnrecoverableError() function in syncer::syncable::Directory
222 unrecoverable_error_handler_->OnUnrecoverableError(location, in OnUnrecoverableError()
/external/chromium_org/sync/internal_api/public/util/
Dunrecoverable_error_handler.h20 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
/external/chromium_org/sync/util/
Dtest_unrecoverable_error_handler.cc15 void TestUnrecoverableErrorHandler::OnUnrecoverableError( in OnUnrecoverableError() function in syncer::TestUnrecoverableErrorHandler
Dtest_unrecoverable_error_handler.h20 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
/external/chromium_org/components/sync_driver/
Dchange_processor_mock.h26 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
Dnon_ui_data_type_controller_unittest.cc85 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
/external/chromium_org/chrome/browser/sync/glue/
Dfrontend_data_type_controller_mock.h30 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
Dnon_frontend_data_type_controller_mock.h30 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
/external/chromium_org/sync/tools/
Dsync_client.cc168 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here, in OnUnrecoverableError() function in syncer::__anona2a912bd0111::LoggingUnrecoverableErrorHandler