Searched refs:g_current_capture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc58 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture = member in class:views::DesktopWindowTreeHostX11
582 return g_current_capture == this;
947 // - |g_current_capture|'s X window has capture.
950 DesktopWindowTreeHostX11* old_capturer = g_current_capture;
951 g_current_capture = this;
962 if (g_current_capture == this) {
966 g_current_capture = NULL;
1437 if (!g_current_capture || g_current_capture == this) {
1442 event->ConvertLocationToTarget(window(), g_current_capture
[all...]
H A Ddesktop_window_tree_host_x11.h325 static DesktopWindowTreeHostX11* g_current_capture; member in class:views::DesktopWindowTreeHostX11

Completed in 66 milliseconds