Searched refs:g_current_capture (Results 1 – 2 of 2) sorted by relevance
59 DesktopWindowTreeHostX11* DesktopWindowTreeHostX11::g_current_capture = member in views::DesktopWindowTreeHostX11558 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 …]
322 static DesktopWindowTreeHostX11* g_current_capture; variable