Searched refs:auto_start_enabled_ (Results 1 – 2 of 2) sorted by relevance
67 bool auto_start_enabled() const { return auto_start_enabled_; } in auto_start_enabled()104 const bool auto_start_enabled_; variable
45 auto_start_enabled_(start_behavior == AUTO_START), in StartupController()165 } else if (setup_in_progress_ || auto_start_enabled_) { in TryStart()