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

/external/chromium_org/chrome/browser/speech/
H A Dtts_platform.h14 class TtsPlatformImpl { class
16 static TtsPlatformImpl* GetInstance();
64 TtsPlatformImpl() {} function in class:TtsPlatformImpl
68 virtual ~TtsPlatformImpl() {}
72 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTtsPlatformImpl.java27 class TtsPlatformImpl { class
43 private TtsPlatformImpl(int nativeTtsPlatformImplAndroid, Context context) { method in class:TtsPlatformImpl
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 78 milliseconds