Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11.cc59 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture = member in views::DesktopWindowTreeHostX11
558 return g_current_capture == this; in HasCapture()
919 if (g_current_capture) in SetCapture()
920 g_current_capture->OnCaptureReleased(); in SetCapture()
922 g_current_capture = this; in SetCapture()
927 if (g_current_capture == this) in ReleaseCapture()
928 g_current_capture->OnCaptureReleased(); in ReleaseCapture()
1312 g_current_capture = NULL; in OnCaptureReleased()
1348 if (!g_current_capture || g_current_capture == this) { in DispatchMouseEvent()
1353 event->ConvertLocationToTarget(window(), g_current_capture->window()); in DispatchMouseEvent()
[all …]
Ddesktop_window_tree_host_x11.h322 static DesktopWindowTreeHostX11* g_current_capture; variable