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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.h 41 const String& voiceURI() const { return m_platformVoice->voiceURI(); }
42 const String& name() const { return m_platformVoice->name(); }
43 const String& lang() const { return m_platformVoice->lang(); }
44 bool localService() const { return m_platformVoice->localService(); }
45 bool isDefault() const { return m_platformVoice->isDefault(); }
47 PlatformSpeechSynthesisVoice* platformVoice() const { return m_platformVoice; }
54 Member<PlatformSpeechSynthesisVoice> m_platformVoice;
SpeechSynthesisVoice.cpp 37 : m_platformVoice(voice)
43 visitor->trace(m_platformVoice);

Completed in 765 milliseconds