Searched refs:capture_window_ (Results 1 – 9 of 9) sorted by relevance
16 capture_window_(NULL) { in DefaultCaptureClient()25 if (capture_window_ == window) in SetCapture()29 capture_window_, window); in SetCapture()32 Window* old_capture_window = capture_window_; in SetCapture()33 capture_window_ = window; in SetCapture()36 if (capture_window_) in SetCapture()41 capture_delegate->UpdateCapture(old_capture_window, capture_window_); in SetCapture()45 if (capture_window_ != window) in ReleaseCapture()51 return capture_window_; in GetCaptureWindow()55 return capture_window_; in GetGlobalCaptureWindow()
29 Window* capture_window_; variable
19 capture_window_(NULL) { in DesktopCaptureClient()32 if (capture_window_ == new_capture_window) in SetCapture()39 DCHECK(!capture_window_ || capture_window_->GetRootWindow()); in SetCapture()41 aura::Window* old_capture_window = capture_window_; in SetCapture()54 capture_window_ = new_capture_window; in SetCapture()60 if (!capture_window_) { in SetCapture()80 if (capture_window_ != window) in ReleaseCapture()86 return capture_window_; in GetCaptureWindow()92 if ((*i)->capture_window_) in GetGlobalCaptureWindow()93 return (*i)->capture_window_; in GetGlobalCaptureWindow()
50 aura::Window* capture_window_; variable
31 if (capture_window_ == new_capture_window) in SetCapture()36 DCHECK(!capture_window_ || capture_window_->GetRootWindow()); in SetCapture()38 aura::Window* old_capture_window = capture_window_; in SetCapture()56 capture_window_ = new_capture_window; in SetCapture()65 capture_window_ ? capture_window_->GetRootWindow() : NULL; in SetCapture()81 if (capture_window_ != window) in ReleaseCapture()87 return capture_window_; in GetCaptureWindow()91 return capture_window_; in GetGlobalCaptureWindow()98 : capture_window_(NULL) { in CaptureController()
45 aura::Window* capture_window_; variable
57 : capture_window_(CreateCaptureWindow(context_root, delegate)) { in DragDropTracker()61 capture_window_->ReleaseCapture(); in ~DragDropTracker()65 capture_window_->SetCapture(); in TakeCapture()69 DCHECK(capture_window_.get()); in GetTarget()71 wm::ConvertPointToScreen(capture_window_.get(), in GetTarget()83 DCHECK(capture_window_.get()); in ConvertEvent()85 aura::Window::ConvertPointToTarget(capture_window_.get(), target, in ConvertEvent()88 ash::wm::ConvertPointToScreen(capture_window_.get(), &location_in_screen); in ConvertEvent()91 capture_window_->GetRootWindow(), in ConvertEvent()
31 aura::Window* capture_window() { return capture_window_.get(); } in capture_window()50 scoped_ptr<aura::Window> capture_window_;
1776 capture_window_.reset(test::CreateTestWindowWithDelegate( in CreateCaptureWindow()1778 capture_window_->SetCapture(); in CreateCaptureWindow()1782 capture_window_.reset(); in reset()1786 capture_window_.reset(); in OnCaptureLost()1791 capture_window_.reset(); in OnWindowDestroyed()1794 aura::Window* capture_window() { return capture_window_.get(); } in capture_window()1797 scoped_ptr<aura::Window> capture_window_; member in aura::__anona07948460911::CaptureWindowTracker