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

  /external/chromium_org/chrome/installer/util/
legacy_firewall_manager_win.cc 22 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
29 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
35 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
87 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
105 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
119 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
advanced_firewall_manager_win.cc 25 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
31 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
84 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
128 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
153 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
160 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
167 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
178 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
185 DLOG(ERROR) << logging::SystemErrorCodeToString(hr);
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 185 << logging::SystemErrorCodeToString(hr);
216 << logging::SystemErrorCodeToString(hr);
234 "capture device: " << logging::SystemErrorCodeToString(hr);
242 << logging::SystemErrorCodeToString(hr);
254 << logging::SystemErrorCodeToString(hr);
295 << logging::SystemErrorCodeToString(hr);
307 << logging::SystemErrorCodeToString(hr);
317 << logging::SystemErrorCodeToString(hr);
327 << logging::SystemErrorCodeToString(hr);
video_capture_device_win.cc 102 << logging::SystemErrorCodeToString(hr);
254 << logging::SystemErrorCodeToString(hr);
278 << logging::SystemErrorCodeToString(hr);
285 << logging::SystemErrorCodeToString(hr);
292 << logging::SystemErrorCodeToString(hr);
305 << logging::SystemErrorCodeToString(hr);
485 "capture device: " << logging::SystemErrorCodeToString(hr);
493 << logging::SystemErrorCodeToString(hr);
499 << logging::SystemErrorCodeToString(hr);
511 << logging::SystemErrorCodeToString(hr)
    [all...]
video_capture_device_mf_win.cc 338 logging::SystemErrorCodeToString(hr).c_str()));
  /external/chromium_org/mojo/system/
raw_channel_win.cc 314 LOG(WARNING) << "ReadFile: " << logging::SystemErrorCodeToString(error);
343 LOG(WARNING) << "WriteFile: " << logging::SystemErrorCodeToString(error);
386 LOG(WARNING) << "ReadFile: " << logging::SystemErrorCodeToString(error);
473 LOG(WARNING) << "WriteFile: " << logging::SystemErrorCodeToString(error);
  /external/chromium_org/base/
logging.cc 711 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
726 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
744 stream() << ": " << SystemErrorCodeToString(err_);
760 stream() << ": " << SystemErrorCodeToString(err_);
logging.h 762 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_socket_win.cc 211 << logging::SystemErrorCodeToString(error_code);
213 logging::SystemErrorCodeToString(error_code));
bluetooth_low_energy_win.cc 91 string_stream << logging::SystemErrorCodeToString(hr);
bluetooth_task_manager_win.cc 259 << logging::SystemErrorCodeToString(win32_error);
  /external/chromium_org/chrome/browser/
platform_util_win.cc 108 << " hr = " << logging::SystemErrorCodeToString(hr);
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 527 logging::SystemErrorCodeToString(

Completed in 284 milliseconds