HomeSort by relevance Sort by last modified time
    Searched defs:X11EventSource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/platform/x11/
x11_event_source.cc 84 X11EventSource::X11EventSource(XDisplay* display)
98 X11EventSource::~X11EventSource() {
102 X11EventSource* X11EventSource::GetInstance() {
103 return static_cast<X11EventSource*>(PlatformEventSource::GetInstance());
107 // X11EventSource, public
109 void X11EventSource::DispatchXEvents() {
122 void X11EventSource::BlockUntilWindowMapped(XID window)
    [all...]
x11_event_source.h 24 class EVENTS_EXPORT X11EventSource : public PlatformEventSource {
26 explicit X11EventSource(XDisplay* display);
27 virtual ~X11EventSource();
29 static X11EventSource* GetInstance();
63 DISALLOW_COPY_AND_ASSIGN(X11EventSource);

Completed in 56 milliseconds