Searched refs:CaptureClient (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/aura/client/
H A Dcapture_client.cc10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::CaptureClient*)
16 CaptureClient*, kRootWindowCaptureClientKey, NULL);
18 void SetCaptureClient(Window* root_window, CaptureClient* client) {
22 CaptureClient* GetCaptureClient(Window* root_window) {
31 CaptureClient* capture_client = GetCaptureClient(root_window);
H A Dcapture_client.h16 class AURA_EXPORT CaptureClient { class in namespace:aura::client
25 // Window that has capture is a child of the Window the CaptureClient is
27 // that has capture regardless of the Window the CaptureClient is installed
35 virtual ~CaptureClient() {}
40 CaptureClient* client);
41 AURA_EXPORT CaptureClient* GetCaptureClient(Window* root_window);
H A Ddefault_capture_client.h16 class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
22 // Overridden from client::CaptureClient:
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h18 // Internal CaptureClient implementation. See ScopedCaptureClient for details.
19 class WM_EXPORT CaptureController : public aura::client::CaptureClient {
31 // Overridden from aura::client::CaptureClient:
53 // ScopedCaptureClient is responsible for creating a CaptureClient for a
64 aura::client::CaptureClient* capture_client() {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.h21 // Desktop implementation of CaptureClient. There is one CaptureClient per
35 class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient {
40 // Overridden from aura::client::CaptureClient:
H A Dx11_whole_screen_move_loop.cc153 aura::client::CaptureClient* capture_client =
/external/chromium_org/ash/system/tray/
H A Dtray_bubble_wrapper.cc49 aura::client::CaptureClient* capture_client = aura::client::GetCaptureClient(
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc58 class NoneCaptureClient : public aura::client::CaptureClient {
H A Ddisplay_controller.cc203 aura::client::CaptureClient* capture_client_;
/external/chromium_org/ash/wm/
H A Dpartial_screenshot_view.cc134 aura::client::CaptureClient* capture_client =
/external/chromium_org/ui/views/corewm/
H A Ddesktop_capture_controller_unittest.cc120 aura::client::CaptureClient* capture_client =
H A Dtooltip_controller.cc68 // CaptureClient.
72 aura::client::CaptureClient* capture_client =
/external/chromium_org/ui/aura/
H A Dwindow.cc756 client::CaptureClient* capture_client = client::GetCaptureClient(root_window);
766 client::CaptureClient* capture_client = client::GetCaptureClient(root_window);
776 client::CaptureClient* capture_client = client::GetCaptureClient(root_window);
H A Dwindow_event_dispatcher.cc332 client::CaptureClient* capture_client =

Completed in 256 milliseconds