Searched defs:SetCapture (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc39 void PlatformViewportHeadless::SetCapture() { function in class:mojo::PlatformViewportHeadless
H A Dplatform_viewport_android.cc131 void PlatformViewportAndroid::SetCapture() { function in class:mojo::PlatformViewportAndroid
/external/chromium_org/ppapi/generators/
H A Didl_log.py44 def SetCapture(self, enable): member in class:IDLLog
/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.cc24 void DefaultCaptureClient::SetCapture(Window* window) { function in class:aura::client::DefaultCaptureClient
47 SetCapture(NULL);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.cc31 void DesktopCaptureClient::SetCapture(aura::Window* new_capture_window) { function in class:views::DesktopCaptureClient
82 SetCapture(NULL);
H A Ddesktop_native_widget_aura.cc615 void DesktopNativeWidgetAura::SetCapture() { function in class:views::DesktopNativeWidgetAura
619 content_window_->SetCapture();
H A Ddesktop_window_tree_host_win.cc527 void DesktopWindowTreeHostWin::SetCapture() { function in class:views::DesktopWindowTreeHostWin
528 message_handler_->SetCapture();
H A Ddesktop_window_tree_host_x11.cc939 void DesktopWindowTreeHostX11::SetCapture() { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/cc/trees/
H A Dblocking_task_runner.cc44 void BlockingTaskRunner::SetCapture(bool capture) { function in class:cc::BlockingTaskRunner
67 blocking_runner_->SetCapture(true);
71 blocking_runner_->SetCapture(false);
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_service_impl.cc42 void WindowManagerServiceImpl::SetCapture( function in class:mojo::WindowManagerServiceImpl
47 window_manager_->SetCapture(view);
H A Dwindow_manager_app.cc144 void WindowManagerApp::SetCapture(Id view) { function in class:mojo::WindowManagerApp
145 capture_client_->capture_client()->SetCapture(GetWindowForViewId(view));
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc56 void TestWindow::SetCapture() { function in class:ui::TestWindow
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc30 void CaptureController::SetCapture(aura::Window* new_capture_window) { function in class:wm::CaptureController
83 SetCapture(NULL);
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc122 void CacaWindow::SetCapture() {} function in class:ui::CacaWindow
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc74 void DriWindow::SetCapture() {} function in class:ui::DriWindow
/external/chromium_org/ui/views/test/
H A Dwidget_test.cc22 void NativeWidgetCapture::SetCapture() { function in class:views::test::NativeWidgetCapture
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc127 void WindowTreeHostMojo::SetCapture() { function in class:mojo::WindowTreeHostMojo
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc89 void WindowTreeHostOzone::SetCapture() { function in class:aura::WindowTreeHostOzone
90 platform_window_->SetCapture();
H A Dwindow_tree_host_win.cc85 void WindowTreeHostWin::SetCapture() { function in class:aura::WindowTreeHostWin
88 window_->SetCapture();
H A Dremote_window_tree_host_win.cc232 void RemoteWindowTreeHostWin::SetCapture() { function in class:aura::RemoteWindowTreeHostWin
H A Dwindow_tree_host_x11.cc567 void WindowTreeHostX11::SetCapture() { function in class:aura::WindowTreeHostX11
H A Dwindow.cc749 void Window::SetCapture() { function in class:aura::Window
759 client::GetCaptureClient(root_window)->SetCapture(this);
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc87 void WinWindow::SetCapture() { function in class:ui::WinWindow
89 ::SetCapture(hwnd());
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc236 void X11Window::SetCapture() {} function in class:ui::X11Window
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc65 virtual void SetCapture() OVERRIDE;
126 void EgltestWindow::SetCapture() { function in class:ui::__anon17000::EgltestWindow

Completed in 522 milliseconds

12