Searched refs:ProcessXEvent (Results 1 – 11 of 11) sorted by relevance
204 if (dispatcher && ProcessXEvent(dispatcher, &xev)) in DispatchXEvents()223 ProcessXEvent(dispatcher, &event); in BlockUntilWindowMapped()244 bool MessagePumpX11::ProcessXEvent(MessagePumpDispatcher* dispatcher, in ProcessXEvent() function in base::MessagePumpX11
88 bool ProcessXEvent(MessagePumpDispatcher* dispatcher, XEvent* event);
69 void ProcessXEvent(xEvent* event);282 void LocalInputMonitorLinux::Core::ProcessXEvent(xEvent* event) { in ProcessXEvent() function in remoting::__anon1226237a0111::LocalInputMonitorLinux::Core313 reinterpret_cast<Core*>(self)->ProcessXEvent(event); in ProcessReply()
126 x_server_clipboard_.ProcessXEvent(&event); in PumpXEvents()
67 void ProcessXEvent(xEvent* event);291 void UserInputMonitorLinuxCore::ProcessXEvent(xEvent* event) { in ProcessXEvent() function in media::__anonb41178460111::UserInputMonitorLinuxCore321 reinterpret_cast<UserInputMonitorLinuxCore*>(self)->ProcessXEvent(event); in ProcessReply()
40 void ProcessXEvent(const base::NativeEvent& event);
105 void X11DesktopHandler::ProcessXEvent(const base::NativeEvent& event) { in ProcessXEvent() function in views::X11DesktopHandler
1204 X11DesktopHandler::get()->ProcessXEvent(xev); in Dispatch()
49 clipboard_.ProcessXEvent(&event); in PumpXEvents()
51 void ProcessXEvent(XEvent* event);
109 void XServerClipboard::ProcessXEvent(XEvent* event) { in ProcessXEvent() function in remoting::XServerClipboard