Home
last modified time | relevance | path

Searched refs:error_event (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/base/x/
Dx11_util_internal.h50 const XErrorEvent& error_event);
Dx11_util.cc1497 const XErrorEvent& error_event) { in LogErrorEventDescription() argument
1501 XGetErrorText(dpy, error_event.error_code, error_str, sizeof(error_str)); in LogErrorEventDescription()
1504 if (error_event.request_code < 128) { in LogErrorEventDescription()
1505 std::string num = base::UintToString(error_event.request_code); in LogErrorEventDescription()
1516 if (error_event.request_code == ext_code) { in LogErrorEventDescription()
1518 "%s.%d", ext_list[i], error_event.minor_code); in LogErrorEventDescription()
1530 << "serial " << error_event.serial << ", " in LogErrorEventDescription()
1531 << "error_code " << static_cast<int>(error_event.error_code) in LogErrorEventDescription()
1533 << "request_code " << static_cast<int>(error_event.request_code) << ", " in LogErrorEventDescription()
1534 << "minor_code " << static_cast<int>(error_event.minor_code) in LogErrorEventDescription()