Home
last modified time | relevance | path

Searched refs:PlatformImplAvailable (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/speech/
Dtts_linux.cc34 virtual bool PlatformImplAvailable() OVERRIDE;
151 bool TtsPlatformImplLinux::PlatformImplAvailable() { in PlatformImplAvailable() function in TtsPlatformImplLinux
165 if (!PlatformImplAvailable()) { in Speak()
200 if (!PlatformImplAvailable()) in StopSpeaking()
210 if (!PlatformImplAvailable()) in Pause()
216 if (!PlatformImplAvailable()) in Resume()
Dtts_chromeos.cc16 virtual bool PlatformImplAvailable() OVERRIDE { in PlatformImplAvailable() function in TtsPlatformImplChromeOs
Dtts_platform.h19 virtual bool PlatformImplAvailable() = 0;
Dtts_controller_unittest.cc20 virtual bool PlatformImplAvailable() OVERRIDE { return true; } in PlatformImplAvailable() function in DummyTtsPlatformImpl
Dtts_android.h15 virtual bool PlatformImplAvailable() OVERRIDE;
Dtts_android.cc36 bool TtsPlatformImplAndroid::PlatformImplAvailable() { in PlatformImplAvailable() function in TtsPlatformImplAndroid
Dtts_win.cc18 virtual bool PlatformImplAvailable() { in PlatformImplAvailable() function in TtsPlatformImplWin
Dtts_controller.cc284 if (platform_impl && platform_impl->PlatformImplAvailable()) in GetVoices()
Dtts_mac.mm53 virtual bool PlatformImplAvailable() OVERRIDE {
/external/chromium_org/chrome/browser/speech/extension_api/
Dtts_extension_apitest.cc46 virtual bool PlatformImplAvailable() { in PlatformImplAvailable() function in extensions::MockTtsPlatformImpl