Searched defs:m_results (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/speech/
H A DSpeechInputResultList.h43 size_t length() { return m_results.size(); }
49 SpeechInputResultArray m_results; member in class:WebCore::SpeechInputResultList
H A DSpeechInputEvent.h44 SpeechInputResultList* results() const { return m_results.get(); }
52 RefPtr<SpeechInputResultList> m_results; member in class:WebCore::SpeechInputEvent
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionResultList.h40 unsigned long length() { return m_results.size(); }
46 Vector<RefPtr<SpeechRecognitionResult> > m_results; member in class:WebCore::SpeechRecognitionResultList
H A DSpeechRecognitionEvent.h55 SpeechRecognitionResultList* results() const { return m_results.get(); }
70 RefPtr<SpeechRecognitionResultList> m_results; member in class:WebCore::SpeechRecognitionEvent
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginListBuilder.h42 PluginListBuilder(Vector<WebCore::PluginInfo>* results) : m_results(results) { }
50 Vector<PluginInfo>* m_results; member in class:WebCore::PluginListBuilder
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DTextControlInnerElements.h137 SpeechInputResultArray m_results; member in class:WebCore::FINAL

Completed in 128 milliseconds