OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MessagePumpX11
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/message_loop/
message_pump_x11.h
34
class BASE_EXPORT
MessagePumpX11
: public MessagePumpGlib,
37
MessagePumpX11
();
38
virtual ~
MessagePumpX11
();
44
static
MessagePumpX11
* Current();
122
DISALLOW_COPY_AND_ASSIGN(
MessagePumpX11
);
126
typedef
MessagePumpX11
MessagePumpForUI;
message_pump_x11.cc
20
if (XPending(
MessagePumpX11
::GetDefaultXDisplay()))
28
return XPending(
MessagePumpX11
::GetDefaultXDisplay());
34
MessagePumpX11
* pump = static_cast<
MessagePumpX11
*>(data);
46
// method and destroyed whenever ~
MessagePumpX11
() is called. We do this
52
//
MessagePumpX11
::Current()->display() once MessagePumpGtk goes away.
57
Display* display =
MessagePumpX11
::GetDefaultXDisplay();
101
Display* display =
MessagePumpX11
::GetDefaultXDisplay();
126
MessagePumpX11
::
MessagePumpX11
() : MessagePumpGlib()
[
all
...]
Completed in 29 milliseconds