HomeSort by relevance Sort by last modified time
    Searched defs:SpeechRecognitionError (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionError.cpp 28 #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::ErrorCodeBadGrammar
    [all...]
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 SpeechRecognitionErrorInit&);
68 SpeechRecognitionError(const String&, const String&);
69 SpeechRecognitionError(const AtomicString&, const SpeechRecognitionErrorInit&);
  /external/chromium_org/content/public/common/
speech_recognition_error.h 22 struct CONTENT_EXPORT SpeechRecognitionError {
26 SpeechRecognitionError()
30 explicit SpeechRecognitionError(SpeechRecognitionErrorCode code_value)
34 SpeechRecognitionError(SpeechRecognitionErrorCode code_value,

Completed in 435 milliseconds