ScopedXErrorHandler 239 remoting/host/desktop_resizer_linux.cc ScopedXErrorHandler handler(ScopedXErrorHandler::Ignore()); ScopedXErrorHandler 11 remoting/host/linux/x11_util.cc static ScopedXErrorHandler* g_handler = NULL; ScopedXErrorHandler 13 remoting/host/linux/x11_util.cc ScopedXErrorHandler::ScopedXErrorHandler(const Handler& handler): ScopedXErrorHandler 25 remoting/host/linux/x11_util.cc ScopedXErrorHandler::~ScopedXErrorHandler() { ScopedXErrorHandler 35 remoting/host/linux/x11_util.cc ScopedXErrorHandler::Handler ScopedXErrorHandler::Ignore() { ScopedXErrorHandler 39 remoting/host/linux/x11_util.cc int ScopedXErrorHandler::HandleXErrors(Display* display, XErrorEvent* error) { ScopedXErrorHandler 23 remoting/host/linux/x11_util.h class ScopedXErrorHandler { ScopedXErrorHandler 27 remoting/host/linux/x11_util.h explicit ScopedXErrorHandler(const Handler& handler); ScopedXErrorHandler 28 remoting/host/linux/x11_util.h ~ScopedXErrorHandler(); ScopedXErrorHandler 44 remoting/host/linux/x11_util.h DISALLOW_COPY_AND_ASSIGN(ScopedXErrorHandler);