Lines Matching defs:xAtomToString

175     inline RTCString xAtomToString(Atom atom) const
190 format += xAtomToString(formatList.at(i)) + "\r\n";
217 #define xAtomToString(xa) gX11->xAtomToString((xa))
668 xAtomToString(e.xclient.message_type).c_str()));
686 xAtomToString(e.xclient.data.l[4]).c_str()));
703 xAtomToString(e.xclient.data.l[2]).c_str()));
709 e.xclient.data.l[0], xAtomToString(e.xclient.message_type).c_str()));
728 e.xclient.data.l[0], xAtomToString(e.xclient.message_type).c_str()));
763 e.xclient.data.l[0], xAtomToString(e.xclient.message_type).c_str()));
782 xAtomToString(e.xselectionrequest.selection).c_str(),
783 xAtomToString(e.xselectionrequest.target).c_str(),
784 xAtomToString(e.xselectionrequest.property).c_str(),
829 e.xselectionrequest.requestor, xAtomToString(e.xselectionrequest.target).c_str()));
858 RTCString strFormat = xAtomToString(e.xselectionrequest.target);
892 e.xclient.data.l[0], xAtomToString(e.xclient.message_type).c_str()));
1006 xAtomToString(aType).c_str(), uTimeoutMS, m_eventQueue.size()));
1199 LogFlowThisFunc(("strAction=%s\n", xAtomToString(pa).c_str()));
1305 xAtomToString(s.xselection.selection).c_str(),
1306 xAtomToString(s.xselection.target).c_str(),
1307 xAtomToString(s.xselection.property).c_str(),
1345 gX11->xAtomToString(pEventClient->message_type).c_str()));
1374 gX11->xAtomToString(pEventClient->data.l[i]).c_str()));
1393 gX11->xAtomToString(data[i]).c_str()));
1415 gX11->xAtomToString(data[i]).c_str()));
1565 gX11->xAtomToString(aPropType).c_str(), iPropFormat, cItems, cbRemaining));
1637 gX11->xAtomToString(aPropType).c_str()));
2341 RTCString strType = xAtomToString(pEvent->message_type);