OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xany
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher_linux.cc
75
XPutBackEvent(event->
xany
.display, event);
/external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc
113
xevent.
xany
.display = xev->xgeneric.display;
114
xevent.
xany
.window = grab_input_window_;
desktop_window_tree_host_x11.cc
[
all
...]
desktop_drag_drop_client_aurax11.cc
358
return event->
xany
.window == source_window_;
[
all
...]
/external/chromium_org/ui/aura/
window_tree_host_x11.cc
64
::Window target = xev->
xany
.window;
335
while (XPending(xev->
xany
.display)) {
337
XPeekEvent(xev->
xany
.display, &next_event);
342
XNextEvent(xev->
xany
.display, &last_event);
580
xevent.
xany
.display = xdisplay_;
581
xevent.
xany
.window = xwindow_;
/external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc
44
return event->
xany
.type == ClientMessage &&
/external/chromium_org/ui/platform_window/x11/
x11_window.cc
35
XID target = xevent->
xany
.window;
/external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc
50
return event->
xany
.type == ClientMessage &&
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_key_bindings_handler.cc
105
gdk_event->type = xevent->
xany
.type == KeyPress ?
/external/chromium_org/remoting/host/linux/
x_server_clipboard.cc
111
event->
xany
.window != clipboard_window_) {
/external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc
516
if (event->
xany
.window == x_window_)
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc
512
return event->
xany
.window == x_window_;
/external/chromium_org/ui/events/
event.cc
90
return event && event->
xany
.send_event;
/external/chromium_org/ui/base/x/
x11_util.cc
430
XDisplay* display = xev->
xany
.display;
[
all
...]
/prebuilts/android-emulator/linux-x86_64/lib/
libOpenglRender.so
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h
986
XAnyEvent
xany
;
member in union:_XEvent
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h
986
XAnyEvent
xany
;
member in union:_XEvent
[
all
...]
Completed in 2028 milliseconds