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

  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputListener.h 48 // recognition was succesful or not, whether setRecognitionResult() was invoked or not. The
57 virtual void setRecognitionResult(int requestId, const SpeechInputResultArray&) = 0;
SpeechInput.h 76 virtual void setRecognitionResult(int, const SpeechInputResultArray&);
SpeechInput.cpp 92 void SpeechInput::setRecognitionResult(int listenerId, const SpeechInputResultArray& result)
97 m_listeners.get(listenerId)->setRecognitionResult(listenerId, result);
  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechInputListener.h 43 // 0 or more calls to setRecognitionResult
58 virtual void setRecognitionResult(int, const WebSpeechInputResultArray&) { BLINK_ASSERT_NOT_REACHED(); }
61 // recognition was succesful or not, whether setRecognitionResult() was invoked or not. The
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.h 67 void setRecognitionResult(int, const WebSpeechInputResultArray&);
SpeechInputClientImpl.cpp 96 void SpeechInputClientImpl::setRecognitionResult(int requestId, const WebSpeechInputResultArray& results)
102 m_listener->setRecognitionResult(requestId, webcoreResults);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.cpp 156 m_listener->setRecognitionResult(requestId, makeRectResult(m_requestRect));
160 m_listener->setRecognitionResult(requestId, m_resultsForEmptyLanguage);
165 m_listener->setRecognitionResult(requestId, m_recognitionResults[m_language]);
183 m_listener->setRecognitionResult(requestId, results);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 125 void setRecognitionResult(int, const SpeechInputResultArray&);
TextControlInnerElements.cpp 399 void InputFieldSpeechButtonElement::setRecognitionResult(int, const SpeechInputResultArray& results)
  /external/chromium_org/content/renderer/
input_tag_speech_dispatcher.cc 100 listener_->setRecognitionResult(request_id, webkit_result);

Completed in 133 milliseconds