Searched refs:IsSpeaking (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_extension_apitest.cc68 MOCK_METHOD0(IsSpeaking, bool(void));
197 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
225 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
237 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
257 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
280 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
299 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
322 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
338 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
369 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
[all...]
H A Dtts_extension_api.cc306 new base::FundamentalValue(TtsController::GetInstance()->IsSpeaking()));
/external/chromium_org/chrome/browser/speech/
H A Dtts_chromeos.cc45 virtual bool IsSpeaking() OVERRIDE {
H A Dtts_platform.h47 virtual bool IsSpeaking() = 0;
H A Dtts_android.h25 virtual bool IsSpeaking() OVERRIDE;
H A Dtts_controller_impl.h32 virtual bool IsSpeaking() OVERRIDE;
H A Dtts_controller_unittest.cc29 virtual bool IsSpeaking() OVERRIDE { return false; }
H A Dtts_win.cc35 virtual bool IsSpeaking();
129 if (IsSpeaking()) {
159 bool TtsPlatformImplWin::IsSpeaking() { function in class:TtsPlatformImplWin
H A Dtts_controller_impl.cc145 if (paused_ || (IsSpeaking() && utterance->can_enqueue())) {
326 bool TtsControllerImpl::IsSpeaking() { function in class:TtsControllerImpl
327 return current_utterance_ != NULL || GetPlatformImpl()->IsSpeaking();
H A Dtts_android.cc76 bool TtsPlatformImplAndroid::IsSpeaking() { function in class:TtsPlatformImplAndroid
H A Dtts_linux.cc46 virtual bool IsSpeaking() OVERRIDE;
227 bool TtsPlatformImplLinux::IsSpeaking() { function in class:TtsPlatformImplLinux
H A Dtts_controller.h284 virtual bool IsSpeaking() = 0;
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dspeech_monitor.cc58 bool SpeechMonitor::IsSpeaking() { function in class:chromeos::SpeechMonitor
H A Dspeech_monitor.h40 virtual bool IsSpeaking() OVERRIDE;
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h166 virtual bool IsSpeaking() const = 0;
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc447 bool RenderWidgetHostViewGuest::IsSpeaking() const { function in class:content::RenderWidgetHostViewGuest
448 return platform_view_->IsSpeaking();
H A Drender_widget_host_view_child_frame.cc282 bool RenderWidgetHostViewChildFrame::IsSpeaking() const { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h131 virtual bool IsSpeaking() const OVERRIDE;
H A Drender_widget_host_view_guest.h126 virtual bool IsSpeaking() const OVERRIDE;
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc165 bool TestRenderWidgetHostView::IsSpeaking() const { function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h81 virtual bool IsSpeaking() const OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_mac.h249 virtual bool IsSpeaking() const OVERRIDE;

Completed in 6572 milliseconds