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();
69 TtsPlatformImpl() {} function in class:TtsPlatformImpl
73 virtual ~TtsPlatformImpl() {}
77 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTtsPlatformImpl.java27 class TtsPlatformImpl { class
38 private PendingUtterance(TtsPlatformImpl impl, int utteranceId, String text,
53 TtsPlatformImpl mImpl;
69 private TtsPlatformImpl(long nativeTtsPlatformImplAndroid, Context context) { method in class:TtsPlatformImpl
128 * Create a TtsPlatformImpl object, which is owned by TtsPlatformImplAndroid
135 private static TtsPlatformImpl create(long nativeTtsPlatformImplAndroid,
137 return new TtsPlatformImpl(nativeTtsPlatformImplAndroid, context);

Completed in 1426 milliseconds