/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechRecognitionError.cpp | 32 static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code) in ErrorCodeToString() 35 case SpeechRecognitionError::ErrorCodeOther: in ErrorCodeToString() 37 case SpeechRecognitionError::ErrorCodeNoSpeech: in ErrorCodeToString() 39 case SpeechRecognitionError::ErrorCodeAborted: in ErrorCodeToString() 41 case SpeechRecognitionError::ErrorCodeAudioCapture: in ErrorCodeToString() 43 case SpeechRecognitionError::ErrorCodeNetwork: in ErrorCodeToString() 45 case SpeechRecognitionError::ErrorCodeNotAllowed: in ErrorCodeToString() 47 case SpeechRecognitionError::ErrorCodeServiceNotAllowed: in ErrorCodeToString() 49 case SpeechRecognitionError::ErrorCodeBadGrammar: in ErrorCodeToString() 51 case SpeechRecognitionError::ErrorCodeLanguageNotSupported: in ErrorCodeToString() [all …]
|
D | SpeechRecognitionError.h | 42 class SpeechRecognitionError : public Event { 58 static PassRefPtr<SpeechRecognitionError> create(ErrorCode, const String&); 59 static PassRefPtr<SpeechRecognitionError> create(); 60 …static PassRefPtr<SpeechRecognitionError> create(const AtomicString&, const SpeechRecognitionError… 68 SpeechRecognitionError(const String&, const String&); 69 SpeechRecognitionError(const AtomicString&, const SpeechRecognitionErrorInit&);
|
D | SpeechRecognition.h | 43 class SpeechRecognitionError; variable 79 void didReceiveError(PassRefPtr<SpeechRecognitionError>);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | SpeechRecognition.java | 92 int code = SpeechRecognitionError.NONE; in onError() 97 code = SpeechRecognitionError.AUDIO; in onError() 100 code = SpeechRecognitionError.ABORTED; in onError() 104 code = SpeechRecognitionError.NOT_ALLOWED; in onError() 109 code = SpeechRecognitionError.NETWORK; in onError() 112 code = SpeechRecognitionError.NO_MATCH; in onError() 115 code = SpeechRecognitionError.NO_SPEECH; in onError() 145 terminate(SpeechRecognitionError.NONE); in onResults() 240 if (error != SpeechRecognitionError.NONE) in terminate() 273 terminate(SpeechRecognitionError.ABORTED); in abortRecognition()
|
D | SpeechRecognitionError.template | 7 public class SpeechRecognitionError {
|
/external/chromium_org/content/public/common/ |
D | speech_recognition_error.h | 22 struct CONTENT_EXPORT SpeechRecognitionError { struct 26 SpeechRecognitionError() in SpeechRecognitionError() function 30 explicit SpeechRecognitionError(SpeechRecognitionErrorCode code_value) in SpeechRecognitionError() function 34 SpeechRecognitionError(SpeechRecognitionErrorCode code_value, in SpeechRecognitionError() argument
|
/external/chromium_org/content/ |
D | speech_recognition_error_java.target.darwin-mips.mk | 19 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 20 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 21 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 22 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 23 …tent/browser/SpeechRecognitionError.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromi… 27 …: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java 32 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java
|
D | speech_recognition_error_java.target.linux-mips.mk | 19 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 20 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 21 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 22 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 23 …tent/browser/SpeechRecognitionError.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromi… 27 …: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java 32 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java
|
D | speech_recognition_error_java.target.linux-arm.mk | 19 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 20 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 21 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 22 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 23 …tent/browser/SpeechRecognitionError.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromi… 27 …: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java 32 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java
|
D | speech_recognition_error_java.target.darwin-x86.mk | 19 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 20 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 21 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 22 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 23 …tent/browser/SpeechRecognitionError.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromi… 27 …: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java 32 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java
|
D | speech_recognition_error_java.target.darwin-arm.mk | 19 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 20 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 21 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 22 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 23 …tent/browser/SpeechRecognitionError.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromi… 27 …: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java 32 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java
|
D | speech_recognition_error_java.target.linux-x86.mk | 19 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 20 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 21 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 22 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java: … 23 …tent/browser/SpeechRecognitionError.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromi… 27 …: $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java 32 $(gyp_shared_intermediate_dir)/templates/org/chromium/content/browser/SpeechRecognitionError.java
|
/external/chromium_org/content/public/browser/ |
D | speech_recognition_event_listener.h | 14 struct SpeechRecognitionError; 51 const SpeechRecognitionError& error) = 0;
|
/external/chromium_org/content/browser/speech/ |
D | speech_recognizer_impl.cc | 296 const SpeechRecognitionError& error) { in OnSpeechRecognitionEngineError() 508 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO, in StartRecording() 518 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO)); in StartRecording() 570 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO)); in StartRecording() 615 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_NO_SPEECH)); in DetectUserSpeechOrTimeout() 646 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_NONE)); in AbortSilently() 652 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_AUDIO)); in AbortWithError() 656 return Abort(SpeechRecognitionError(SPEECH_RECOGNITION_ERROR_ABORTED)); in AbortWithError() 660 const SpeechRecognitionError& error) { in Abort()
|
D | speech_recognition_engine.h | 18 struct SpeechRecognitionError; 41 const SpeechRecognitionError& error) = 0;
|
D | speech_recognizer_impl.h | 86 SpeechRecognitionError engine_error; 111 FSMState Abort(const SpeechRecognitionError& error); 139 const SpeechRecognitionError& error) OVERRIDE;
|
D | google_one_shot_remote_engine.cc | 40 SpeechRecognitionError* error) { in ParseServerResponse() 268 SpeechRecognitionError error(SPEECH_RECOGNITION_ERROR_NETWORK); in OnURLFetchComplete()
|
D | speech_recognition_dispatcher_host.h | 50 const SpeechRecognitionError& error) OVERRIDE;
|
D | input_tag_speech_dispatcher_host.h | 51 const SpeechRecognitionError& error) OVERRIDE;
|
/external/chromium_org/content/renderer/ |
D | speech_recognition_dispatcher.h | 19 struct SpeechRecognitionError; 49 void OnErrorOccurred(int request_id, const SpeechRecognitionError& error);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpeechRecognitionClientProxy.cpp | 127 …SpeechRecognitionError::ErrorCode errorCode = static_cast<SpeechRecognitionError::ErrorCode>(code); in didReceiveError() 128 recognition->didReceiveError(SpeechRecognitionError::create(errorCode, message)); in didReceiveError()
|
D | AssertMatchingEnums.cpp | 598 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::OtherError, SpeechRecognitionError::ErrorCo… 599 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::NoSpeechError, SpeechRecognitionError::Erro… 600 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::AbortedError, SpeechRecognitionError::Error… 601 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::AudioCaptureError, SpeechRecognitionError::… 602 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::NetworkError, SpeechRecognitionError::Error… 603 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::NotAllowedError, SpeechRecognitionError::Er… 604 …MATCHING_ENUM(WebSpeechRecognizerClient::ServiceNotAllowedError, SpeechRecognitionError::ErrorCode… 605 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::BadGrammarError, SpeechRecognitionError::Er… 606 …CHING_ENUM(WebSpeechRecognizerClient::LanguageNotSupportedError, SpeechRecognitionError::ErrorCode…
|
/external/chromium_org/content/common/ |
D | speech_recognition_messages.h | 21 IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionError) 156 content::SpeechRecognitionError /* error */)
|
/external/chromium_org/chrome/browser/speech/ |
D | chrome_speech_recognition_manager_delegate_bubble_ui.h | 38 int session_id, const content::SpeechRecognitionError& error) OVERRIDE;
|
D | chrome_speech_recognition_manager_delegate.h | 37 int session_id, const content::SpeechRecognitionError& error) OVERRIDE;
|