OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDisplayNearestWindow
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/external/chromium_org/ash/
dip_unittest.cc
40
Shell::GetScreen()->
GetDisplayNearestWindow
(root);
50
const gfx::Display display_2x = screen->
GetDisplayNearestWindow
(root);
79
Shell::GetScreen()->
GetDisplayNearestWindow
(root);
89
const gfx::Display display_2x = screen->
GetDisplayNearestWindow
(root);
screen_ash.cc
56
Shell::GetScreen()->
GetDisplayNearestWindow
(window).bounds());
63
Shell::GetScreen()->
GetDisplayNearestWindow
(window).work_area());
138
gfx::Display ScreenAsh::
GetDisplayNearestWindow
(gfx::NativeView window) const {
141
return GetDisplayController()->
GetDisplayNearestWindow
(window);
screen_ash.h
73
virtual gfx::Display
GetDisplayNearestWindow
(
/external/chromium_org/ui/gfx/
screen.h
74
virtual gfx::Display
GetDisplayNearestWindow
(NativeView view) const = 0;
screen_win.h
28
virtual gfx::Display
GetDisplayNearestWindow
(
screen_android.cc
49
virtual gfx::Display
GetDisplayNearestWindow
(
/external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.cc
86
const gfx::Rect& rect = Shell::GetScreen()->
GetDisplayNearestWindow
(
119
gfx::Rect rect = ash::Shell::GetScreen()->
GetDisplayNearestWindow
(
/external/chromium_org/ui/aura/test/
test_screen.h
55
virtual gfx::Display
GetDisplayNearestWindow
(
/external/chromium_org/ui/views/
drag_utils.cc
34
GetDisplayNearestWindow
(view);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h
45
virtual gfx::Display
GetDisplayNearestWindow
(
desktop_screen_x11_unittest.cc
227
TEST_F(DesktopScreenX11Test,
GetDisplayNearestWindow
) {
240
screen()->
GetDisplayNearestWindow
(window_one->GetNativeWindow()).id());
243
screen()->
GetDisplayNearestWindow
(window_two->GetNativeWindow()).id());
desktop_screen_position_client.cc
22
GetDisplayNearestWindow
(window).device_scale_factor();
/external/chromium_org/ash/wm/
base_layout_manager_unittest.cc
153
EXPECT_EQ(Shell::GetScreen()->
GetDisplayNearestWindow
(
166
EXPECT_EQ(Shell::GetScreen()->
GetDisplayNearestWindow
(
171
EXPECT_EQ(Shell::GetScreen()->
GetDisplayNearestWindow
(
181
gfx::Rect work_area = Shell::GetScreen()->
GetDisplayNearestWindow
(
189
work_area = Shell::GetScreen()->
GetDisplayNearestWindow
(
196
work_area = Shell::GetScreen()->
GetDisplayNearestWindow
(
window_positioner_unittest.cc
57
EXPECT_TRUE(Shell::GetScreen()->
GetDisplayNearestWindow
(
drag_window_resizer.cc
127
screen->
GetDisplayNearestWindow
(GetTarget()->GetRootWindow()).id()) {
195
Shell::GetScreen()->
GetDisplayNearestWindow
(another_root));
system_modal_container_layout_manager.cc
51
Shell::GetScreen()->
GetDisplayNearestWindow
(container_).bounds());
153
params.bounds = Shell::GetScreen()->
GetDisplayNearestWindow
(
window_resizer.cc
203
Shell::GetScreen()->
GetDisplayNearestWindow
(details.window).work_area();
385
int max_width = Shell::GetScreen()->
GetDisplayNearestWindow
(
418
int max_height = Shell::GetScreen()->
GetDisplayNearestWindow
(
/external/chromium_org/ui/snapshot/
snapshot_aura.cc
62
gfx::Screen::GetScreenFor(window)->
GetDisplayNearestWindow
(window);
/external/chromium_org/ash/display/
screen_position_controller.cc
124
const gfx::Point display_origin = Shell::GetScreen()->
GetDisplayNearestWindow
(
133
const gfx::Point display_origin = Shell::GetScreen()->
GetDisplayNearestWindow
(
211
const gfx::Point display_origin = Shell::GetScreen()->
GetDisplayNearestWindow
(
display_controller.h
151
const gfx::Display&
GetDisplayNearestWindow
(
/external/chromium_org/ash/screensaver/
screensaver_view.cc
148
Shell::GetScreen()->
GetDisplayNearestWindow
(root_window).bounds();
/external/chromium_org/ash/desktop_background/
desktop_background_view.cc
54
gfx::Display display = Shell::GetScreen()->
GetDisplayNearestWindow
(
102
GetDisplayNearestWindow
(native_view);
/external/chromium_org/ui/message_center/views/
toast_contents_view.cc
246
native_view)->
GetDisplayNearestWindow
(native_view));
259
native_view)->
GetDisplayNearestWindow
(native_view));
/external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc
676
gfx::Display display = screen->
GetDisplayNearestWindow
(
688
display = screen->
GetDisplayNearestWindow
(
705
display = screen->
GetDisplayNearestWindow
(
740
gfx::Display display = Shell::GetScreen()->
GetDisplayNearestWindow
(
[
all
...]
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc
195
Shell::GetScreen()->
GetDisplayNearestWindow
(window).work_area();
420
Shell::GetScreen()->
GetDisplayNearestWindow
(w1.get()).work_area();
454
Shell::GetScreen()->
GetDisplayNearestWindow
(w1.get()).work_area();
490
Shell::GetScreen()->
GetDisplayNearestWindow
(w1.get()).work_area();
558
Shell::GetScreen()->
GetDisplayNearestWindow
(w1.get()).work_area();
746
Shell::GetScreen()->
GetDisplayNearestWindow
(w1.get()).work_area();
[
all
...]
Completed in 260 milliseconds
1
2
3
4