Searched defs:ReleaseCapture (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc42 void PlatformViewportHeadless::ReleaseCapture() { function in class:mojo::PlatformViewportHeadless
H A Dplatform_viewport_android.cc135 void PlatformViewportAndroid::ReleaseCapture() { function in class:mojo::PlatformViewportAndroid
/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.cc44 void DefaultCaptureClient::ReleaseCapture(Window* window) { function in class:aura::client::DefaultCaptureClient
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.cc79 void DesktopCaptureClient::ReleaseCapture(aura::Window* window) { function in class:views::DesktopCaptureClient
H A Ddesktop_native_widget_aura.cc295 capture_window->ReleaseCapture();
622 void DesktopNativeWidgetAura::ReleaseCapture() { function in class:views::DesktopNativeWidgetAura
626 content_window_->ReleaseCapture();
H A Ddesktop_window_tree_host_win.cc531 void DesktopWindowTreeHostWin::ReleaseCapture() { function in class:views::DesktopWindowTreeHostWin
532 message_handler_->ReleaseCapture();
H A Ddesktop_window_tree_host_x11.cc208 ReleaseCapture();
319 ReleaseCapture();
519 ReleaseCapture();
559 ReleaseCapture();
961 void DesktopWindowTreeHostX11::ReleaseCapture() { function in class:views::DesktopWindowTreeHostX11
1711 ReleaseCapture();
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc59 void TestWindow::ReleaseCapture() { function in class:ui::TestWindow
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc80 void CaptureController::ReleaseCapture(aura::Window* window) { function in class:wm::CaptureController
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc124 void CacaWindow::ReleaseCapture() {} function in class:ui::CacaWindow
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc76 void DriWindow::ReleaseCapture() {} function in class:ui::DriWindow
/external/chromium_org/ui/views/test/
H A Dwidget_test.cc26 void NativeWidgetCapture::ReleaseCapture() { function in class:views::test::NativeWidgetCapture
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc131 void WindowTreeHostMojo::ReleaseCapture() { function in class:mojo::WindowTreeHostMojo
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc93 void WindowTreeHostOzone::ReleaseCapture() { function in class:aura::WindowTreeHostOzone
94 platform_window_->ReleaseCapture();
H A Dwindow_tree_host_win.cc92 void WindowTreeHostWin::ReleaseCapture() { function in class:aura::WindowTreeHostWin
94 window_->ReleaseCapture();
H A Dremote_window_tree_host_win.cc235 void RemoteWindowTreeHostWin::ReleaseCapture() { function in class:aura::RemoteWindowTreeHostWin
H A Dwindow_tree_host_x11.cc571 void WindowTreeHostX11::ReleaseCapture() { function in class:aura::WindowTreeHostX11
H A Dwindow.cc357 // RootWindow::OnVisibilityChanged will call ReleaseCapture.
762 void Window::ReleaseCapture() { function in class:aura::Window
769 client::GetCaptureClient(root_window)->ReleaseCapture(this);
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc92 void WinWindow::ReleaseCapture() { function in class:ui::WinWindow
94 ::ReleaseCapture();
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc238 void X11Window::ReleaseCapture() {} function in class:ui::X11Window
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc66 virtual void ReleaseCapture() OVERRIDE;
129 void EgltestWindow::ReleaseCapture() { function in class:ui::__anon17000::EgltestWindow
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h146 enum ReleaseCapture { enum in class:TabDragController
294 void Detach(ReleaseCapture release_capture);
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc394 void SubmenuView::ReleaseCapture() { function in class:views::SubmenuView
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc264 void NativeWidgetAura::ReleaseCapture() { function in class:views::NativeWidgetAura
266 window_->ReleaseCapture();
H A Dwidget.cc956 void Widget::ReleaseCapture() { function in class:views::Widget
958 native_widget_->ReleaseCapture();
1229 native_widget_->ReleaseCapture();

Completed in 6697 milliseconds

12