Searched defs:StopSpeaking (Results 1 - 4 of 4) sorted by relevance
/external/chromium/chrome/browser/extensions/ | ||
H A D | extension_tts_api_linux.cc | 29 virtual bool StopSpeaking() { function in class:ExtensionTtsPlatformImplLinux |
H A D | extension_tts_api_chromeos.cc | 30 virtual bool StopSpeaking(); 115 bool ExtensionTtsPlatformImplChromeOs::StopSpeaking() { function in class:ExtensionTtsPlatformImplChromeOs 118 StopSpeaking(); |
H A D | extension_tts_api_win.cc | 29 virtual bool StopSpeaking(); 98 bool ExtensionTtsPlatformImplWin::StopSpeaking() { function in class:ExtensionTtsPlatformImplWin |
/external/chromium/chrome/browser/chromeos/cros/ | ||
H A D | speech_synthesis_library.cc | 37 bool StopSpeaking() { function in class:chromeos::SpeechSynthesisLibraryImpl 38 return chromeos::StopSpeaking(); 59 bool StopSpeaking() { return true; } function in class:chromeos::SpeechSynthesisLibraryStubImpl |
Completed in 94 milliseconds