Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechRecognitionError.h46 ErrorCodeOther = 0, enumerator
DSpeechRecognitionError.cpp35 case SpeechRecognitionError::ErrorCodeOther: in ErrorCodeToString()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp598 …SSERT_MATCHING_ENUM(WebSpeechRecognizerClient::OtherError, SpeechRecognitionError::ErrorCodeOther);