HomeSort by relevance Sort by last modified time
    Searched full:speechrecognitionerror (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.h 50 const SpeechRecognitionError& error) OVERRIDE;
speech_recognizer_impl.cc 296 const SpeechRecognitionError& error) {
508 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO,
518 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO));
570 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO));
615 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_NO_SPEECH));
646 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_NONE));
652 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO));
656 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_ABORTED));
660 const SpeechRecognitionError& error) {
google_one_shot_remote_engine_unittest.cc 35 const SpeechRecognitionError& error) OVERRIDE {
google_one_shot_remote_engine.cc 40 SpeechRecognitionError* error) {
268 SpeechRecognitionError error(SPEECH_RECOGNITION_ERROR_NETWORK);
google_streaming_remote_engine.h 29 struct SpeechRecognitionError;
input_tag_speech_dispatcher_host.cc 221 const SpeechRecognitionError& error) {}
speech_recognition_dispatcher_host.cc 230 const SpeechRecognitionError& error) {
speech_recognition_manager_impl.h 91 int session_id, const SpeechRecognitionError& error) OVERRIDE;
speech_recognizer_impl_android.cc 185 listener()->OnRecognitionError(session_id(), SpeechRecognitionError(code));
speech_recognition_manager_impl.cc 216 OnRecognitionError(session_id, SpeechRecognitionError(
391 int session_id, const SpeechRecognitionError& error) {
google_streaming_remote_engine_unittest.cc 50 const SpeechRecognitionError& error) OVERRIDE {
speech_recognizer_impl_unittest.cc 107 int session_id, const SpeechRecognitionError& error) OVERRIDE {
google_streaming_remote_engine.cc 534 SpeechRecognitionError(error_code));
  /external/chromium_org/content/common/
speech_recognition_messages.h 21 IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionError)
156 content::SpeechRecognitionError /* error */)
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 35 #include "modules/speech/SpeechRecognitionError.h"
128 void SpeechRecognition::didReceiveError(PassRefPtr<SpeechRecognitionError> error)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.h 52 class SpeechRecognitionError;
89 bool get(const String&, RefPtr<SpeechRecognitionError>&) const;
Dictionary.cpp 48 #include "modules/speech/SpeechRecognitionError.h"
482 bool Dictionary::get(const String& key, RefPtr<SpeechRecognitionError>& value) const
  /external/chromium_org/chrome/browser/resources/app_list/
speech_manager.js 153 * @param {SpeechRecognitionError} e The error object.
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate_bubble_ui.cc 124 int session_id, const content::SpeechRecognitionError& error) {
chrome_speech_recognition_manager_delegate.cc 320 int session_id, const content::SpeechRecognitionError& error) {
  /external/chromium_org/content/renderer/
speech_recognition_dispatcher.cc 147 int request_id, const SpeechRecognitionError& error) {
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.gypi 145 'speech/SpeechRecognitionError.idl',
550 'speech/SpeechRecognitionError.cpp',
551 'speech/SpeechRecognitionError.h',
    [all...]
modules.target.darwin-arm.mk 184 third_party/WebKit/Source/modules/speech/SpeechRecognitionError.cpp \
  /external/chromium_org/content/
content.gyp 463 'public/android/java/src/org/chromium/content/browser/SpeechRecognitionError.template',
  /external/chromium_org/android_webview/
Android.mk 57 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/SpeechRecognitionError.java \

Completed in 1201 milliseconds

12 3