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

/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_extension_apitest.cc46 virtual bool PlatformImplAvailable() { function in class:extensions::MockTtsPlatformImpl
/external/chromium_org/chrome/browser/speech/
H A Dtts_android.cc36 bool TtsPlatformImplAndroid::PlatformImplAvailable() { function in class:TtsPlatformImplAndroid
H A Dtts_win.cc18 virtual bool PlatformImplAvailable() { function in class:TtsPlatformImplWin
H A Dtts_linux.cc34 virtual bool PlatformImplAvailable() OVERRIDE;
151 bool TtsPlatformImplLinux::PlatformImplAvailable() { function in class:TtsPlatformImplLinux
165 if (!PlatformImplAvailable()) {
200 if (!PlatformImplAvailable())
210 if (!PlatformImplAvailable())
216 if (!PlatformImplAvailable())

Completed in 66 milliseconds