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

/external/chromium/chrome/browser/chromeos/cros/
H A Dspeech_synthesis_library.cc41 bool IsSpeaking() { function in class:chromeos::SpeechSynthesisLibraryImpl
42 return chromeos::IsSpeaking();
60 bool IsSpeaking() { return false; } function in class:chromeos::SpeechSynthesisLibraryStubImpl
H A Dmock_speech_synthesis_library.h21 MOCK_METHOD0(IsSpeaking, bool(void));
H A Dspeech_synthesis_library.h31 virtual bool IsSpeaking() = 0;
H A Dcros_mock.cc361 EXPECT_CALL(*mock_speech_synthesis_library_, IsSpeaking())
370 EXPECT_CALL(*mock_speech_synthesis_library_, IsSpeaking())
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_apitest.cc38 MOCK_METHOD0(IsSpeaking, bool(void));
68 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
79 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
95 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
100 // IsSpeaking and then finish successfully.
105 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
122 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
127 // IsSpeaking and then finish successfully.
132 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
145 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
[all...]
H A Dextension_tts_api_linux.cc34 virtual bool IsSpeaking() { function in class:ExtensionTtsPlatformImplLinux
H A Dextension_tts_api_chromeos.cc32 virtual bool IsSpeaking();
125 bool ExtensionTtsPlatformImplChromeOs::IsSpeaking() { function in class:ExtensionTtsPlatformImplChromeOs
128 IsSpeaking();
H A Dextension_tts_api_win.cc31 virtual bool IsSpeaking();
106 bool ExtensionTtsPlatformImplWin::IsSpeaking() { function in class:ExtensionTtsPlatformImplWin
H A Dextension_tts_api.h28 // before speaking again, otherwise it will wait until IsSpeaking
42 virtual bool IsSpeaking() = 0;
139 bool IsSpeaking() const;
H A Dextension_tts_api.cc132 if (IsSpeaking() && utterance->can_enqueue()) {
235 // tests by forcing them to set expectations for IsSpeaking.
274 bool ExtensionTtsController::IsSpeaking() const { function in class:ExtensionTtsController
311 if (GetPlatformImpl()->IsSpeaking() == false) {
372 ExtensionTtsController::GetInstance()->IsSpeaking()));

Completed in 548 milliseconds