OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:didend
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/renderer/
speech_recognition_dispatcher.cc
168
// Note: we need to erase the handle from the map *before* calling
didEnd
.
169
//
didEnd
may call back synchronously to start a new recognition session,
172
recognizer_client_->
didEnd
(handle);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechRecognizer.cpp
149
m_taskQueue.push_back(new ClientCallTask(this, &WebSpeechRecognizerClient::
didEnd
));
170
m_taskQueue.push_back(new ClientCallTask(this, &WebSpeechRecognizerClient::
didEnd
));
206
m_taskQueue.push_back(new ClientCallTask(this, &WebSpeechRecognizerClient::
didEnd
));
/external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.h
62
virtual void
didEnd
(const WebSpeechRecognitionHandle&) OVERRIDE;
SpeechRecognitionClientProxy.cpp
137
void SpeechRecognitionClientProxy::
didEnd
(const WebSpeechRecognitionHandle& handle)
140
recognition->
didEnd
();
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.h
81
void
didEnd
();
SpeechRecognition.cpp
139
void SpeechRecognition::
didEnd
()
/external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognizerClient.h
91
virtual void
didEnd
(const WebSpeechRecognitionHandle&) = 0;
Completed in 80 milliseconds