Searched refs:old_capture (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/client/
H A Dcapture_delegate.h19 // released on |old_capture|.
20 // NOTE: |old_capture| and |new_capture| are not necessarily contained in the
22 virtual void UpdateCapture(aura::Window* old_capture,
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc366 void WindowEventDispatcher::UpdateCapture(Window* old_capture, argument
374 if (old_capture && old_capture->GetRootWindow() == window() &&
375 old_capture->delegate()) {
380 DispatchDetails details = DispatchEvent(old_capture, &event);
384 old_capture->delegate()->OnCaptureLost();
H A Dwindow_event_dispatcher.h171 virtual void UpdateCapture(Window* old_capture, Window* new_capture) OVERRIDE;

Completed in 290 milliseconds