Searched refs:ReleaseCapture (Results 1 - 25 of 102) sorted by path

12345

/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc68 virtual void ReleaseCapture(aura::Window* window) OVERRIDE {}
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.cc64 capture_window_->ReleaseCapture();
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc429 r1_w2->ReleaseCapture();
/external/chromium_org/ash/system/tray/
H A Dtray_bubble_wrapper.cc52 capture_client->ReleaseCapture(tray_->GetWidget()->GetNativeView());
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc428 widget->ReleaseCapture();
440 widget->ReleaseCapture();
H A Dpartial_screenshot_view.cc137 capture_client->ReleaseCapture(capture_client->GetCaptureWindow());
H A Dsystem_modal_container_layout_manager.cc220 capture_window->ReleaseCapture();
H A Dtoplevel_window_event_handler_unittest.cc713 window->ReleaseCapture();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc103 window_->ReleaseCapture();
/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();
H A Dtab_drag_controller.h146 enum ReleaseCapture { enum in class:TabDragController
294 void Detach(ReleaseCapture release_capture);
H A Dtab_drag_controller_interactive_uitest.cc249 // Allows making ClearNativeFocus() invoke ReleaseCapture().
267 GetWidget()->ReleaseCapture();
272 // If true ReleaseCapture() is invoked in ClearNativeFocus().
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1390 window_->ReleaseCapture();
1994 window_->ReleaseCapture();
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc1485 ::ReleaseCapture();
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc131 void WindowTreeHostMojo::ReleaseCapture() { function in class:mojo::WindowTreeHostMojo
H A Dwindow_tree_host_mojo.h53 virtual void ReleaseCapture() OVERRIDE;
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc119 platform_viewport_->ReleaseCapture();
H A Dplatform_viewport.h46 virtual void ReleaseCapture() = 0;
H A Dplatform_viewport_android.cc135 void PlatformViewportAndroid::ReleaseCapture() { function in class:mojo::PlatformViewportAndroid
H A Dplatform_viewport_android.h48 virtual void ReleaseCapture() OVERRIDE;
H A Dplatform_viewport_headless.cc42 void PlatformViewportHeadless::ReleaseCapture() { function in class:mojo::PlatformViewportHeadless
H A Dplatform_viewport_headless.h27 virtual void ReleaseCapture() OVERRIDE;
H A Dplatform_viewport_ozone.cc55 virtual void ReleaseCapture() OVERRIDE { platform_window_->ReleaseCapture(); }
H A Dplatform_viewport_win.cc56 virtual void ReleaseCapture() OVERRIDE {
57 platform_window_->ReleaseCapture();
H A Dplatform_viewport_x11.cc68 virtual void ReleaseCapture() OVERRIDE {
69 platform_window_->ReleaseCapture();

Completed in 3715 milliseconds

12345