Searched refs:error_event (Results 1 – 2 of 2) sorted by relevance
50 const XErrorEvent& error_event);
1497 const XErrorEvent& error_event) { in LogErrorEventDescription() argument1501 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()