OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
&) { BLINK_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
96
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
blink::
WebSpeechInputResultArray
webkit_result(result.hypotheses.size());
Completed in 82 milliseconds