Searched defs:StopSpeaking (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api_linux.cc29 virtual bool StopSpeaking() { function in class:ExtensionTtsPlatformImplLinux
H A Dextension_tts_api_chromeos.cc30 virtual bool StopSpeaking();
115 bool ExtensionTtsPlatformImplChromeOs::StopSpeaking() { function in class:ExtensionTtsPlatformImplChromeOs
118 StopSpeaking();
H A Dextension_tts_api_win.cc29 virtual bool StopSpeaking();
98 bool ExtensionTtsPlatformImplWin::StopSpeaking() { function in class:ExtensionTtsPlatformImplWin
/external/chromium/chrome/browser/chromeos/cros/
H A Dspeech_synthesis_library.cc37 bool StopSpeaking() { function in class:chromeos::SpeechSynthesisLibraryImpl
38 return chromeos::StopSpeaking();
59 bool StopSpeaking() { return true; } function in class:chromeos::SpeechSynthesisLibraryStubImpl

Completed in 518 milliseconds