Searched refs:SetCaptureClient (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.cc17 SetCaptureClient(root_window_, this);
21 SetCaptureClient(root_window_, NULL);
H A Dcapture_client.cc18 void SetCaptureClient(Window* root_window, CaptureClient* client) { function in namespace:aura::client
H A Dcapture_client.h39 AURA_EXPORT void SetCaptureClient(Window* root_window,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.cc23 aura::client::SetCaptureClient(root, this);
27 aura::client::SetCaptureClient(root_, NULL);
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.cc19 aura::client::SetCaptureClient(root, this);
24 aura::client::SetCaptureClient(root, NULL);
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc111 aura::client::SetCaptureClient(host->window(), new NoneCaptureClient());
155 aura::client::SetCaptureClient(host->window(), NULL);
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc318 aura::client::SetCaptureClient(
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc2259 client::SetCaptureClient(second_host->window(),

Completed in 147 milliseconds