HomeSort by relevance Sort by last modified time
    Searched full:g_current_capture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 54 DesktopRootWindowHostX11* DesktopRootWindowHostX11::g_current_capture = member in class:views::DesktopRootWindowHostX11
508 return g_current_capture == this;
812 if (g_current_capture)
813 g_current_capture->OnCaptureReleased();
815 g_current_capture = this;
826 if (g_current_capture)
827 g_current_capture->OnCaptureReleased();
    [all...]
desktop_root_window_host_x11.h 278 static DesktopRootWindowHostX11* g_current_capture; member in class:views::DesktopRootWindowHostX11

Completed in 171 milliseconds