PepperPlatformAudioOutput   22 content/renderer/pepper/pepper_platform_audio_output.cc PepperPlatformAudioOutput* PepperPlatformAudioOutput::Create(
PepperPlatformAudioOutput   28 content/renderer/pepper/pepper_platform_audio_output.cc   scoped_refptr<PepperPlatformAudioOutput> audio_output(
PepperPlatformAudioOutput   29 content/renderer/pepper/pepper_platform_audio_output.cc       new PepperPlatformAudioOutput());
PepperPlatformAudioOutput   41 content/renderer/pepper/pepper_platform_audio_output.cc bool PepperPlatformAudioOutput::StartPlayback() {
PepperPlatformAudioOutput   45 content/renderer/pepper/pepper_platform_audio_output.cc         base::Bind(&PepperPlatformAudioOutput::StartPlaybackOnIOThread, this));
PepperPlatformAudioOutput   51 content/renderer/pepper/pepper_platform_audio_output.cc bool PepperPlatformAudioOutput::StopPlayback() {
PepperPlatformAudioOutput   55 content/renderer/pepper/pepper_platform_audio_output.cc         base::Bind(&PepperPlatformAudioOutput::StopPlaybackOnIOThread, this));
PepperPlatformAudioOutput   61 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::ShutDown() {
PepperPlatformAudioOutput   67 content/renderer/pepper/pepper_platform_audio_output.cc       base::Bind(&PepperPlatformAudioOutput::ShutDownOnIOThread, this));
PepperPlatformAudioOutput   70 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::OnStateChanged(
PepperPlatformAudioOutput   74 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::OnStreamCreated(
PepperPlatformAudioOutput   95 content/renderer/pepper/pepper_platform_audio_output.cc         base::Bind(&PepperPlatformAudioOutput::OnStreamCreated, this, handle,
PepperPlatformAudioOutput  100 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::OnIPCClosed() {
PepperPlatformAudioOutput  104 content/renderer/pepper/pepper_platform_audio_output.cc PepperPlatformAudioOutput::~PepperPlatformAudioOutput() {
PepperPlatformAudioOutput  111 content/renderer/pepper/pepper_platform_audio_output.cc PepperPlatformAudioOutput::PepperPlatformAudioOutput()
PepperPlatformAudioOutput  117 content/renderer/pepper/pepper_platform_audio_output.cc bool PepperPlatformAudioOutput::Initialize(
PepperPlatformAudioOutput  138 content/renderer/pepper/pepper_platform_audio_output.cc       base::Bind(&PepperPlatformAudioOutput::InitializeOnIOThread, this,
PepperPlatformAudioOutput  143 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::InitializeOnIOThread(
PepperPlatformAudioOutput  151 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::StartPlaybackOnIOThread() {
PepperPlatformAudioOutput  157 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::StopPlaybackOnIOThread() {
PepperPlatformAudioOutput  163 content/renderer/pepper/pepper_platform_audio_output.cc void PepperPlatformAudioOutput::ShutDownOnIOThread() {
PepperPlatformAudioOutput   24 content/renderer/pepper/pepper_platform_audio_output.h class PepperPlatformAudioOutput
PepperPlatformAudioOutput   26 content/renderer/pepper/pepper_platform_audio_output.h       public base::RefCountedThreadSafe<PepperPlatformAudioOutput> {
PepperPlatformAudioOutput   30 content/renderer/pepper/pepper_platform_audio_output.h   static PepperPlatformAudioOutput* Create(int sample_rate,
PepperPlatformAudioOutput   59 content/renderer/pepper/pepper_platform_audio_output.h   virtual ~PepperPlatformAudioOutput();
PepperPlatformAudioOutput   62 content/renderer/pepper/pepper_platform_audio_output.h   friend class base::RefCountedThreadSafe<PepperPlatformAudioOutput>;
PepperPlatformAudioOutput   64 content/renderer/pepper/pepper_platform_audio_output.h   PepperPlatformAudioOutput();
PepperPlatformAudioOutput   89 content/renderer/pepper/pepper_platform_audio_output.h   DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioOutput);
PepperPlatformAudioOutput   95 content/renderer/pepper/ppb_audio_impl.cc   audio_ = PepperPlatformAudioOutput::Create(
PepperPlatformAudioOutput   22 content/renderer/pepper/ppb_audio_impl.h class PepperPlatformAudioOutput;
PepperPlatformAudioOutput   61 content/renderer/pepper/ppb_audio_impl.h   PepperPlatformAudioOutput* audio_;