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

  /external/chromium_org/ash/wm/
capture_controller.h 16 class ASH_EXPORT CaptureController : public aura::client::CaptureClient {
18 CaptureController();
19 virtual ~CaptureController();
30 DISALLOW_COPY_AND_ASSIGN(CaptureController);
capture_controller.cc 15 // CaptureController, public:
17 CaptureController::CaptureController()
21 CaptureController::~CaptureController() {
25 // CaptureController, client::CaptureClient implementation:
27 void CaptureController::SetCapture(aura::Window* new_capture_window) {
63 void CaptureController::ReleaseCapture(aura::Window* window) {
69 aura::Window* CaptureController::GetCaptureWindow() {

Completed in 58 milliseconds