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

  /external/webkit/Source/WebKit/chromium/public/
WebSpeechInputListener.h 43 // 0 or more calls to setRecognitionResult
58 virtual void setRecognitionResult(int, const WebSpeechInputResultArray&) { WEBKIT_ASSERT_NOT_REACHED(); }
61 // recognition was succesful or not, whether setRecognitionResult() was invoked or not. The
  /external/webkit/Source/WebCore/page/
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 72 virtual void setRecognitionResult(int, const SpeechInputResultArray&);
SpeechInput.cpp 88 void SpeechInput::setRecognitionResult(int listenerId, const SpeechInputResultArray& result)
93 m_listeners.get(listenerId)->setRecognitionResult(listenerId, result);
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.cpp 119 m_listener->setRecognitionResult(requestId, m_resultsForEmptyLanguage);
124 m_listener->setRecognitionResult(requestId, m_recognitionResults.get(m_language));
137 m_listener->setRecognitionResult(requestId, results);
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 67 void setRecognitionResult(int, const WebSpeechInputResultArray&);
WebSpeechInputControllerMockImpl.h 57 void setRecognitionResult(int requestId, const WebCore::SpeechInputResultArray& result);
SpeechInputClientImpl.cpp 97 void SpeechInputClientImpl::setRecognitionResult(int requestId, const WebSpeechInputResultArray& results)
103 m_listener->setRecognitionResult(requestId, webcoreResults);
WebSpeechInputControllerMockImpl.cpp 80 void WebSpeechInputControllerMockImpl::setRecognitionResult(int requestId, const WebCore::SpeechInputResultArray& result)
82 m_listener->setRecognitionResult(requestId, result);
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.h 141 void setRecognitionResult(int, const SpeechInputResultArray&);
TextControlInnerElements.cpp 472 void InputFieldSpeechButtonElement::setRecognitionResult(int, const SpeechInputResultArray& results)

Completed in 160 milliseconds