/external/chromium_org/ash/wm/ |
window_util_unittest.cc | 26 ScreenAsh::GetSecondaryDisplay());
|
/external/chromium_org/ash/display/ |
resolution_notification_controller_unittest.cc | 108 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 116 ScreenAsh::GetSecondaryDisplay(), gfx::Size(200, 200)); 139 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 147 ScreenAsh::GetSecondaryDisplay(), gfx::Size(200, 200)); 207 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 215 ScreenAsh::GetSecondaryDisplay(), gfx::Size(200, 200)); 260 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 264 ScreenAsh::GetSecondaryDisplay(), gfx::Size(200, 200)); 283 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 288 ScreenAsh::GetSecondaryDisplay(), gfx::Size(200, 200)) [all...] |
display_controller_unittest.cc | 105 gfx::Display GetSecondaryDisplay() { 264 int64 secondary_display_id = ScreenAsh::GetSecondaryDisplay().id(); 270 EXPECT_EQ("500,0 400x400", GetSecondaryDisplay().bounds().ToString()); 271 EXPECT_EQ("505,5 390x390", GetSecondaryDisplay().work_area().ToString()); 279 EXPECT_EQ("0,500 400x400", GetSecondaryDisplay().bounds().ToString()); 280 EXPECT_EQ("5,505 390x390", GetSecondaryDisplay().work_area().ToString()); 288 EXPECT_EQ("-400,0 400x400", GetSecondaryDisplay().bounds().ToString()); 289 EXPECT_EQ("-395,5 390x390", GetSecondaryDisplay().work_area().ToString()); 297 EXPECT_EQ("0,-400 400x400", GetSecondaryDisplay().bounds().ToString()); 298 EXPECT_EQ("5,-395 390x390", GetSecondaryDisplay().work_area().ToString()) [all...] |
root_window_transformers_unittest.cc | 148 int64 display2_id = ScreenAsh::GetSecondaryDisplay().id(); 159 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 178 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 190 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 201 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 220 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 241 gfx::Display display2 = ScreenAsh::GetSecondaryDisplay(); 262 display2 = ScreenAsh::GetSecondaryDisplay();
|
display_controller.cc | 410 ScreenAsh::GetSecondaryDisplay()); 439 const gfx::Display& secondary = ScreenAsh::GetSecondaryDisplay(); 486 SetPrimaryDisplay(ScreenAsh::GetSecondaryDisplay()); 489 SetPrimaryDisplay(ScreenAsh::GetSecondaryDisplay()); 557 ScreenAsh::GetSecondaryDisplay().id())); 718 primary_display_id = ScreenAsh::GetSecondaryDisplay().id(); 849 ScreenAsh::GetSecondaryDisplay().id()); 854 SetPrimaryDisplay(ScreenAsh::GetSecondaryDisplay()); [all...] |
mouse_cursor_event_filter.cc | 159 const gfx::Rect secondary_bounds = ScreenAsh::GetSecondaryDisplay().bounds(); 188 const gfx::Rect secondary_bounds = ScreenAsh::GetSecondaryDisplay().bounds();
|
screen_position_controller_unittest.cc | 221 ScreenAsh::GetSecondaryDisplay()); 253 ScreenAsh::GetSecondaryDisplay());
|
display_manager_unittest.cc | 280 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 347 ScreenAsh::GetSecondaryDisplay()); 349 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); 351 GetDisplayInfo(ScreenAsh::GetSecondaryDisplay()). 662 ScreenAsh::GetSecondaryDisplay().bounds().ToString()); [all...] |
mouse_cursor_event_filter_unittest.cc | 27 gfx::Display GetSecondaryDisplay() {
|
/external/chromium_org/ash/touch/ |
touch_observer_hud_unittest.cc | 57 const gfx::Display& GetSecondaryDisplay() { 58 return ScreenAsh::GetSecondaryDisplay(); 190 const gfx::Display& display = GetSecondaryDisplay(); 275 EXPECT_EQ(internal_display_id(), GetSecondaryDisplay().id()); 284 EXPECT_EQ(external_display_id(), GetSecondaryDisplay().id()); 309 EXPECT_EQ(external_display_id(), GetSecondaryDisplay().id()); 339 EXPECT_EQ(internal_display_id(), GetSecondaryDisplay().id()); 365 EXPECT_EQ(external_display_id(), GetSecondaryDisplay().id()); 395 EXPECT_EQ(internal_display_id(), GetSecondaryDisplay().id());
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
display_info_provider_chromeos_unittest.cc | 335 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 354 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 373 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 392 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 411 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 430 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 449 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 469 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 489 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); 509 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); [all...] |
/external/chromium_org/ash/ |
screen_ash.h | 53 static const gfx::Display& GetSecondaryDisplay();
|
screen_ash.cc | 86 const gfx::Display& ScreenAsh::GetSecondaryDisplay() {
|
extended_desktop_unittest.cc | 734 ScreenAsh::GetSecondaryDisplay()); 742 ScreenAsh::GetSecondaryDisplay()); 759 ScreenAsh::GetSecondaryDisplay().bounds()); [all...] |
/external/chromium_org/chrome/browser/chromeos/display/ |
display_preferences_unittest.cc | 159 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 196 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 341 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 406 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id(); 411 ASSERT_EQ(id1, ash::ScreenAsh::GetSecondaryDisplay().id()); 449 int64 id2 = ash::ScreenAsh::GetSecondaryDisplay().id();
|
/external/chromium_org/ash/system/chromeos/ |
tray_display_unittest.cc | 57 ScreenAsh::GetSecondaryDisplay().id())); 246 const gfx::Display& secondary_display = ScreenAsh::GetSecondaryDisplay(); 302 ScreenAsh::GetSecondaryDisplay().id(), gfx::Insets());
|
/external/chromium_org/ash/wm/workspace/ |
workspace_event_handler_unittest.cc | 156 gfx::Rect work_area2 = ScreenAsh::GetSecondaryDisplay().work_area(); 158 window->SetBoundsInScreen(restored_bounds, ScreenAsh::GetSecondaryDisplay());
|
workspace_layout_manager_unittest.cc | 71 ScreenAsh::GetSecondaryDisplay());
|
workspace_window_resizer_unittest.cc | 549 ScreenAsh::GetSecondaryDisplay()); [all...] |