output_configurator.h | 301 // Configure displays even if the passed-in state matches |power_state_|. 331 DisplayPowerState power_state() const { return power_state_; } 344 // Sets the initial value of |power_state_|. Must be called before Start(). 469 // On success, updates |output_state_|, |power_state_|, and |cached_outputs_| 476 // On success, updates |output_state_|, |power_state_|, and 537 DisplayPowerState power_state_; member in class:chromeos::OutputConfigurator
|