Searched defs:SpeechRecognitionError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/common/
H A Dspeech_recognition_error.h23 struct CONTENT_EXPORT SpeechRecognitionError { struct in namespace:content
27 SpeechRecognitionError() function in struct:content::SpeechRecognitionError
31 explicit SpeechRecognitionError(SpeechRecognitionErrorCode code_value) function in struct:content::SpeechRecognitionError
35 SpeechRecognitionError(SpeechRecognitionErrorCode code_value, function in struct:content::SpeechRecognitionError
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionError.cpp28 #include "modules/speech/SpeechRecognitionError.h"
32 static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code)
35 case SpeechRecognitionError::ErrorCodeOther:
37 case SpeechRecognitionError::ErrorCodeNoSpeech:
39 case SpeechRecognitionError::ErrorCodeAborted:
41 case SpeechRecognitionError::ErrorCodeAudioCapture:
43 case SpeechRecognitionError::ErrorCodeNetwork:
45 case SpeechRecognitionError::ErrorCodeNotAllowed:
47 case SpeechRecognitionError::ErrorCodeServiceNotAllowed:
49 case SpeechRecognitionError
74 SpeechRecognitionError::SpeechRecognitionError(const String& error, const String& message) function in class:blink::SpeechRecognitionError
81 SpeechRecognitionError::SpeechRecognitionError(const AtomicString& eventName, const SpeechRecognitionErrorInit& initializer) function in class:blink::SpeechRecognitionError
[all...]

Completed in 504 milliseconds