HomeSort by relevance Sort by last modified time
    Searched defs:m_results (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/plugins/
PluginListBuilder.h 42 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/speech/
SpeechInputEvent.h 44 SpeechInputResultList* results() const { return m_results.get(); }
52 RefPtr<SpeechInputResultList> m_results; member in class:WebCore::SpeechInputEvent
SpeechInputResultList.h 43 size_t length() { return m_results.size(); }
49 SpeechInputResultArray m_results; member in class:WebCore::SpeechInputResultList
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionResultList.h 40 unsigned long length() { return m_results.size(); }
46 Vector<RefPtr<SpeechRecognitionResult> > m_results; member in class:WebCore::SpeechRecognitionResultList
SpeechRecognitionEvent.h 55 SpeechRecognitionResultList* results() const { return m_results.get(); }
70 RefPtr<SpeechRecognitionResultList> m_results; member in class:WebCore::SpeechRecognitionEvent
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 137 SpeechInputResultArray m_results; member in class:WebCore::FINAL

Completed in 66 milliseconds