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

/external/chromium_org/ui/views/corewm/
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) {
79 void CaptureController::ReleaseCapture(aura::Window* window) {
85 aura::Window* CaptureController::GetCaptureWindow() {
89 aura::Window* CaptureController::GetGlobalCaptureWindow() {
94 // CaptureController, private:
96 CaptureController function in class:views::corewm::CaptureController
[all...]
H A Dcapture_controller.h20 class VIEWS_EXPORT CaptureController : public aura::client::CaptureClient { class in namespace:views::corewm
28 // Returns true if this CaptureController is installed on at least one
42 CaptureController();
43 virtual ~CaptureController();
51 DISALLOW_COPY_AND_ASSIGN(CaptureController);
55 // RootWindow. Specifically it creates a single CaptureController that is shared
62 // Returns true if there is a CaptureController with at least one RootWindow.
76 // The single CaptureController instance.
77 static CaptureController* capture_controller_;

Completed in 85 milliseconds