TtsPlatformImplLinux 52 chrome/browser/speech/tts_linux.cc static TtsPlatformImplLinux* GetInstance(); TtsPlatformImplLinux 55 chrome/browser/speech/tts_linux.cc TtsPlatformImplLinux(); TtsPlatformImplLinux 56 chrome/browser/speech/tts_linux.cc virtual ~TtsPlatformImplLinux(); TtsPlatformImplLinux 87 chrome/browser/speech/tts_linux.cc friend struct DefaultSingletonTraits<TtsPlatformImplLinux>; TtsPlatformImplLinux 89 chrome/browser/speech/tts_linux.cc DISALLOW_COPY_AND_ASSIGN(TtsPlatformImplLinux); TtsPlatformImplLinux 93 chrome/browser/speech/tts_linux.cc SPDNotificationType TtsPlatformImplLinux::current_notification_ = TtsPlatformImplLinux 96 chrome/browser/speech/tts_linux.cc TtsPlatformImplLinux::TtsPlatformImplLinux() TtsPlatformImplLinux 104 chrome/browser/speech/tts_linux.cc base::Bind(&TtsPlatformImplLinux::Initialize, TtsPlatformImplLinux 108 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::Initialize() { TtsPlatformImplLinux 141 chrome/browser/speech/tts_linux.cc TtsPlatformImplLinux::~TtsPlatformImplLinux() { TtsPlatformImplLinux 149 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::Reset() { TtsPlatformImplLinux 157 chrome/browser/speech/tts_linux.cc bool TtsPlatformImplLinux::PlatformImplAvailable() { TtsPlatformImplLinux 165 chrome/browser/speech/tts_linux.cc bool TtsPlatformImplLinux::Speak( TtsPlatformImplLinux 205 chrome/browser/speech/tts_linux.cc bool TtsPlatformImplLinux::StopSpeaking() { TtsPlatformImplLinux 215 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::Pause() { TtsPlatformImplLinux 221 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::Resume() { TtsPlatformImplLinux 227 chrome/browser/speech/tts_linux.cc bool TtsPlatformImplLinux::IsSpeaking() { TtsPlatformImplLinux 231 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::GetVoices( TtsPlatformImplLinux 281 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::OnSpeechEvent(SPDNotificationType type) { TtsPlatformImplLinux 309 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::NotificationCallback( TtsPlatformImplLinux 318 chrome/browser/speech/tts_linux.cc base::Bind(&TtsPlatformImplLinux::OnSpeechEvent, TtsPlatformImplLinux 319 chrome/browser/speech/tts_linux.cc base::Unretained(TtsPlatformImplLinux::GetInstance()), TtsPlatformImplLinux 325 chrome/browser/speech/tts_linux.cc void TtsPlatformImplLinux::IndexMarkCallback(size_t msg_id, TtsPlatformImplLinux 337 chrome/browser/speech/tts_linux.cc base::Bind(&TtsPlatformImplLinux::OnSpeechEvent, TtsPlatformImplLinux 338 chrome/browser/speech/tts_linux.cc base::Unretained(TtsPlatformImplLinux::GetInstance()), TtsPlatformImplLinux 344 chrome/browser/speech/tts_linux.cc TtsPlatformImplLinux* TtsPlatformImplLinux::GetInstance() { TtsPlatformImplLinux 345 chrome/browser/speech/tts_linux.cc return Singleton<TtsPlatformImplLinux, TtsPlatformImplLinux 346 chrome/browser/speech/tts_linux.cc LeakySingletonTraits<TtsPlatformImplLinux> >::get(); TtsPlatformImplLinux 351 chrome/browser/speech/tts_linux.cc return TtsPlatformImplLinux::GetInstance();