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

  /external/chromium/chrome/browser/chromeos/cros/
mock_speech_synthesis_library.h 21 MOCK_METHOD0(IsSpeaking, bool(void));
speech_synthesis_library.cc 41 bool IsSpeaking() {
42 return chromeos::IsSpeaking();
60 bool IsSpeaking() { return false; }
speech_synthesis_library.h 31 virtual bool IsSpeaking() = 0;
cros_mock.cc 361 EXPECT_CALL(*mock_speech_synthesis_library_, IsSpeaking())
370 EXPECT_CALL(*mock_speech_synthesis_library_, IsSpeaking())
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 38 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...]
extension_tts_api_linux.cc 34 virtual bool IsSpeaking() {
extension_tts_api_chromeos.cc 32 virtual bool IsSpeaking();
125 bool ExtensionTtsPlatformImplChromeOs::IsSpeaking() {
128 IsSpeaking();
extension_tts_api_win.cc 31 virtual bool IsSpeaking();
106 bool ExtensionTtsPlatformImplWin::IsSpeaking() {
extension_tts_api.h 28 // before speaking again, otherwise it will wait until IsSpeaking
42 virtual bool IsSpeaking() = 0;
139 bool IsSpeaking() const;
226 DECLARE_EXTENSION_FUNCTION_NAME("experimental.tts.isSpeaking")
extension_tts_api.cc 132 if (IsSpeaking() && utterance->can_enqueue()) {
235 // tests by forcing them to set expectations for IsSpeaking.
274 bool ExtensionTtsController::IsSpeaking() const {
311 if (GetPlatformImpl()->IsSpeaking() == false) {
372 ExtensionTtsController::GetInstance()->IsSpeaking()));

Completed in 178 milliseconds