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

/external/chromium_org/ash/display/
H A Ddisplay_manager_unittest.cc92 const DisplayInfo& GetDisplayInfoAt(int index) { function in class:ash::DisplayManagerTest
220 GetDisplayInfoAt(1).bounds_in_native().ToString());
264 const DisplayInfo& display_info1 = GetDisplayInfoAt(0);
265 const DisplayInfo& display_info2 = GetDisplayInfoAt(1);
273 GetDisplayInfoAt(0).bounds_in_native().ToString());
274 DisplayInfo updated_display_info2 = GetDisplayInfoAt(1);
289 GetDisplayInfoAt(0).bounds_in_native().ToString());
290 updated_display_info2 = GetDisplayInfoAt(1);
301 GetDisplayInfoAt(0).bounds_in_native().ToString());
303 GetDisplayInfoAt(
[all...]

Completed in 370 milliseconds