audio_delegate_ 47 ash/system/audio/tray_audio.cc audio_delegate_(audio_delegate.Pass()), audio_delegate_ 67 ash/system/audio/tray_audio.cc return audio_delegate_->IsOutputAudioMuted(); audio_delegate_ 71 ash/system/audio/tray_audio.cc volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), true); audio_delegate_ 76 ash/system/audio/tray_audio.cc volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false); audio_delegate_ 101 ash/system/audio/tray_audio.cc static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f; audio_delegate_ 144 ash/system/audio/tray_audio.cc static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f); audio_delegate_ 34 ash/system/audio/tray_audio.h scoped_ptr<system::TrayAudioDelegate> audio_delegate_; audio_delegate_ 45 ash/system/audio/volume_view.cc audio_delegate_(audio_delegate), audio_delegate_ 58 ash/system/audio/volume_view.cc static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f; audio_delegate_ 59 ash/system/audio/volume_view.cc int image_index = audio_delegate_->IsOutputAudioMuted() ? audio_delegate_ 82 ash/system/audio/volume_view.cc system::TrayAudioDelegate* audio_delegate_; audio_delegate_ 97 ash/system/audio/volume_view.cc static_cast<float>(audio_delegate_->GetOutputVolumeLevel()) / 100.0f); audio_delegate_ 106 ash/system/audio/volume_view.cc UpdateState(!audio_delegate_->IsOutputAudioMuted()); audio_delegate_ 110 ash/system/audio/volume_view.cc system::TrayAudioDelegate* audio_delegate_; audio_delegate_ 139 ash/system/audio/volume_view.cc audio_delegate_(audio_delegate), audio_delegate_ 150 ash/system/audio/volume_view.cc icon_ = new VolumeButton(this, audio_delegate_); audio_delegate_ 153 ash/system/audio/volume_view.cc slider_ = new VolumeSlider(this, audio_delegate_); audio_delegate_ 207 ash/system/audio/volume_view.cc bool show_more = audio_delegate_->HasAlternativeSources(); audio_delegate_ 212 ash/system/audio/volume_view.cc int device_icon = audio_delegate_->GetActiveOutputDeviceIconId(); audio_delegate_ 224 ash/system/audio/volume_view.cc audio_delegate_->SetOutputVolumeLevel(level); audio_delegate_ 225 ash/system/audio/volume_view.cc if (audio_delegate_->IsOutputAudioMuted() && audio_delegate_ 226 ash/system/audio/volume_view.cc level > audio_delegate_->GetOutputDefaultVolumeMuteLevel()) { audio_delegate_ 227 ash/system/audio/volume_view.cc audio_delegate_->SetOutputAudioIsMuted(false); audio_delegate_ 232 ash/system/audio/volume_view.cc audio_delegate_->SetOutputVolumeLevel(level); audio_delegate_ 233 ash/system/audio/volume_view.cc if (!audio_delegate_->IsOutputAudioMuted() && audio_delegate_ 234 ash/system/audio/volume_view.cc level <= audio_delegate_->GetOutputDefaultVolumeMuteLevel()) { audio_delegate_ 235 ash/system/audio/volume_view.cc audio_delegate_->SetOutputAudioIsMuted(true); audio_delegate_ 236 ash/system/audio/volume_view.cc } else if (audio_delegate_->IsOutputAudioMuted() && audio_delegate_ 237 ash/system/audio/volume_view.cc level > audio_delegate_->GetOutputDefaultVolumeMuteLevel()) { audio_delegate_ 238 ash/system/audio/volume_view.cc audio_delegate_->SetOutputAudioIsMuted(false); audio_delegate_ 292 ash/system/audio/volume_view.cc bool mute_on = !audio_delegate_->IsOutputAudioMuted(); audio_delegate_ 293 ash/system/audio/volume_view.cc audio_delegate_->SetOutputAudioIsMuted(mute_on); audio_delegate_ 295 ash/system/audio/volume_view.cc audio_delegate_->AdjustOutputVolumeToAudibleLevel(); audio_delegate_ 305 ash/system/audio/volume_view.cc float current_volume = audio_delegate_->GetOutputVolumeLevel(); audio_delegate_ 69 ash/system/audio/volume_view.h system::TrayAudioDelegate* audio_delegate_; audio_delegate_ 37 ash/system/chromeos/audio/tray_audio_chromeos.cc volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false);