Searched refs:GetGlobalCaptureWindow (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/aura/client/
H A Dcapture_client.h26 // installed on. GetGlobalCaptureWindow() can be used to locate the Window
32 virtual Window* GetGlobalCaptureWindow() = 0;
H A Ddefault_capture_client.h26 virtual Window* GetGlobalCaptureWindow() OVERRIDE;
H A Ddefault_capture_client.cc54 Window* DefaultCaptureClient::GetGlobalCaptureWindow() { function in class:aura::client::DefaultCaptureClient
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.h44 virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE;
H A Ddesktop_capture_client.cc89 aura::Window* DesktopCaptureClient::GetGlobalCaptureWindow() { function in class:views::DesktopCaptureClient
H A Dx11_whole_screen_move_loop.cc155 CHECK(capture_client->GetGlobalCaptureWindow() == NULL);
H A Ddesktop_drag_drop_client_aurax11.cc646 aura::client::GetCaptureClient(root_window)->GetGlobalCaptureWindow();
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h35 virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE;
H A Dcapture_controller.cc90 aura::Window* CaptureController::GetGlobalCaptureWindow() { function in class:wm::CaptureController
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc74 virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE {
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.cc67 // GetGlobalCaptureWindow() as Windows does not use a singleton
76 capture_client->GetGlobalCaptureWindow();

Completed in 451 milliseconds