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

/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api_linux.cc29 virtual bool StopSpeaking() { function in class:ExtensionTtsPlatformImplLinux
H A Dextension_tts_api_chromeos.cc30 virtual bool StopSpeaking();
115 bool ExtensionTtsPlatformImplChromeOs::StopSpeaking() { function in class:ExtensionTtsPlatformImplChromeOs
118 StopSpeaking();
H A Dextension_tts_api_win.cc29 virtual bool StopSpeaking();
98 bool ExtensionTtsPlatformImplWin::StopSpeaking() { function in class:ExtensionTtsPlatformImplWin
/external/chromium/chrome/browser/chromeos/cros/
H A Dspeech_synthesis_library.cc37 bool StopSpeaking() { function in class:chromeos::SpeechSynthesisLibraryImpl
38 return chromeos::StopSpeaking();
59 bool StopSpeaking() { return true; } function in class:chromeos::SpeechSynthesisLibraryStubImpl
/external/chromium_org/chrome/browser/speech/
H A Dtts_android.cc64 bool TtsPlatformImplAndroid::StopSpeaking() { function in class:TtsPlatformImplAndroid
73 StopSpeaking();
H A Dtts_win.cc29 virtual bool StopSpeaking();
123 bool TtsPlatformImplWin::StopSpeaking() { function in class:TtsPlatformImplWin
H A Dtts_linux.cc40 virtual bool StopSpeaking() OVERRIDE;
193 bool TtsPlatformImplLinux::StopSpeaking() { function in class:TtsPlatformImplLinux
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_guest.cc466 void RenderWidgetHostViewGuest::StopSpeaking() { function in class:content::RenderWidgetHostViewGuest
467 platform_view_->StopSpeaking();
H A Dtest_render_view_host.cc174 void TestRenderWidgetHostView::StopSpeaking() { function in class:content::TestRenderWidgetHostView

Completed in 154 milliseconds