AudioEntry         23 content/browser/renderer_host/media/audio_input_renderer_host.cc struct AudioInputRendererHost::AudioEntry {
AudioEntry         24 content/browser/renderer_host/media/audio_input_renderer_host.cc   AudioEntry();
AudioEntry         25 content/browser/renderer_host/media/audio_input_renderer_host.cc   ~AudioEntry();
AudioEntry         46 content/browser/renderer_host/media/audio_input_renderer_host.cc AudioInputRendererHost::AudioEntry::AudioEntry()
AudioEntry         52 content/browser/renderer_host/media/audio_input_renderer_host.cc AudioInputRendererHost::AudioEntry::~AudioEntry() {}
AudioEntry        124 content/browser/renderer_host/media/audio_input_renderer_host.cc   AudioEntry* entry = LookupByController(controller);
AudioEntry        188 content/browser/renderer_host/media/audio_input_renderer_host.cc   AudioEntry* entry = LookupByController(controller);
AudioEntry        255 content/browser/renderer_host/media/audio_input_renderer_host.cc   scoped_ptr<AudioEntry> entry(new AudioEntry());
AudioEntry        331 content/browser/renderer_host/media/audio_input_renderer_host.cc   AudioEntry* entry = LookupById(stream_id);
AudioEntry        344 content/browser/renderer_host/media/audio_input_renderer_host.cc   AudioEntry* entry = LookupById(stream_id);
AudioEntry        353 content/browser/renderer_host/media/audio_input_renderer_host.cc   AudioEntry* entry = LookupById(stream_id);
AudioEntry        380 content/browser/renderer_host/media/audio_input_renderer_host.cc void AudioInputRendererHost::CloseAndDeleteStream(AudioEntry* entry) {
AudioEntry        391 content/browser/renderer_host/media/audio_input_renderer_host.cc void AudioInputRendererHost::DeleteEntry(AudioEntry* entry) {
AudioEntry        395 content/browser/renderer_host/media/audio_input_renderer_host.cc   scoped_ptr<AudioEntry> entry_deleter(entry);
AudioEntry        401 content/browser/renderer_host/media/audio_input_renderer_host.cc void AudioInputRendererHost::DeleteEntryOnError(AudioEntry* entry,
AudioEntry        411 content/browser/renderer_host/media/audio_input_renderer_host.cc AudioInputRendererHost::AudioEntry* AudioInputRendererHost::LookupById(
AudioEntry        421 content/browser/renderer_host/media/audio_input_renderer_host.cc AudioInputRendererHost::AudioEntry* AudioInputRendererHost::LookupByController(
AudioEntry        130 content/browser/renderer_host/media/audio_input_renderer_host.h   struct AudioEntry;
AudioEntry        131 content/browser/renderer_host/media/audio_input_renderer_host.h   typedef std::map<int, AudioEntry*> AudioEntryMap;
AudioEntry        178 content/browser/renderer_host/media/audio_input_renderer_host.h   void CloseAndDeleteStream(AudioEntry* entry);
AudioEntry        181 content/browser/renderer_host/media/audio_input_renderer_host.h   void DeleteEntry(AudioEntry* entry);
AudioEntry        184 content/browser/renderer_host/media/audio_input_renderer_host.h   void DeleteEntryOnError(AudioEntry* entry, ErrorCode error_code);
AudioEntry        188 content/browser/renderer_host/media/audio_input_renderer_host.h   AudioEntry* LookupById(int stream_id);
AudioEntry        193 content/browser/renderer_host/media/audio_input_renderer_host.h   AudioEntry* LookupByController(media::AudioInputController* controller);
AudioEntry         31 content/browser/renderer_host/media/audio_renderer_host.cc class AudioRendererHost::AudioEntry
AudioEntry         34 content/browser/renderer_host/media/audio_renderer_host.cc   AudioEntry(AudioRendererHost* host,
AudioEntry         42 content/browser/renderer_host/media/audio_renderer_host.cc   virtual ~AudioEntry();
AudioEntry         90 content/browser/renderer_host/media/audio_renderer_host.cc AudioRendererHost::AudioEntry::AudioEntry(
AudioEntry        113 content/browser/renderer_host/media/audio_renderer_host.cc AudioRendererHost::AudioEntry::~AudioEntry() {}
AudioEntry        162 content/browser/renderer_host/media/audio_renderer_host.cc void AudioRendererHost::AudioEntry::OnCreated() {
AudioEntry        169 content/browser/renderer_host/media/audio_renderer_host.cc void AudioRendererHost::AudioEntry::OnPlaying() {
AudioEntry        179 content/browser/renderer_host/media/audio_renderer_host.cc void AudioRendererHost::AudioEntry::OnPaused() {
AudioEntry        189 content/browser/renderer_host/media/audio_renderer_host.cc void AudioRendererHost::AudioEntry::OnError() {
AudioEntry        196 content/browser/renderer_host/media/audio_renderer_host.cc void AudioRendererHost::AudioEntry::OnDeviceChange(int new_buffer_size,
AudioEntry        215 content/browser/renderer_host/media/audio_renderer_host.cc   AudioEntry* const entry = LookupById(stream_id);
AudioEntry        259 content/browser/renderer_host/media/audio_renderer_host.cc   AudioEntry* const entry = LookupById(stream_id);
AudioEntry        293 content/browser/renderer_host/media/audio_renderer_host.cc     AudioEntry* entry = it->second;
AudioEntry        367 content/browser/renderer_host/media/audio_renderer_host.cc   scoped_ptr<AudioEntry> entry(new AudioEntry(
AudioEntry        387 content/browser/renderer_host/media/audio_renderer_host.cc   AudioEntry* entry = LookupById(stream_id);
AudioEntry        400 content/browser/renderer_host/media/audio_renderer_host.cc   AudioEntry* entry = LookupById(stream_id);
AudioEntry        413 content/browser/renderer_host/media/audio_renderer_host.cc   AudioEntry* entry = LookupById(stream_id);
AudioEntry        439 content/browser/renderer_host/media/audio_renderer_host.cc   scoped_ptr<AudioEntry> entry(i->second);
AudioEntry        452 content/browser/renderer_host/media/audio_renderer_host.cc void AudioRendererHost::DeleteEntry(scoped_ptr<AudioEntry> entry) {
AudioEntry        480 content/browser/renderer_host/media/audio_renderer_host.cc AudioRendererHost::AudioEntry* AudioRendererHost::LookupById(int stream_id) {
AudioEntry         97 content/browser/renderer_host/media/audio_renderer_host.h   class AudioEntry;
AudioEntry         98 content/browser/renderer_host/media/audio_renderer_host.h   typedef std::map<int, AudioEntry*> AudioEntryMap;
AudioEntry        147 content/browser/renderer_host/media/audio_renderer_host.h   void DeleteEntry(scoped_ptr<AudioEntry> entry);
AudioEntry        154 content/browser/renderer_host/media/audio_renderer_host.h   AudioEntry* LookupById(int stream_id);