Home
last modified time | relevance | path

Searched refs:ErrorCodeAborted (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechRecognitionError.h49 ErrorCodeAborted = 2, enumerator
DSpeechRecognitionError.cpp39 case SpeechRecognitionError::ErrorCodeAborted: in ErrorCodeToString()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp600 …T_MATCHING_ENUM(WebSpeechRecognizerClient::AbortedError, SpeechRecognitionError::ErrorCodeAborted);