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

  /external/chromium_org/chromeos/display/
output_configurator.cc 288 if (cached_outputs_.size() > 1 && background_color_argb)
298 delegate_->SendProjectingStateToPowerManager(IsProjecting(cached_outputs_));
303 for (std::vector<OutputSnapshot>::const_iterator it = cached_outputs_.begin();
304 it != cached_outputs_.end(); ++it) {
376 for (std::vector<OutputSnapshot>::const_iterator it = cached_outputs_.begin();
377 it != cached_outputs_.end(); ++it) {
487 cached_outputs_.size() == 1 && cached_outputs_[0].is_internal;
559 for (std::vector<OutputSnapshot>::const_iterator it = cached_outputs_.begin();
560 it != cached_outputs_.end(); ++it)
    [all...]
output_configurator.h 275 return configurator_->cached_outputs_;
437 // Updates |cached_outputs_| to contain currently-connected outputs. Calls
469 // On success, updates |output_state_|, |power_state_|, and |cached_outputs_|
477 // |cached_outputs_| and returns true.
480 // Returns the output state that should be used with |cached_outputs_| while
541 std::vector<OutputSnapshot> cached_outputs_; member in class:chromeos::OutputConfigurator

Completed in 539 milliseconds