Searched defs:TtsPlatformImplAndroid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/speech/
H A Dtts_android.h12 class TtsPlatformImplAndroid : public TtsPlatformImpl { class in inherits:TtsPlatformImpl
35 static TtsPlatformImplAndroid* GetInstance();
39 friend struct DefaultSingletonTraits<TtsPlatformImplAndroid>;
41 TtsPlatformImplAndroid();
42 virtual ~TtsPlatformImplAndroid();
51 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImplAndroid);
H A Dtts_android.cc19 return TtsPlatformImplAndroid::GetInstance();
22 TtsPlatformImplAndroid::TtsPlatformImplAndroid() function in class:TtsPlatformImplAndroid
31 TtsPlatformImplAndroid::~TtsPlatformImplAndroid() {
36 bool TtsPlatformImplAndroid::PlatformImplAvailable() {
40 bool TtsPlatformImplAndroid::Speak(
61 bool TtsPlatformImplAndroid::StopSpeaking() {
69 void TtsPlatformImplAndroid::Pause() {
73 void TtsPlatformImplAndroid
[all...]

Completed in 142 milliseconds