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

  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognizerClient.h 91 virtual void didEnd(const WebSpeechRecognitionHandle&) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.h 62 virtual void didEnd(const WebSpeechRecognitionHandle&) OVERRIDE;
SpeechRecognitionClientProxy.cpp 138 void SpeechRecognitionClientProxy::didEnd(const WebSpeechRecognitionHandle& handle)
141 recognition->didEnd();
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.h 80 void didEnd();
SpeechRecognition.cpp 139 void SpeechRecognition::didEnd()
  /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/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);

Completed in 429 milliseconds