Searched defs:CaptureController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc14 // CaptureController, public:
16 void CaptureController::Attach(aura::Window* root) {
22 void CaptureController::Detach(aura::Window* root) {
28 // CaptureController, aura::client::CaptureClient implementation:
30 void CaptureController::SetCapture(aura::Window* new_capture_window) {
80 void CaptureController::ReleaseCapture(aura::Window* window) {
86 aura::Window* CaptureController::GetCaptureWindow() {
90 aura::Window* CaptureController::GetGlobalCaptureWindow() {
95 // CaptureController, private:
97 CaptureController function in class:wm::CaptureController
[all...]
H A Dcapture_controller.h19 class WM_EXPORT CaptureController : public aura::client::CaptureClient { class in namespace:wm
27 // Returns true if this CaptureController is installed on at least one
41 CaptureController();
42 virtual ~CaptureController();
50 DISALLOW_COPY_AND_ASSIGN(CaptureController);
54 // RootWindow. Specifically it creates a single CaptureController that is shared
61 // Returns true if there is a CaptureController with at least one RootWindow.
75 // The single CaptureController instance.
76 static CaptureController* capture_controller_;

Completed in 105 milliseconds