Home
last modified time | relevance | path

Searched refs:IsSpeaking (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/extension_api/
H A Dtts_extension_apitest.cc104 MOCK_METHOD0(IsSpeaking, bool(void));
293 EXPECT_CALL(mock_platform_impl_, IsSpeaking()); in IN_PROC_BROWSER_TEST_F()
320 EXPECT_CALL(mock_platform_impl_, IsSpeaking()); in IN_PROC_BROWSER_TEST_F()
331 EXPECT_CALL(mock_platform_impl_, IsSpeaking()); in IN_PROC_BROWSER_TEST_F()
350 EXPECT_CALL(mock_platform_impl_, IsSpeaking()); in IN_PROC_BROWSER_TEST_F()
372 EXPECT_CALL(mock_platform_impl_, IsSpeaking()); in IN_PROC_BROWSER_TEST_F()
390 EXPECT_CALL(mock_platform_impl_, IsSpeaking()) in IN_PROC_BROWSER_TEST_F()
414 EXPECT_CALL(mock_platform_impl_, IsSpeaking()); in IN_PROC_BROWSER_TEST_F()
428 EXPECT_CALL(mock_platform_impl_, IsSpeaking()) in IN_PROC_BROWSER_TEST_F()
464 EXPECT_CALL(mock_platform_impl_, IsSpeaking()) in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cocoa/
H A Dtext_services_context_menu.cc67 if (IsSpeaking()) in SpeakText()
85 bool TextServicesContextMenu::IsSpeaking() { in IsSpeaking() function in ui::TextServicesContextMenu
148 return IsSpeaking(); in IsCommandIdEnabled()
H A Dtext_services_context_menu.h43 static bool IsSpeaking();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cocoa/
H A Dtext_services_context_menu.cc64 if (IsSpeaking()) in SpeakText()
82 bool TextServicesContextMenu::IsSpeaking() { in IsSpeaking() function in ui::TextServicesContextMenu
145 return IsSpeaking(); in IsCommandIdEnabled()
H A Dtext_services_context_menu.h59 static bool IsSpeaking(); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_controller_unittest.cc474 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
495 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
524 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
546 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
630 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
637 EXPECT_FALSE(controller()->IsSpeaking()); in TEST_F()
667 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
673 EXPECT_FALSE(controller()->IsSpeaking()); in TEST_F()
740 EXPECT_FALSE(controller()->IsSpeaking()); in TEST_F()
811 EXPECT_TRUE(controller()->IsSpeaking()); in TEST_F()
[all …]
H A Dtts_fuchsia.cc31 bool IsSpeaking() override { return false; } in IsSpeaking() function in content::TtsPlatformImplFuchsia
H A Dmock_tts_controller.cc27 bool IsSpeaking() override { return false; } in IsSpeaking() function in content::MockTtsController
H A Dtts_android.h33 bool IsSpeaking() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_win.cc52 bool IsSpeaking() override;
179 if (IsSpeaking()) { in StopSpeaking()
210 bool TtsPlatformImplWin::IsSpeaking() { in IsSpeaking() function in content::TtsPlatformImplWin
H A Dtts_fuchsia.cc27 bool IsSpeaking() override { return false; } in IsSpeaking() function in content::TtsPlatformImplFuchsia
H A Dmock_tts_controller.cc27 bool IsSpeaking() override { return false; } in IsSpeaking() function in content::MockTtsController
H A Dtts_controller_impl.cc107 if (paused_ || (IsSpeaking() && utterance->GetCanEnqueue())) { in SpeakOrEnqueue()
255 bool TtsControllerImpl::IsSpeaking() { in IsSpeaking() function in content::TtsControllerImpl
256 return current_utterance_ != nullptr || GetTtsPlatform()->IsSpeaking(); in IsSpeaking()
H A Dtts_android.h27 bool IsSpeaking() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dtts_platform.h51 virtual bool IsSpeaking() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dtts_platform.h63 virtual bool IsSpeaking() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/browser/
H A Dweb_test_tts_platform.h29 bool IsSpeaking() override;
H A Dweb_test_tts_platform.cc47 bool WebTestTtsPlatform::IsSpeaking() { in IsSpeaking() function in WebTestTtsPlatform
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.h74 return mCurrentTask && mCurrentTask->IsSpeaking(); in HasSpeakingTask()
H A DnsSynthVoiceRegistry.h47 bool IsSpeaking();
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.h74 return mCurrentTask && mCurrentTask->IsSpeaking(); in HasSpeakingTask()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.h74 return mCurrentTask && mCurrentTask->IsSpeaking(); in HasSpeakingTask()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.h74 return mCurrentTask && mCurrentTask->IsSpeaking(); in HasSpeakingTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/
H A Dtts_chromeos.h34 bool IsSpeaking() override;
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Publish/Speech/
H A DWin32.pm51 sleep 1 while $voice->IsSpeaking;

123