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

  /external/chromium_org/ui/display/chromeos/
display_configurator.h 139 MultipleDisplayState display_state() const { return display_state_; }
280 // On success, updates |display_state_|, |power_state_|, and
287 // On success, updates |display_state_|, |power_state_|, and
322 MultipleDisplayState display_state_; member in class:ui::DisplayConfigurator
display_configurator.cc 162 display_state_(MULTIPLE_DISPLAY_STATE_INVALID),
182 DCHECK_EQ(display_state_, MULTIPLE_DISPLAY_STATE_INVALID);
223 return display_state_ == MULTIPLE_DISPLAY_STATE_DUAL_MIRROR ||
494 if (display_state_ == new_state) {
747 if (display_state_ != MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED ||
751 display_state_ == MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED;
    [all...]

Completed in 79 milliseconds