Searched refs:OtherError (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechRecognizerClient.h41 OtherError = 0, enumerator in enum:blink::WebSpeechRecognizerClient::ErrorCode
/external/chromium_org/content/renderer/
H A Dspeech_recognition_dispatcher.cc125 return WebSpeechRecognizerClient::OtherError;
138 return WebSpeechRecognizerClient::OtherError;
143 return WebSpeechRecognizerClient::OtherError;
/external/clang/tools/scan-build/
H A Dccc-analyzer92 my $OtherError = "Other Error";
106 elsif ($ErrorType eq $OtherError) {
273 $HtmlDir, $OtherError, $ofile);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebSpeechRecognizer.cpp183 if (error == "OtherError")
184 code = WebSpeechRecognizerClient::OtherError;
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp598 COMPILE_ASSERT_MATCHING_ENUM(WebSpeechRecognizerClient::OtherError, SpeechRecognitionError::ErrorCodeOther);

Completed in 198 milliseconds