Searched refs:ReleaseCapture (Results 51 - 75 of 102) sorted by relevance

12345

/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc259 capture_window->ReleaseCapture();
H A Dwindow.h279 void ReleaseCapture();
/external/chromium_org/ui/views/corewm/
H A Ddesktop_capture_controller_unittest.cc102 w2->ReleaseCapture();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc244 widget2->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();
H A Ddesktop_window_tree_host_x11.h160 virtual void ReleaseCapture() OVERRIDE;
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_native_widget_aura.h117 virtual void ReleaseCapture() OVERRIDE;
H A Ddesktop_window_tree_host_win.h118 virtual void ReleaseCapture() OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Dnative_widget_mac.h47 virtual void ReleaseCapture() OVERRIDE;
H A Dnative_widget_private.h132 virtual void ReleaseCapture() = 0;
H A Dnative_widget_aura.h73 virtual void ReleaseCapture() OVERRIDE;
H A Dwidget.cc956 void Widget::ReleaseCapture() { function in class:views::Widget
958 native_widget_->ReleaseCapture();
1229 native_widget_->ReleaseCapture();
H A Dwidget.h694 void ReleaseCapture();
/external/chromium_org/ui/wm/core/
H A Dwindow_modality_controller.cc171 capture_window->ReleaseCapture();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp201 void ReleaseCapture() function in class:CPWL_MsgControl
857 void CPWL_Wnd::ReleaseCapture() function in class:CPWL_Wnd
861 pChild->ReleaseCapture();
864 pMsgCtrl->ReleaseCapture();
H A DPWL_ComboBox.cpp31 ReleaseCapture();
198 ReleaseCapture();
H A DPWL_EditCtrl.cpp353 ReleaseCapture();
725 ReleaseCapture();
H A DPWL_IconList.cpp212 ReleaseCapture();
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp485 ReleaseCapture();
489 ReleaseCapture();
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc238 void X11Window::ReleaseCapture() {} function in class:ui::X11Window
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc229 capture_tabstrip->GetWidget()->ReleaseCapture();
579 // ReleaseCapture() is going to result in calling back to us (because it
594 browser_widget->ReleaseCapture();
950 void TabDragController::Detach(ReleaseCapture release_capture) {
963 attached_tabstrip_->GetWidget()->ReleaseCapture();
1074 attached_tabstrip_->GetWidget()->ReleaseCapture();
/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/win/
H A Dhwnd_message_handler.h178 void ReleaseCapture();
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc428 widget->ReleaseCapture();
440 widget->ReleaseCapture();

Completed in 387 milliseconds

12345