Home
last modified time | relevance | path

Searched refs:StopSpeaking (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/extension_api/
H A Dtts_extension_apitest.cc98 MOCK_METHOD0(StopSpeaking, bool(void));
296 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
299 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
303 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
307 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
311 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
321 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
335 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
340 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) in IN_PROC_BROWSER_TEST_F()
355 EXPECT_CALL(mock_platform_impl_, StopSpeaking()) 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.cc68 StopSpeaking(); in SpeakText()
78 void TextServicesContextMenu::StopSpeaking() { in StopSpeaking() function in ui::TextServicesContextMenu
166 StopSpeaking(); in ExecuteCommand()
H A Dtext_services_context_menu.h42 static void StopSpeaking();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cocoa/
H A Dtext_services_context_menu.cc65 StopSpeaking(); in SpeakText()
75 void TextServicesContextMenu::StopSpeaking() { in StopSpeaking() function in ui::TextServicesContextMenu
163 StopSpeaking(); in ExecuteCommand()
H A Dtext_services_context_menu.h58 static void StopSpeaking(); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_linux.cc67 void StopSpeaking();
117 bool StopSpeaking() override;
228 void TtsPlatformImplBackgroundWorker::StopSpeaking() { in StopSpeaking() function in content::TtsPlatformImplBackgroundWorker
445 bool TtsPlatformImplLinux::StopSpeaking() { in StopSpeaking() function in content::TtsPlatformImplLinux
449 worker_.Post(FROM_HERE, &TtsPlatformImplBackgroundWorker::StopSpeaking); in StopSpeaking()
H A Dtts_win.cc104 void StopSpeaking(bool paused);
157 bool StopSpeaking() override;
309 void TtsPlatformImplBackgroundWorker::StopSpeaking(bool paused) { in StopSpeaking() function in content::__anonacb7e9c50111::TtsPlatformImplBackgroundWorker
530 bool TtsPlatformImplWin::StopSpeaking() { in StopSpeaking() function in content::__anonacb7e9c50111::TtsPlatformImplWin
533 worker_.Post(FROM_HERE, &TtsPlatformImplBackgroundWorker::StopSpeaking, in StopSpeaking()
H A Dtts_android.cc100 bool TtsPlatformImplAndroid::StopSpeaking() { in StopSpeaking() function in content::TtsPlatformImplAndroid
109 StopSpeaking(); in Pause()
H A Dtts_fuchsia.cc30 bool StopSpeaking() override { return false; } in StopSpeaking() function in content::TtsPlatformImplFuchsia
H A Dtts_android.h30 bool StopSpeaking() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_android.cc74 bool TtsPlatformImplAndroid::StopSpeaking() { in StopSpeaking() function in content::TtsPlatformImplAndroid
83 StopSpeaking(); in Pause()
H A Dtts_fuchsia.cc26 bool StopSpeaking() override { return false; } in StopSpeaking() function in content::TtsPlatformImplFuchsia
H A Dtts_android.h24 bool StopSpeaking() override;
H A Dtts_platform_fuzzer.cc104 tts->StopSpeaking(); in LLVMFuzzerTestOneInput()
H A Dtts_linux.cc48 bool StopSpeaking() override;
235 bool TtsPlatformImplLinux::StopSpeaking() { in StopSpeaking() function in content::TtsPlatformImplLinux
H A Dtts_win.cc46 bool StopSpeaking() override;
173 bool TtsPlatformImplWin::StopSpeaking() { in StopSpeaking() function in content::TtsPlatformImplWin
H A Dtts_controller_unittest.cc36 bool StopSpeaking() override { return true; } in StopSpeaking() function in content::MockTtsPlatformImpl
H A Dtts_controller_impl.cc138 GetTtsPlatform()->StopSpeaking(); in StopInternal()
297 GetTtsPlatform()->StopSpeaking(); in RemoveUtteranceEventDelegate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dtts_platform.h48 virtual bool StopSpeaking() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dtts_platform.h60 virtual bool StopSpeaking() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/browser/
H A Dweb_test_tts_platform.h28 bool StopSpeaking() override;
H A Dweb_test_tts_platform.cc43 bool WebTestTtsPlatform::StopSpeaking() { in StopSpeaking() function in WebTestTtsPlatform
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/
H A Dtts_chromeos.h29 bool StopSpeaking() override;
H A Dtts_chromeos.cc81 bool TtsPlatformImplChromeOs::StopSpeaking() { in StopSpeaking() function in TtsPlatformImplChromeOs
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A Dspeech_monitor.h81 bool StopSpeaking() override;

12