HomeSort by relevance Sort by last modified time
    Searched defs:SpeechRecognitionError (Results 1 - 2 of 2) 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...]
  /external/chromium_org/content/public/common/
speech_recognition_error.h 23 struct CONTENT_EXPORT SpeechRecognitionError {
27 SpeechRecognitionError()
31 explicit SpeechRecognitionError(SpeechRecognitionErrorCode code_value)
35 SpeechRecognitionError(SpeechRecognitionErrorCode code_value,

Completed in 98 milliseconds