Searched refs:m_alternatives (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionResult.cpp39 if (index >= m_alternatives.size())
42 return m_alternatives[index].get();
47 , m_alternatives(alternatives)
53 visitor->trace(m_alternatives);
H A DSpeechRecognitionResult.h40 unsigned long length() { return m_alternatives.size(); }
50 HeapVector<Member<SpeechRecognitionAlternative> > m_alternatives; member in class:blink::FINAL

Completed in 81 milliseconds