HomeSort by relevance Sort by last modified time
    Searched defs:OnUnrecoverableError (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/sync/
backend_unrecoverable_error_handler.cc 22 void BackendUnrecoverableErrorHandler::OnUnrecoverableError(
26 &ProfileSyncService::OnUnrecoverableError,
profile_sync_service.cc     [all...]
  /external/chromium_org/sync/util/
test_unrecoverable_error_handler.cc 15 void TestUnrecoverableErrorHandler::OnUnrecoverableError(
  /external/chromium_org/sync/syncable/
syncable_base_transaction.cc 34 void BaseTransaction::OnUnrecoverableError(
41 // Note: We dont call the Directory's OnUnrecoverableError method right
43 // transaction we would call the OnUnrecoverableError method.
54 directory()->OnUnrecoverableError(this,
directory.cc 217 void Directory::OnUnrecoverableError(const BaseTransaction* trans,
222 unrecoverable_error_handler_->OnUnrecoverableError(location,
    [all...]

Completed in 217 milliseconds