Searched defs:setRecognitionResult (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebSpeechInputListener.h43 // 0 or more calls to setRecognitionResult
58 virtual void setRecognitionResult(int, const WebSpeechInputResultArray&) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebSpeechInputListener
61 // recognition was succesful or not, whether setRecognitionResult() was invoked or not. The
/external/webkit/Source/WebCore/page/
H A DSpeechInput.cpp88 void SpeechInput::setRecognitionResult(int listenerId, const SpeechInputResultArray& result) function in class:WebCore::SpeechInput
93 m_listeners.get(listenerId)->setRecognitionResult(listenerId, result);
/external/webkit/Source/WebKit/chromium/src/
H A DSpeechInputClientImpl.cpp97 void SpeechInputClientImpl::setRecognitionResult(int requestId, const WebSpeechInputResultArray& results) function in class:WebKit::SpeechInputClientImpl
103 m_listener->setRecognitionResult(requestId, webcoreResults);
H A DWebSpeechInputControllerMockImpl.cpp80 void WebSpeechInputControllerMockImpl::setRecognitionResult(int requestId, const WebCore::SpeechInputResultArray& result) function in class:WebKit::WebSpeechInputControllerMockImpl
82 m_listener->setRecognitionResult(requestId, result);
/external/webkit/Source/WebCore/html/shadow/
H A DTextControlInnerElements.cpp472 void InputFieldSpeechButtonElement::setRecognitionResult(int, const SpeechInputResultArray& results) function in class:WebCore::InputFieldSpeechButtonElement

Completed in 172 milliseconds