Searched defs:X11EventSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc84 X11EventSource::X11EventSource(XDisplay* display) function in class:ui::X11EventSource
98 X11EventSource::~X11EventSource() {
102 X11EventSource* X11EventSource::GetInstance() {
103 return static_cast<X11EventSource*>(PlatformEventSource::GetInstance());
107 // X11EventSource, public
109 void X11EventSource::DispatchXEvents() {
122 void X11EventSource
[all...]
H A Dx11_event_source.h24 class EVENTS_EXPORT X11EventSource : public PlatformEventSource { class in namespace:ui
26 explicit X11EventSource(XDisplay* display);
27 virtual ~X11EventSource();
29 static X11EventSource* GetInstance();
63 DISALLOW_COPY_AND_ASSIGN(X11EventSource);

Completed in 4444 milliseconds