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

  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc 62 MOCK_METHOD0(StopSpeaking, bool(void));
200 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
204 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
208 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
212 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
216 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
226 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
241 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
246 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
262 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
    [all...]
  /external/chromium_org/chrome/browser/speech/
tts_platform.h 43 virtual bool StopSpeaking() = 0;
53 // Speak, or StopSpeaking.
tts_chromeos.cc 33 virtual bool StopSpeaking() OVERRIDE {
tts_android.h 22 virtual bool StopSpeaking() OVERRIDE;
tts_controller_unittest.cc 30 virtual bool StopSpeaking() OVERRIDE { return true; }
tts_android.cc 61 bool TtsPlatformImplAndroid::StopSpeaking() {
70 StopSpeaking();
tts_win.cc 29 virtual bool StopSpeaking();
123 bool TtsPlatformImplWin::StopSpeaking() {
tts_linux.cc 43 virtual bool StopSpeaking() OVERRIDE;
205 bool TtsPlatformImplLinux::StopSpeaking() {
tts_controller.cc 244 GetPlatformImpl()->StopSpeaking();
  /external/chromium_org/chrome/browser/chromeos/accessibility/
speech_monitor.h 39 virtual bool StopSpeaking() OVERRIDE;
speech_monitor.cc 54 bool SpeechMonitor::StopSpeaking() {
  /external/chromium_org/chrome/browser/ui/cocoa/renderer_context_menu/
render_view_context_menu_mac.h 61 void StopSpeaking();
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 165 virtual void StopSpeaking() = 0;
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 133 virtual void StopSpeaking() OVERRIDE;
render_widget_host_view_guest.h 123 virtual void StopSpeaking() OVERRIDE;
render_widget_host_view_guest.cc 434 void RenderWidgetHostViewGuest::StopSpeaking() {
435 platform_view_->StopSpeaking();
render_widget_host_view_child_frame.cc 279 void RenderWidgetHostViewChildFrame::StopSpeaking() {
  /external/chromium_org/content/test/
test_render_view_host.cc 164 void TestRenderWidgetHostView::StopSpeaking() {
test_render_view_host.h 83 virtual void StopSpeaking() OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 261 virtual void StopSpeaking() OVERRIDE;

Completed in 3849 milliseconds