OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCaptureClient
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ui/aura/client/
capture_client.cc
22
CaptureClient*
GetCaptureClient
(Window* root_window) {
31
CaptureClient* capture_client =
GetCaptureClient
(root_window);
capture_client.h
41
AURA_EXPORT CaptureClient*
GetCaptureClient
(Window* root_window);
/external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc
35
aura::client::
GetCaptureClient
(ash::Shell::GetPrimaryRootWindow())->
/external/chromium_org/ash/system/tray/
tray_bubble_wrapper.cc
50
aura::client::CaptureClient* capture_client = aura::client::
GetCaptureClient
(
/external/chromium_org/ash/wm/
partial_screenshot_view.cc
132
aura::client::
GetCaptureClient
(root_window);
/external/chromium_org/chrome/browser/chromeos/login/
webui_screen_locker.cc
302
aura::client::
GetCaptureClient
(GetNativeWindow()->GetRootWindow())->
/external/chromium_org/ui/views/corewm/
focus_controller_unittest.cc
656
aura::client::
GetCaptureClient
(root_window())->SetCapture(w2);
662
aura::client::
GetCaptureClient
(root_window())->ReleaseCapture(w2);
670
aura::client::
GetCaptureClient
(root_window())->SetCapture(w1);
680
aura::client::
GetCaptureClient
(root_window())->ReleaseCapture(w1);
[
all
...]
tooltip_controller.cc
73
aura::client::
GetCaptureClient
(root);
/external/chromium_org/ash/display/
mirror_window_controller.cc
237
aura::client::
GetCaptureClient
(root_window_->window()));
display_controller.cc
150
capture_client_ = aura::client::
GetCaptureClient
(root);
/external/chromium_org/ash/
extended_desktop_unittest.cc
173
EXPECT_EQ(aura::client::
GetCaptureClient
(root_windows[0]),
174
aura::client::
GetCaptureClient
(root_windows[1]));
[
all
...]
/external/chromium_org/ui/aura/
window.cc
817
client::
GetCaptureClient
(root_window)->SetCapture(this);
824
client::
GetCaptureClient
(root_window)->ReleaseCapture(this);
831
client::CaptureClient* capture_client = client::
GetCaptureClient
(root_window);
[
all
...]
/external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc
843
aura::client::
GetCaptureClient
(widget->GetNativeView()->GetRootWindow())->
[
all
...]
Completed in 385 milliseconds