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

  /external/chromium_org/sync/syncable/
directory.h 234 if (report_unrecoverable_error_function_) {
235 report_unrecoverable_error_function_();
538 const ReportUnrecoverableErrorFunction report_unrecoverable_error_function_; member in class:syncer::syncable::Directory
directory.cc 96 report_unrecoverable_error_function_(
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 365 ReportUnrecoverableErrorFunction report_unrecoverable_error_function_; member in class:syncer::SyncManagerImpl
sync_manager_impl.cc 178 report_unrecoverable_error_function_(NULL),
381 report_unrecoverable_error_function_ = report_unrecoverable_error_function;
407 report_unrecoverable_error_function_,
    [all...]

Completed in 101 milliseconds