Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/x/
Dx11_util.cc1499 char request_str[256]; in LogErrorEventDescription() local
1503 strncpy(request_str, "Unknown", sizeof(request_str)); in LogErrorEventDescription()
1507 dpy, "XRequest", num.c_str(), "Unknown", request_str, in LogErrorEventDescription()
1508 sizeof(request_str)); in LogErrorEventDescription()
1520 dpy, "XRequest", msg.c_str(), "Unknown", request_str, in LogErrorEventDescription()
1521 sizeof(request_str)); in LogErrorEventDescription()
1535 << " (" << request_str << ")"; in LogErrorEventDescription()