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

  /external/chromium_org/chrome/browser/chromeos/accessibility/
speech_monitor.cc 54 bool SpeechMonitor::StopSpeaking() {
  /external/chromium_org/chrome/browser/speech/
tts_android.cc 61 bool TtsPlatformImplAndroid::StopSpeaking() {
70 StopSpeaking();
tts_linux.cc 43 virtual bool StopSpeaking() OVERRIDE;
205 bool TtsPlatformImplLinux::StopSpeaking() {
tts_win.cc 29 virtual bool StopSpeaking();
123 bool TtsPlatformImplWin::StopSpeaking() {
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.cc 279 void RenderWidgetHostViewChildFrame::StopSpeaking() {
render_widget_host_view_guest.cc 434 void RenderWidgetHostViewGuest::StopSpeaking() {
435 platform_view_->StopSpeaking();
  /external/chromium_org/content/test/
test_render_view_host.cc 164 void TestRenderWidgetHostView::StopSpeaking() {

Completed in 88 milliseconds