HomeSort by relevance Sort by last modified time
    Searched defs:StopSpeaking (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_tts_api_linux.cc 29 virtual bool StopSpeaking() {
extension_tts_api_chromeos.cc 30 virtual bool StopSpeaking();
115 bool ExtensionTtsPlatformImplChromeOs::StopSpeaking() {
118 StopSpeaking();
extension_tts_api_win.cc 29 virtual bool StopSpeaking();
98 bool ExtensionTtsPlatformImplWin::StopSpeaking() {
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.cc 37 bool StopSpeaking() {
38 return chromeos::StopSpeaking();
59 bool StopSpeaking() { return true; }
  /external/chromium_org/chrome/browser/speech/
tts_android.cc 64 bool TtsPlatformImplAndroid::StopSpeaking() {
73 StopSpeaking();
tts_linux.cc 40 virtual bool StopSpeaking() OVERRIDE;
193 bool TtsPlatformImplLinux::StopSpeaking() {
tts_win.cc 29 virtual bool StopSpeaking();
123 bool TtsPlatformImplWin::StopSpeaking() {
  /external/chromium_org/content/browser/renderer_host/
test_render_view_host.cc 174 void TestRenderWidgetHostView::StopSpeaking() {
render_widget_host_view_guest.cc 466 void RenderWidgetHostViewGuest::StopSpeaking() {
467 platform_view_->StopSpeaking();

Completed in 170 milliseconds