OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X11EventSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/platform/x11/
x11_event_source.cc
82
X11EventSource
::
X11EventSource
(XDisplay* display)
90
X11EventSource
::~
X11EventSource
() {
94
X11EventSource
*
X11EventSource
::GetInstance() {
95
return static_cast<
X11EventSource
*>(PlatformEventSource::GetInstance());
99
//
X11EventSource
, public
101
void
X11EventSource
::DispatchXEvents() {
114
void
X11EventSource
::BlockUntilWindowMapped(XID window)
[
all
...]
x11_event_source.h
22
class EVENTS_EXPORT
X11EventSource
: public PlatformEventSource {
24
explicit
X11EventSource
(XDisplay* display);
25
virtual ~
X11EventSource
();
27
static
X11EventSource
* GetInstance();
59
DISALLOW_COPY_AND_ASSIGN(
X11EventSource
);
Completed in 550 milliseconds