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

/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager_interactive_uitest.cc52 DisplayInfo CreateDisplayInfo(int64 id, function in namespace:ash::__anon2034
97 CreateDisplayInfo(10, gfx::Rect(0, 0, 500, 300), 1.0f);
99 CreateDisplayInfo(20, gfx::Rect(500, 0, 500, 300), 2.0f);
/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller_unittest.cc17 DisplayInfo CreateDisplayInfo(int64 id, function in namespace:ash::__anon2028
34 CreateDisplayInfo(1, 10, gfx::Rect(0, 0, 1920, 1200));
43 CreateDisplayInfo(2, 11, gfx::Rect(0, 0, 1920, 1200));
95 CreateDisplayInfo(1, 10, gfx::Rect(0, 0, 1024, 768));
104 CreateDisplayInfo(2, 11, gfx::Rect(0, 0, 1024, 768));
157 DisplayInfo display1 = CreateDisplayInfo(1, 5, gfx::Rect(0, 0, 1366, 768));
158 DisplayInfo display2 = CreateDisplayInfo(2, 6, gfx::Rect(0, 828, 2560, 1600));
208 DisplayInfo display = CreateDisplayInfo(1, 5, gfx::Rect(0, 0, 2560, 1600));
H A Dtouch_observer_hud_unittest.cc40 CreateDisplayInfo(internal_display_id_, gfx::Rect(0, 0, 500, 500));
42 CreateDisplayInfo(external_display_id_, gfx::Rect(1, 1, 100, 100));
44 CreateDisplayInfo(mirrored_display_id_, gfx::Rect(0, 0, 100, 100));
186 DisplayInfo CreateDisplayInfo(int64 id, const gfx::Rect& bounds) { function in class:ash::TouchHudTestBase
/external/chromium_org/ash/display/
H A Dmirror_window_controller_unittest.cc25 DisplayInfo CreateDisplayInfo(int64 id, const gfx::Rect& bounds) { function in namespace:ash::__anon1878
242 CreateDisplayInfo(internal_id, gfx::Rect(0, 0, 500, 500));
244 CreateDisplayInfo(external_id, gfx::Rect(1, 1, 100, 100));
H A Ddisplay_manager_unittest.cc404 DisplayInfo CreateDisplayInfo(int64 id, const gfx::Rect& bounds) { function in namespace:ash
418 CreateDisplayInfo(internal_display_id, gfx::Rect(0, 0, 500, 500));
420 CreateDisplayInfo(external_id, gfx::Rect(1, 1, 100, 100));
422 CreateDisplayInfo(mirror_id, gfx::Rect(0, 0, 500, 500));
511 display_info_list.push_back(CreateDisplayInfo(12, gfx::Rect(1, 1, 100, 100)));
593 CreateDisplayInfo(third_id, gfx::Rect(0, 0, 600, 600));
625 CreateDisplayInfo(10, gfx::Rect(1, 1, 100, 100));
727 CreateDisplayInfo(internal_display_id, gfx::Rect(0, 0, 500, 500));
729 CreateDisplayInfo(10, gfx::Rect(1, 1, 100, 100));
757 CreateDisplayInfo(display_i
[all...]
H A Ddisplay_controller_unittest.cc541 DisplayInfo CreateDisplayInfo(int64 id, function in namespace:ash::__anon1867
564 CreateDisplayInfo(1, gfx::Rect(0, 0, 500, 500), 2.0f);
566 CreateDisplayInfo(2, gfx::Rect(0, 0, 500, 500), 1.0f);
1264 DisplayInfo CreateDisplayInfo(int64 id, function in namespace:ash::__anon1868
1286 CreateDisplayInfo(internal_id, 0, gfx::Display::ROTATE_0);
1288 CreateDisplayInfo(2, 1, gfx::Display::ROTATE_90);

Completed in 4228 milliseconds