Searched refs:display1 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc143 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
160 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id()));
164 display_manager->SetDisplayRotation(display1.id(),
179 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id()));
202 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id()));
206 display_manager->SetDisplayRotation(display1.id(),
219 EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1.id()));
235 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
236 gfx::Display::SetInternalDisplayId(display1.id());
244 EXPECT_EQ("0,0 450x300", display1
316 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
[all...]
H A Ddisplay_controller_unittest.cc1018 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
1021 display_controller->SetOverscanInsets(display1.id(),
1032 display_controller->SetOverscanInsets(display1.id(), gfx::Insets());
1067 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
1079 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id()));
1083 display_manager->SetDisplayRotation(display1.id(),
1091 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id()));
1106 EXPECT_EQ(gfx::Display::ROTATE_90, GetStoredRotation(display1.id()));
1114 display_manager->SetDisplayRotation(display1.id(),
1122 EXPECT_EQ(gfx::Display::ROTATE_180, GetStoredRotation(display1
1142 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
1211 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay(); local
[all...]
/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller.cc186 DisplayInfo display1; local
206 display1 = GetDisplayManager()->GetDisplayInfo(display1_id);
208 device_manager->UpdateTouchRadiusScale(display1.touch_device_id(),
209 GetTouchResolutionScale(display1));
229 display1.touch_device_id(),
230 GetMirrorModeTouchTransformer(display1));
249 display1 : display2;
254 display1.touch_device_id(),
274 display1.touch_device_id(),
275 GetExtendedModeTouchTransformer(display1, fb_siz
[all...]
H A Dtouch_transformer_controller_unittest.cc157 DisplayInfo display1 = CreateDisplayInfo(1, 5, gfx::Rect(0, 0, 1366, 768)); local
166 display1.id(),
167 display1.touch_device_id(),
168 tt_controller->GetExtendedModeTouchTransformer(display1, fb_size));
/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard_unittest.cc73 Display* display1 = XOpenDisplay(NULL); variable
74 XSynchronize(display1, True);
75 client1_.Init(display1);
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc619 gfx::Display display1 = Shell::GetScreen()->GetDisplayMatching( local
621 EXPECT_NE(display0.id(), display1.id());
627 // parameter is |display1|, the window should be shown on the secondary root.
629 display1);

Completed in 148 milliseconds