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

  /external/chromium_org/content/public/test/
test_file_error_injector.cc 79 TestFileErrorInjector::FileErrorInfo error_info_; member in class:content::__anon10368::DownloadFileWithErrors
124 error_info_(error_info),
235 if (code != error_info_.code)
238 if (counter != error_info_.operation_instance)
241 *output_error = error_info_.error;
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 707 error_info_(NULL),
864 error_info_ = NULL;
    [all...]
screen_locker.h 153 // Shows error_info_ bubble with the |message| and |arrow_location| specified.
220 MessageBubble* error_info_; member in class:chromeos::ScreenLocker
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 300 error_info_.SetReport(err_code, message);
309 error_info_.SetReport(err_code, ss.str());
316 error_info_.error_code(),
317 error_info_.message().c_str()));
318 plugin_->ReportLoadError(error_info_);
    [all...]
pnacl_coordinator.h 260 ErrorInfo error_info_; member in class:plugin::PnaclCoordinator

Completed in 357 milliseconds