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();
70 TtsPlatformImpl() {}
74 virtual ~TtsPlatformImpl() {}
78 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 28 class TtsPlatformImpl {
39 private PendingUtterance(TtsPlatformImpl impl, int utteranceId, String text,
54 TtsPlatformImpl mImpl;
70 private TtsPlatformImpl(long nativeTtsPlatformImplAndroid, Context context) {
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 1078 milliseconds