Searched refs:ReleaseCapture (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/ui/aura/client/
H A Dcapture_client.h22 virtual void ReleaseCapture(Window* window) = 0;
H A Ddefault_capture_client.h24 virtual void ReleaseCapture(Window* window) OVERRIDE;
H A Ddefault_capture_client.cc44 void DefaultCaptureClient::ReleaseCapture(Window* window) { function in class:aura::client::DefaultCaptureClient
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Button.cpp48 ReleaseCapture();
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport.h52 virtual void ReleaseCapture() = 0;
H A Dnative_viewport_android.h52 virtual void ReleaseCapture() OVERRIDE;
H A Dnative_viewport_android.cc137 void NativeViewportAndroid::ReleaseCapture() { function in class:mojo::services::NativeViewportAndroid
H A Dnative_viewport_win.cc88 virtual void ReleaseCapture() OVERRIDE {
90 ::ReleaseCapture();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.h42 virtual void ReleaseCapture(aura::Window* window) OVERRIDE;
H A Ddesktop_capture_client.cc79 void DesktopCaptureClient::ReleaseCapture(aura::Window* window) { function in class:views::DesktopCaptureClient
/external/chromium_org/ash/system/tray/
H A Dtray_bubble_wrapper.cc52 capture_client->ReleaseCapture(tray_->GetWidget()->GetNativeView());
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_mac.h44 virtual void ReleaseCapture() OVERRIDE;
H A Dwindow_tree_host_ozone.h40 virtual void ReleaseCapture() OVERRIDE;
H A Dwindow_tree_host_ozone.cc77 void WindowTreeHostOzone::ReleaseCapture() { NOTIMPLEMENTED(); } function in class:aura::WindowTreeHostOzone
H A Dwindow_tree_host_win.h31 virtual void ReleaseCapture() OVERRIDE;
H A Dwindow_tree_host_x11.h53 virtual void ReleaseCapture() OVERRIDE;
/external/chromium_org/ui/views/test/
H A Dwidget_test.h55 virtual void ReleaseCapture() OVERRIDE;
H A Dwidget_test.cc26 void NativeWidgetCapture::ReleaseCapture() { function in class:views::test::NativeWidgetCapture
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h33 virtual void ReleaseCapture(aura::Window* window) OVERRIDE;
H A Dcapture_controller.cc80 void CaptureController::ReleaseCapture(aura::Window* window) { function in class:wm::CaptureController
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc103 window_->ReleaseCapture();
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.h54 virtual void ReleaseCapture() OVERRIDE;
/external/chromium_org/mojo/services/view_manager/
H A Dwindow_tree_host_impl.h45 virtual void ReleaseCapture() OVERRIDE;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.cc61 capture_window_->ReleaseCapture();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host.cc98 native_widget_private()->ReleaseCapture();

Completed in 917 milliseconds

1234