Searched defs:GetPrimaryDisplay (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter_unittest.cc22 gfx::Display GetPrimaryDisplay() { function in namespace:ash::internal::__anon3490
H A Ddisplay_controller_unittest.cc100 gfx::Display GetPrimaryDisplay() { function in namespace:ash::__anon3480
135 gfx::Display primary = Shell::GetScreen()->GetPrimaryDisplay();
269 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
278 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
287 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
296 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
305 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
313 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
320 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
328 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay()
[all...]
H A Ddisplay_controller.cc276 const gfx::Display& DisplayController::GetPrimaryDisplay() { function in class:ash::DisplayController
389 const gfx::Display& primary = GetPrimaryDisplay();
433 const gfx::Display& primary = GetPrimaryDisplay();
529 gfx::Display old_primary_display = GetPrimaryDisplay();
622 return GetPrimaryDisplay();
625 return GetPrimaryDisplay();
646 return display.is_valid() ? display : GetPrimaryDisplay();
666 return matching ? *matching : GetPrimaryDisplay();
799 layout_store->UpdatePrimaryDisplayId(pair, GetPrimaryDisplay().id());
848 layout, GetPrimaryDisplay(),
[all...]
/external/chromium_org/ash/
H A Dscreen_ash.cc90 DisplayController::GetPrimaryDisplay().id() ?
142 gfx::Display ScreenAsh::GetPrimaryDisplay() const { function in class:ash::ScreenAsh
143 return DisplayController::GetPrimaryDisplay();
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc133 gfx::Display TestScreen::GetPrimaryDisplay() const { function in class:aura::TestScreen
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc67 return GetPrimaryDisplay();
94 gfx::Display ScreenWin::GetPrimaryDisplay() const { function in class:gfx::ScreenWin
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc49 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
122 gfx::Display DesktopScreenX11::GetPrimaryDisplay() const { function in class:__anon14564::DesktopScreenX11
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud_unittest.cc53 gfx::Display GetPrimaryDisplay() { function in class:ash::internal::TouchHudTest
54 return Shell::GetScreen()->GetPrimaryDisplay();
185 const gfx::Display& display = GetPrimaryDisplay();
274 EXPECT_EQ(external_display_id(), GetPrimaryDisplay().id());
283 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
301 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
308 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
330 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
338 EXPECT_EQ(external_display_id(), GetPrimaryDisplay().id());
357 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay()
[all...]

Completed in 1049 milliseconds