HomeSort by relevance Sort by last modified time
    Searched refs:current_display (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
default_state.cc 148 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/
display_manager.cc 824 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());
    [all...]

Completed in 98 milliseconds