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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 89 HeapVector<Member<SpeechSynthesisVoice> > m_voiceList;
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.h 66 const HeapVector<Member<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; }
83 HeapVector<Member<PlatformSpeechSynthesisVoice> > m_voiceList;

Completed in 485 milliseconds