Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11.cc317 x11_capture_.reset(); in CloseNow()
514 x11_capture_.reset(); in Deactivate()
536 x11_capture_.reset(); in Minimize()
826 x11_capture_.reset(); in OnNativeWidgetBlur()
923 x11_capture_.reset(new X11ScopedCapture(xwindow_)); in SetCapture()
1311 x11_capture_.reset(); in OnCaptureReleased()
Ddesktop_window_tree_host_x11.h328 scoped_ptr<X11ScopedCapture> x11_capture_; variable