Home
last modified time | relevance | path

Searched refs:ReleaseNativeCapture (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/aura/client/
Dcapture_delegate.h30 virtual void ReleaseNativeCapture() = 0;
Ddefault_capture_client.cc39 capture_delegate->ReleaseNativeCapture(); in SetCapture()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_capture_client.cc61 delegate->ReleaseNativeCapture(); in SetCapture()
/external/chromium_org/ui/wm/core/
Dcapture_controller.cc70 delegate->ReleaseNativeCapture(); in SetCapture()
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher.h167 virtual void ReleaseNativeCapture() OVERRIDE;
Dwindow_event_dispatcher.cc401 void WindowEventDispatcher::ReleaseNativeCapture() { in ReleaseNativeCapture() function in aura::WindowEventDispatcher