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

/external/chromium_org/chrome/browser/speech/
H A Dtts_chromeos.cc12 class TtsPlatformImplChromeOs class in inherits:TtsPlatformImpl
49 static TtsPlatformImplChromeOs* GetInstance();
52 TtsPlatformImplChromeOs() {} function in class:TtsPlatformImplChromeOs
53 virtual ~TtsPlatformImplChromeOs() {}
55 friend struct DefaultSingletonTraits<TtsPlatformImplChromeOs>;
57 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImplChromeOs);
62 return TtsPlatformImplChromeOs::GetInstance();
66 TtsPlatformImplChromeOs*
67 TtsPlatformImplChromeOs::GetInstance() {
68 return Singleton<TtsPlatformImplChromeOs>
[all...]

Completed in 68 milliseconds