TtsPlatformImpl   109 chrome/android/java/src/org/chromium/chrome/browser/TtsPlatformImpl.java     private static TtsPlatformImpl create(int nativeTtsPlatformImplAndroid,
TtsPlatformImpl   111 chrome/android/java/src/org/chromium/chrome/browser/TtsPlatformImpl.java         return new TtsPlatformImpl(nativeTtsPlatformImplAndroid, context);
TtsPlatformImpl    18 chrome/browser/chromeos/accessibility/speech_monitor.cc   TtsController::GetInstance()->SetPlatformImpl(TtsPlatformImpl::GetInstance());
TtsPlatformImpl    19 chrome/browser/chromeos/accessibility/speech_monitor.h class SpeechMonitor : public TtsPlatformImpl {
TtsPlatformImpl    45 chrome/browser/speech/extension_api/tts_extension_apitest.cc class MockTtsPlatformImpl : public TtsPlatformImpl {
TtsPlatformImpl    18 chrome/browser/speech/tts_android.cc TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
TtsPlatformImpl    12 chrome/browser/speech/tts_android.h class TtsPlatformImplAndroid : public TtsPlatformImpl {
TtsPlatformImpl    13 chrome/browser/speech/tts_chromeos.cc     : public TtsPlatformImpl {
TtsPlatformImpl    61 chrome/browser/speech/tts_chromeos.cc TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
TtsPlatformImpl   305 chrome/browser/speech/tts_controller.cc   TtsPlatformImpl* platform_impl = GetPlatformImpl();
TtsPlatformImpl   356 chrome/browser/speech/tts_controller.cc     TtsPlatformImpl* platform_impl) {
TtsPlatformImpl   364 chrome/browser/speech/tts_controller.cc TtsPlatformImpl* TtsController::GetPlatformImpl() {
TtsPlatformImpl   366 chrome/browser/speech/tts_controller.cc     platform_impl_ = TtsPlatformImpl::GetInstance();
TtsPlatformImpl    19 chrome/browser/speech/tts_controller.h class TtsPlatformImpl;
TtsPlatformImpl   301 chrome/browser/speech/tts_controller.h   void SetPlatformImpl(TtsPlatformImpl* platform_impl);
TtsPlatformImpl   310 chrome/browser/speech/tts_controller.h   TtsPlatformImpl* GetPlatformImpl();
TtsPlatformImpl   347 chrome/browser/speech/tts_controller.h   TtsPlatformImpl* platform_impl_;
TtsPlatformImpl    16 chrome/browser/speech/tts_controller_unittest.cc class DummyTtsPlatformImpl : public TtsPlatformImpl {
TtsPlatformImpl    34 chrome/browser/speech/tts_linux.cc class TtsPlatformImplLinux : public TtsPlatformImpl {
TtsPlatformImpl   350 chrome/browser/speech/tts_linux.cc TtsPlatformImpl* TtsPlatformImpl::GetInstance() {
TtsPlatformImpl     9 chrome/browser/speech/tts_platform.cc bool TtsPlatformImpl::LoadBuiltInTtsExtension(Profile* profile) {
TtsPlatformImpl    13 chrome/browser/speech/tts_platform.cc std::string TtsPlatformImpl::error() {
TtsPlatformImpl    17 chrome/browser/speech/tts_platform.cc void TtsPlatformImpl::clear_error() {
TtsPlatformImpl    21 chrome/browser/speech/tts_platform.cc void TtsPlatformImpl::set_error(const std::string& error) {
TtsPlatformImpl    25 chrome/browser/speech/tts_platform.cc void TtsPlatformImpl::WillSpeakUtteranceWithVoice(const Utterance* utterance,
TtsPlatformImpl    14 chrome/browser/speech/tts_platform.h class TtsPlatformImpl {
TtsPlatformImpl    16 chrome/browser/speech/tts_platform.h   static TtsPlatformImpl* GetInstance();
TtsPlatformImpl    69 chrome/browser/speech/tts_platform.h   TtsPlatformImpl() {}
TtsPlatformImpl    73 chrome/browser/speech/tts_platform.h   virtual ~TtsPlatformImpl() {}
TtsPlatformImpl    77 chrome/browser/speech/tts_platform.h   DISALLOW_COPY_AND_ASSIGN(TtsPlatformImpl);
TtsPlatformImpl    16 chrome/browser/speech/tts_win.cc class TtsPlatformImplWin : public TtsPlatformImpl {
TtsPlatformImpl    66 chrome/browser/speech/tts_win.cc TtsPlatformImpl* TtsPlatformImpl::GetInstance() {