Home
last modified time | relevance | path

Searched refs:m_results (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/speech/
DSpeechInputResultList.cpp45 return index >= m_results.size() ? 0 : m_results[index].get(); in item()
49 : m_results(results) // Takes a copy of the array of RefPtrs. in SpeechInputResultList()
DSpeechInputResultList.h43 size_t length() { return m_results.size(); } in length()
49 SpeechInputResultArray m_results; variable
DSpeechInputEvent.h44 SpeechInputResultList* results() const { return m_results.get(); } in results()
52 RefPtr<SpeechInputResultList> m_results; variable
DSpeechInputEvent.cpp58 , m_results(SpeechInputResultList::create(results)) in SpeechInputEvent()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechRecognitionResultList.cpp39 if (index >= m_results.size()) in item()
42 return m_results[index].get(); in item()
46 : m_results(results) in SpeechRecognitionResultList()
DSpeechRecognitionResultList.h40 unsigned long length() { return m_results.size(); } in length()
46 Vector<RefPtr<SpeechRecognitionResult> > m_results; variable
DSpeechRecognitionEvent.h55 SpeechRecognitionResultList* results() const { return m_results.get(); } in results()
70 RefPtr<SpeechRecognitionResultList> m_results; variable
DSpeechRecognitionEvent.cpp77 , m_results(initializer.results) in SpeechRecognitionEvent()
85 , m_results(results) in SpeechRecognitionEvent()
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
DPluginListBuilder.cpp44 m_results->append(info); in addPlugin()
52 m_results->last().mimes.append(info); in addMediaTypeToLastPlugin()
57 MimeClassInfo& info = m_results->last().mimes.last(); in addFileExtensionToLastMediaType()
DPluginListBuilder.h42 PluginListBuilder(Vector<WebCore::PluginInfo>* results) : m_results(results) { } in PluginListBuilder()
50 Vector<PluginInfo>* m_results;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.h137 SpeechInputResultArray m_results; variable
DTextControlInnerElements.cpp401 m_results = results; in setRecognitionResult()