HomeSort by relevance Sort by last modified time
    Searched refs:report_unrecoverable_error_function_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/internal_api/
sync_rollback_manager_base.cc 43 : report_unrecoverable_error_function_(NULL),
59 report_unrecoverable_error_function_ = report_unrecoverable_error_function;
254 report_unrecoverable_error_function_,
sync_rollback_manager_base.h 134 ReportUnrecoverableErrorFunction report_unrecoverable_error_function_; member in class:syncer::SyncRollbackManagerBase
sync_manager_impl.h 340 ReportUnrecoverableErrorFunction report_unrecoverable_error_function_; member in class:syncer::SyncManagerImpl
sync_manager_impl.cc 91 report_unrecoverable_error_function_(NULL),
248 report_unrecoverable_error_function_ =
275 report_unrecoverable_error_function_,
    [all...]
  /external/chromium_org/sync/syncable/
directory.h 256 if (report_unrecoverable_error_function_) {
257 report_unrecoverable_error_function_();
634 const ReportUnrecoverableErrorFunction report_unrecoverable_error_function_; member in class:syncer::syncable::Directory
directory.cc 108 report_unrecoverable_error_function_(
    [all...]

Completed in 138 milliseconds