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

  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechInputListener.h 58 virtual void setRecognitionResult(int, const WebSpeechInputResultArray&) { WEBKIT_ASSERT_NOT_REACHED(); }
WebSpeechInputResult.h 67 typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray;
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.h 67 void setRecognitionResult(int, const WebSpeechInputResultArray&);
SpeechInputClientImpl.cpp 97 void SpeechInputClientImpl::setRecognitionResult(int requestId, const WebSpeechInputResultArray& results)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.cpp 42 WebSpeechInputResultArray makeRectResult(const WebRect& rect)
50 WebSpeechInputResultArray results;
  /external/chromium_org/content/renderer/
input_tag_speech_dispatcher.cc 95 WebKit::WebSpeechInputResultArray webkit_result(result.hypotheses.size());

Completed in 156 milliseconds