HomeSort by relevance Sort by last modified time
    Searched defs:TtsPlatformImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/speech/
tts_platform.h 14 class TtsPlatformImpl {
16 static TtsPlatformImpl* GetInstance();
64 TtsPlatformImpl() {}
68 virtual ~TtsPlatformImpl() {}
72 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 27 class TtsPlatformImpl {
43 private TtsPlatformImpl(int nativeTtsPlatformImplAndroid, Context context) {
98 * Create a TtsPlatformImpl object, which is owned by TtsPlatformImplAndroid
105 private static TtsPlatformImpl create(int nativeTtsPlatformImplAndroid,
107 return new TtsPlatformImpl(nativeTtsPlatformImplAndroid, context);

Completed in 436 milliseconds