Searched refs:StartPlayback (Results 1 - 23 of 23) sorted by relevance

/external/chromium/base/
H A Devent_recorder_stubs.cc21 bool EventRecorder::StartPlayback(const FilePath& filename) { function in class:base::EventRecorder
H A Devent_recorder.h59 bool StartPlayback(const FilePath& filename);
H A Devent_recorder.cc95 bool EventRecorder::StartPlayback(const FilePath& filename) { function in class:base::EventRecorder
/external/chromium_org/base/
H A Devent_recorder_stubs.cc21 bool EventRecorder::StartPlayback(const FilePath& filename) { function in class:base::EventRecorder
H A Devent_recorder.h58 bool StartPlayback(const FilePath& filename);
H A Devent_recorder_win.cc95 bool EventRecorder::StartPlayback(const FilePath& filename) { function in class:base::EventRecorder
/external/chromium_org/ppapi/cpp/
H A Daudio.cc31 bool Audio::StartPlayback() { function in class:pp::Audio
33 get_interface<PPB_Audio_1_0>()->StartPlayback(pp_resource());
H A Daudio.h31 /// until StartPlayback() is called. The callback is called with the buffer
70 /// StartPlayback() starts playback of audio.
73 bool StartPlayback();
/external/chromium_org/ppapi/c/
H A Dppb_audio.h76 * audio_interface->StartPlayback(pp_audio);
84 * StartPlayback() is called. The callback is called with the buffer address
133 * StartPlayback() starts the playback of the audio resource and begins
144 PP_Bool (*StartPlayback)(PP_Resource audio); member in struct:PPB_Audio_1_0
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_api.h24 virtual PP_Bool StartPlayback() = 0;
H A Dppb_audio_thunk.cc49 PP_Bool StartPlayback(PP_Resource audio) { function in namespace:ppapi::thunk::__anon9586
50 VLOG(4) << "PPB_Audio::StartPlayback()";
54 return enter.object()->StartPlayback();
69 &StartPlayback,
/external/chromium_org/ppapi/api/
H A Dppb_audio.idl55 * audio_interface->StartPlayback(pp_audio);
63 * StartPlayback() is called. The callback is called with the buffer address
118 * StartPlayback() starts the playback of the audio resource and begins
129 PP_Bool StartPlayback(
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher_unittest.cc32 PP_Bool StartPlayback(PP_Resource audio) { function in namespace:ppapi::proxy::__anon9464
43 &StartPlayback,
H A Dppb_audio_proxy.cc49 virtual PP_Bool StartPlayback() OVERRIDE;
96 PP_Bool Audio::StartPlayback() { function in class:ppapi::proxy::Audio
239 enter.object()->StartPlayback();
/external/chromium_org/remoting/client/plugin/
H A Dpepper_audio_player.cc57 bool success = audio_.StartPlayback();
/external/chromium_org/ppapi/tests/
H A Dtest_audio.cc105 // |StartPlayback()| and |StopPlayback()| may fail, but gives no
108 ASSERT_TRUE(audio_interface_->StartPlayback(audio));
140 ASSERT_TRUE(audio_interface_->StartPlayback(audio));
184 ASSERT_FALSE(audio_interface_->StartPlayback(0));
219 ASSERT_TRUE(audio_interface_->StartPlayback(audio));
256 ASSERT_TRUE(audio_interface_->StartPlayback(audio));
272 // round of |StartPlayback| and |StopPlayback| to make sure the callback
294 ASSERT_TRUE(audio_interface_->StartPlayback(audio));
301 // Repeat one more |StartPlayback| & |StopPlayback| cycle, and verify again
304 ASSERT_TRUE(audio_interface_->StartPlayback(audi
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dppb_audio_impl.cc97 PP_Bool PPB_Audio_Impl::StartPlayback() { function in class:content::PPB_Audio_Impl
103 return BoolToPPBool(audio_->StartPlayback());
H A Dpepper_platform_audio_output.h39 bool StartPlayback();
H A Dppb_audio_impl.h53 virtual PP_Bool StartPlayback() OVERRIDE;
H A Dpepper_platform_audio_output.cc38 bool PepperPlatformAudioOutput::StartPlayback() { function in class:content::PepperPlatformAudioOutput
/external/chromium_org/native_client_sdk/src/examples/api/audio/
H A Daudio.cc119 audio_.StartPlayback();
/external/chromium_org/ppapi/examples/audio/
H A Daudio.cc62 return audio_.StartPlayback();
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc737 base::EventRecorder::current()->StartPlayback(script_path);

Completed in 312 milliseconds