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

/external/chromium_org/ash/wm/
H A Ddefault_state.cc148 gfx::Display current_display = Shell::GetScreen()-> local
150 if (stored_display_state_.bounds() != current_display.bounds()) {
153 } else if (stored_display_state_.work_area() != current_display.work_area()) {
/external/chromium_org/ash/display/
H A Ddisplay_manager.cc824 const gfx::Display& current_display = *curr_iter; local
827 GetDisplayInfo(current_display.id());
848 if (current_display.device_scale_factor() !=
853 if (current_display.rotation() != new_display.rotation())
861 new_display.UpdateWorkAreaFromInsets(current_display.GetWorkAreaInsets());

Completed in 37 milliseconds