Home
last modified time | relevance | path

Searched refs:DefaultCaptureClient (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/aura/client/
Ddefault_capture_client.cc13 DefaultCaptureClient::DefaultCaptureClient(Window* root_window) in DefaultCaptureClient() function in aura::client::DefaultCaptureClient
19 DefaultCaptureClient::~DefaultCaptureClient() { in ~DefaultCaptureClient()
23 void DefaultCaptureClient::SetCapture(Window* window) { in SetCapture()
43 void DefaultCaptureClient::ReleaseCapture(Window* window) { in ReleaseCapture()
49 Window* DefaultCaptureClient::GetCaptureWindow() { in GetCaptureWindow()
53 Window* DefaultCaptureClient::GetGlobalCaptureWindow() { in GetGlobalCaptureWindow()
Ddefault_capture_client.h16 class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
18 explicit DefaultCaptureClient(Window* root_window);
19 virtual ~DefaultCaptureClient();
31 DISALLOW_COPY_AND_ASSIGN(DefaultCaptureClient);
/external/chromium_org/content/shell/browser/
Dshell_aura.h13 class DefaultCaptureClient; variable
39 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
Dshell_aura.cc140 new aura::client::DefaultCaptureClient(root_window_->window())); in ShellAuraPlatformData()
/external/chromium_org/ui/aura/test/
Daura_test_helper.h29 class DefaultCaptureClient; variable
66 scoped_ptr<client::DefaultCaptureClient> capture_client_;
Daura_test_helper.cc89 capture_client_.reset(new client::DefaultCaptureClient(root_window())); in SetUp()
/external/chromium_org/ui/wm/test/
Dwm_test_helper.h17 class DefaultCaptureClient; variable
57 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
Dwm_test_helper.cc42 new aura::client::DefaultCaptureClient(root_window_->window())); in WMTestHelper()
/external/chromium_org/ui/aura/demo/
Ddemo_main.cc96 new aura::client::DefaultCaptureClient(window_->GetRootWindow())); in GetDefaultParent()
104 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
/external/chromium_org/ui/views/corewm/
Dfocus_controller_unittest.cc646 scoped_ptr<aura::client::DefaultCaptureClient> capture_client( in NoFocusChangeOnClickOnCaptureWindow()
647 new aura::client::DefaultCaptureClient(root_window())); in NoFocusChangeOnClickOnCaptureWindow()
667 scoped_ptr<aura::client::DefaultCaptureClient> capture_client( in ChangeFocusWhenNothingFocusedAndCaptured()
668 new aura::client::DefaultCaptureClient(root_window())); in ChangeFocusWhenNothingFocusedAndCaptured()
/external/chromium_org/ui/aura/bench/
Dbench_main.cc313 new aura::client::DefaultCaptureClient(root_window->window())); in main()