SpeechSynthesisVoice   67 Source/modules/speech/SpeechSynthesis.cpp const WillBeHeapVector<RefPtrWillBeMember<SpeechSynthesisVoice> >& SpeechSynthesis::getVoices()
SpeechSynthesisVoice   76 Source/modules/speech/SpeechSynthesis.cpp         m_voiceList.append(SpeechSynthesisVoice::create(platformVoices[k]));
SpeechSynthesisVoice   61 Source/modules/speech/SpeechSynthesis.h     const WillBeHeapVector<RefPtrWillBeMember<SpeechSynthesisVoice> >& getVoices();
SpeechSynthesisVoice   92 Source/modules/speech/SpeechSynthesis.h     WillBeHeapVector<RefPtrWillBeMember<SpeechSynthesisVoice> > m_voiceList;
SpeechSynthesisVoice   59 Source/modules/speech/SpeechSynthesisUtterance.cpp SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const
SpeechSynthesisVoice   64 Source/modules/speech/SpeechSynthesisUtterance.cpp void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
SpeechSynthesisVoice   53 Source/modules/speech/SpeechSynthesisUtterance.h     SpeechSynthesisVoice* voice() const;
SpeechSynthesisVoice   54 Source/modules/speech/SpeechSynthesisUtterance.h     void setVoice(SpeechSynthesisVoice*);
SpeechSynthesisVoice   85 Source/modules/speech/SpeechSynthesisUtterance.h     RefPtrWillBeMember<SpeechSynthesisVoice> m_voice;
SpeechSynthesisVoice   31 Source/modules/speech/SpeechSynthesisVoice.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
SpeechSynthesisVoice   33 Source/modules/speech/SpeechSynthesisVoice.cpp     return adoptRefWillBeNoop(new SpeechSynthesisVoice(voice));
SpeechSynthesisVoice   36 Source/modules/speech/SpeechSynthesisVoice.cpp SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
SpeechSynthesisVoice   38 Source/modules/speech/SpeechSynthesisVoice.h class SpeechSynthesisVoice FINAL : public RefCountedWillBeGarbageCollectedFinalized<SpeechSynthesisVoice>, public ScriptWrappable {
SpeechSynthesisVoice   40 Source/modules/speech/SpeechSynthesisVoice.h     static PassRefPtrWillBeRawPtr<SpeechSynthesisVoice> create(PassRefPtr<PlatformSpeechSynthesisVoice>);
SpeechSynthesisVoice   53 Source/modules/speech/SpeechSynthesisVoice.h     explicit SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice>);