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();
70 TtsPlatformImpl() {} function in class:TtsPlatformImpl
74 virtual ~TtsPlatformImpl() {}
78 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTtsPlatformImpl.java28 class TtsPlatformImpl { class
39 private PendingUtterance(TtsPlatformImpl impl, int utteranceId, String text,
54 TtsPlatformImpl mImpl;
70 private TtsPlatformImpl(long nativeTtsPlatformImplAndroid, Context context) { method in class:TtsPlatformImpl
129 * Create a TtsPlatformImpl object, which is owned by TtsPlatformImplAndroid
136 private static TtsPlatformImpl create(long nativeTtsPlatformImplAndroid,
138 return new TtsPlatformImpl(nativeTtsPlatformImplAndroid, context);
241 TraceEvent.begin("TtsPlatformImpl:initialize");
275 TraceEvent.end("TtsPlatformImpl:initialize");

Completed in 70 milliseconds