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

  /external/chromium_org/chrome/browser/speech/
tts_platform.h 46 virtual bool IsSpeaking() = 0;
tts_chromeos.cc 41 virtual bool IsSpeaking() OVERRIDE {
tts_android.h 25 virtual bool IsSpeaking() OVERRIDE;
tts_controller_unittest.cc 29 virtual bool IsSpeaking() OVERRIDE { return false; }
tts_win.cc 35 virtual bool IsSpeaking();
129 if (IsSpeaking()) {
159 bool TtsPlatformImplWin::IsSpeaking() {
tts_controller.cc 145 if (paused_ || (IsSpeaking() && utterance->can_enqueue())) {
310 bool TtsController::IsSpeaking() {
311 return current_utterance_ != NULL || GetPlatformImpl()->IsSpeaking();
tts_android.cc 76 bool TtsPlatformImplAndroid::IsSpeaking() {
tts_linux.cc 46 virtual bool IsSpeaking() OVERRIDE;
227 bool TtsPlatformImplLinux::IsSpeaking() {
tts_controller.h 254 bool IsSpeaking();
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc 68 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...]
tts_extension_api.cc 305 TtsController::GetInstance()->IsSpeaking()));
  /external/chromium_org/chrome/browser/chromeos/accessibility/
speech_monitor.h 40 virtual bool IsSpeaking() OVERRIDE;
speech_monitor.cc 58 bool SpeechMonitor::IsSpeaking() {
  /external/chromium_org/content/public/browser/
render_widget_host_view.h 163 virtual bool IsSpeaking() const = 0;
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 132 virtual bool IsSpeaking() const OVERRIDE;
render_widget_host_view_guest.h 122 virtual bool IsSpeaking() const OVERRIDE;
render_widget_host_view_guest.cc 430 bool RenderWidgetHostViewGuest::IsSpeaking() const {
431 return platform_view_->IsSpeaking();
render_widget_host_view_child_frame.cc 275 bool RenderWidgetHostViewChildFrame::IsSpeaking() const {
  /external/chromium_org/content/test/
test_render_view_host.cc 160 bool TestRenderWidgetHostView::IsSpeaking() const {
test_render_view_host.h 82 virtual bool IsSpeaking() const OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 260 virtual bool IsSpeaking() const OVERRIDE;

Completed in 824 milliseconds