HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseCapture (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 117 virtual void ReleaseCapture() OVERRIDE;
desktop_window_tree_host_win.h 117 virtual void ReleaseCapture() OVERRIDE;
x11_whole_screen_move_loop.cc 47 host_->ReleaseCapture();
desktop_native_widget_aura.cc 295 capture_window->ReleaseCapture();
625 void DesktopNativeWidgetAura::ReleaseCapture() {
629 content_window_->ReleaseCapture();
    [all...]
desktop_window_tree_host_win.cc 504 void DesktopWindowTreeHostWin::ReleaseCapture() {
505 message_handler_->ReleaseCapture();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 236 capture_tabstrip->GetWidget()->ReleaseCapture();
669 // ReleaseCapture() is going to result in calling back to us (because it
688 browser_widget->ReleaseCapture();
    [all...]
  /external/chromium_org/ui/views/widget/
widget.cc 950 void Widget::ReleaseCapture() {
952 native_widget_->ReleaseCapture();
    [all...]
widget.h 694 void ReleaseCapture();
    [all...]
native_widget_aura.cc 264 void NativeWidgetAura::ReleaseCapture() {
266 window_->ReleaseCapture();
    [all...]
widget_interactive_uitest.cc 277 toplevel->ReleaseCapture();
862 widget1.ReleaseCapture();
    [all...]
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 235 void RemoteWindowTreeHostWin::ReleaseCapture() {
window_event_dispatcher.cc 335 capture_window->ReleaseCapture();
402 host_->ReleaseCapture();
window_tree_host_x11.cc 582 void WindowTreeHostX11::ReleaseCapture() {
window.cc 350 // RootWindow::OnVisibilityChanged will call ReleaseCapture.
752 void Window::ReleaseCapture() {
756 client::GetCaptureClient(root_window)->ReleaseCapture(this);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 384 void SubmenuView::ReleaseCapture() {
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 178 void ReleaseCapture();
hwnd_message_handler.cc 707 ReleaseCapture();
755 void HWNDMessageHandler::ReleaseCapture() {
757 ::ReleaseCapture();
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 317 void ReleaseCapture();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 212 ReleaseCapture();
PWL_ListBox.cpp 325 ReleaseCapture();
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 428 widget->ReleaseCapture();
440 widget->ReleaseCapture();
    [all...]
  /external/chromium_org/ui/wm/core/
focus_controller_unittest.cc 780 aura::client::GetCaptureClient(root_window())->ReleaseCapture(w2);
798 aura::client::GetCaptureClient(root_window())->ReleaseCapture(w1);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 435 ReleaseCapture();
532 ReleaseCapture();
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 225 widget_->ReleaseCapture();
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 436 ReleaseCapture();

Completed in 1559 milliseconds

1 23 4