OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessagePumpX11
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/base/message_loop/
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
...]
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_loop.h
444
friend class
MessagePumpX11
;
445
MessagePumpX11
* pump_gpu() {
447
return static_cast<
MessagePumpX11
*>(pump_.get());
633
friend class
MessagePumpX11
;
message_loop.cc
260
return new
MessagePumpX11
();
/external/chromium_org/mojo/services/native_viewport/
native_viewport_x11.cc
26
base::
MessagePumpX11
::Current()->RemoveDispatcherForRootWindow(this);
27
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(window_);
54
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(this, window_);
55
base::
MessagePumpX11
::Current()->AddDispatcherForRootWindow(this);
/external/chromium_org/ui/aura/
env.cc
35
base::
MessagePumpX11
::Current()->RemoveObserver(
82
return base::
MessagePumpX11
::Current();
105
base::
MessagePumpX11
::Current()->AddObserver(
root_window_host_x11.cc
337
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(this, xwindow_);
338
base::
MessagePumpX11
::Current()->AddDispatcherForRootWindow(this);
386
base::
MessagePumpX11
::Current()->RemoveDispatcherForRootWindow(this);
387
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(xwindow_);
589
base::
MessagePumpX11
::Current()->BlockUntilWindowMapped(xwindow_);
803
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(xwindow_);
[
all
...]
/external/chromium_org/base/x11/
edid_parser_x11.cc
36
base::
MessagePumpX11
::GetDefaultXDisplay(),
49
Display* display = base::
MessagePumpX11
::GetDefaultXDisplay();
52
base::
MessagePumpX11
::GetDefaultXDisplay(),
/external/chromium_org/ash/wm/
ash_native_cursor_manager_interactive_uitest.cc
40
XWarpPointer(base::
MessagePumpX11
::GetDefaultXDisplay(),
/external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.cc
81
base::
MessagePumpX11
::Current()->AddDispatcherForRootWindow(this);
97
base::
MessagePumpX11
::Current()->RemoveDispatcherForRootWindow(this);
/external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc
49
base::
MessagePumpX11
::Current()->AddDispatcherForRootWindow(this);
73
base::
MessagePumpX11
::Current()->RemoveDispatcherForRootWindow(this);
desktop_screen_x11.cc
74
: xdisplay_(base::
MessagePumpX11
::GetDefaultXDisplay()),
91
base::
MessagePumpX11
::Current()->AddDispatcherForRootWindow(this);
104
base::
MessagePumpX11
::Current()->RemoveDispatcherForRootWindow(this);
294
: xdisplay_(base::
MessagePumpX11
::GetDefaultXDisplay()),
x11_whole_screen_move_loop.cc
107
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(
146
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(
207
base::
MessagePumpX11
::Current()->BlockUntilWindowMapped(window);
desktop_root_window_host_x11.cc
320
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(xwindow_);
731
base::
MessagePumpX11
::Current()->BlockUntilWindowMapped(xwindow_);
964
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(this, xwindow_);
[
all
...]
desktop_drag_drop_client_aurax11.cc
242
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(
265
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(
/external/chromium_org/ui/base/x/
selection_requestor.cc
56
base::RunLoop run_loop(base::
MessagePumpX11
::Current());
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc
80
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(this, x_window_);
85
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(x_window_);
/external/chromium_org/ui/gl/
gl_surface_glx.cc
318
base::
MessagePumpX11
::Current()->AddObserver(this);
332
base::
MessagePumpX11
::Current()->RemoveObserver(this);
394
g_display = base::
MessagePumpX11
::GetDefaultXDisplay();
/external/chromium_org/ash/
shell.cc
582
base::
MessagePumpX11
::Current()->AddDispatcherForRootWindow(
586
base::
MessagePumpX11
::Current()->AddObserver(output_configurator());
711
base::
MessagePumpX11
::Current()->RemoveDispatcherForRootWindow(
713
base::
MessagePumpX11
::Current()->RemoveObserver(output_configurator());
[
all
...]
/external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc
109
base::
MessagePumpX11
::Current()->AddObserver(this);
335
base::
MessagePumpX11
::Current()->AddDispatcherForWindow(this, x_window_);
339
base::
MessagePumpX11
::Current()->RemoveDispatcherForWindow(x_window_);
/external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc
57
: display_(base::
MessagePumpX11
::GetDefaultXDisplay()),
Completed in 2289 milliseconds