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

  /external/chromium/chrome/browser/chromeos/login/
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.h 260 ErrorInfo error_info_; member in class:plugin::PnaclCoordinator
  /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;

Completed in 100 milliseconds