SpeechInputResultList   56 Source/core/speech/SpeechInputEvent.cpp     , m_results(SpeechInputResultList::create(results))
SpeechInputResultList   44 Source/core/speech/SpeechInputEvent.h     SpeechInputResultList* results() const { return m_results.get(); }
SpeechInputResultList   54 Source/core/speech/SpeechInputEvent.h     RefPtrWillBeMember<SpeechInputResultList> m_results;
SpeechInputResultList   38 Source/core/speech/SpeechInputResultList.cpp PassRefPtrWillBeRawPtr<SpeechInputResultList> SpeechInputResultList::create(const SpeechInputResultArray& results)
SpeechInputResultList   40 Source/core/speech/SpeechInputResultList.cpp     return adoptRefWillBeNoop(new SpeechInputResultList(results));
SpeechInputResultList   43 Source/core/speech/SpeechInputResultList.cpp SpeechInputResult* SpeechInputResultList::item(unsigned index)
SpeechInputResultList   48 Source/core/speech/SpeechInputResultList.cpp SpeechInputResultList::SpeechInputResultList(const SpeechInputResultArray& results)
SpeechInputResultList   54 Source/core/speech/SpeechInputResultList.cpp void SpeechInputResultList::trace(Visitor* visitor)
SpeechInputResultList   39 Source/core/speech/SpeechInputResultList.h class SpeechInputResultList : public RefCountedWillBeGarbageCollectedFinalized<SpeechInputResultList>, public ScriptWrappable {
SpeechInputResultList   41 Source/core/speech/SpeechInputResultList.h     static PassRefPtrWillBeRawPtr<SpeechInputResultList> create(const SpeechInputResultArray& results);
SpeechInputResultList   50 Source/core/speech/SpeechInputResultList.h     explicit SpeechInputResultList(const SpeechInputResultArray& results);