OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebSpeechInputResultArray
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebSpeechInputListener.h
58
virtual void setRecognitionResult(int, const
WebSpeechInputResultArray
&) { WEBKIT_ASSERT_NOT_REACHED(); }
WebSpeechInputResult.h
59
typedef WebVector<WebSpeechInputResult>
WebSpeechInputResultArray
;
/external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h
67
void setRecognitionResult(int, const
WebSpeechInputResultArray
&);
SpeechInputClientImpl.cpp
97
void SpeechInputClientImpl::setRecognitionResult(int requestId, const
WebSpeechInputResultArray
& results)
Completed in 28 milliseconds