Home
last modified time | relevance | path

Searched refs:old_capture_window (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/views/corewm/
Dcapture_controller.cc38 aura::Window* old_capture_window = capture_window_; in SetCapture() local
39 aura::Window* old_capture_root = old_capture_window ? in SetCapture()
40 old_capture_window->GetRootWindow() : NULL; in SetCapture()
52 ui::GestureRecognizer::Get()->TransferEventsTo(old_capture_window, in SetCapture()
61 delegate->UpdateCapture(old_capture_window, new_capture_window); in SetCapture()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_capture_client.cc40 aura::Window* old_capture_window = capture_window_; in SetCapture() local
49 ui::GestureRecognizer::Get()->TransferEventsTo(old_capture_window, in SetCapture()
56 delegate->UpdateCapture(old_capture_window, new_capture_window); in SetCapture()
61 } else if (!old_capture_window) { in SetCapture()
/external/chromium_org/ui/aura/client/
Ddefault_capture_client.cc31 Window* old_capture_window = capture_window_; in SetCapture() local
40 capture_delegate->UpdateCapture(old_capture_window, capture_window_); in SetCapture()