HomeSort by relevance Sort by last modified time
    Searched refs:TtsPlatformImplAndroid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/speech/
tts_android.cc 19 return TtsPlatformImplAndroid::GetInstance();
22 TtsPlatformImplAndroid::TtsPlatformImplAndroid()
31 TtsPlatformImplAndroid::~TtsPlatformImplAndroid() {
36 bool TtsPlatformImplAndroid::PlatformImplAvailable() {
40 bool TtsPlatformImplAndroid::Speak(
64 bool TtsPlatformImplAndroid::StopSpeaking() {
72 void TtsPlatformImplAndroid::Pause() {
76 void TtsPlatformImplAndroid::Resume()
    [all...]
tts_android.h 12 class TtsPlatformImplAndroid : public TtsPlatformImpl {
35 static TtsPlatformImplAndroid* GetInstance();
39 friend struct DefaultSingletonTraits<TtsPlatformImplAndroid>;
41 TtsPlatformImplAndroid();
42 virtual ~TtsPlatformImplAndroid();
51 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImplAndroid);
  /external/chromium_org/chrome/browser/android/
chrome_jni_registrar.cc 94 { "TtsPlatformImpl", TtsPlatformImplAndroid::Register },

Completed in 500 milliseconds