| /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/ | 
| ImageBitmapFactories.h | 107         virtual void didFail(FileError::ErrorCode) OVERRIDE; 
 | 
| /external/chromium_org/third_party/WebKit/Source/modules/mediasource/ | 
| SourceBuffer.h | 123     virtual void didFail(FileError::ErrorCode) OVERRIDE; 
 | 
| /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ | 
| acm_isac.h | 89   virtual int ErrorCode() OVERRIDE; 
 | 
| /external/chromium_org/third_party/webrtc/voice_engine/ | 
| voe_base_impl.h | 112     virtual void OnErrorIsReported(ErrorCode error); 
 | 
| /external/llvm/unittests/Support/ | 
| ConvertUTFTest.cpp | 70   ConversionResult ErrorCode; 73   ConvertUTFResultContainer(ConversionResult ErrorCode)
 74       : ErrorCode(ErrorCode) {}
 110   auto ErrorCode =
 116   return std::make_pair(ErrorCode, Decoded);
 127   auto ErrorCode = ConvertUTF8toUTF32Partial(
 133   return std::make_pair(ErrorCode, Decoded);
 139   ConversionResult ErrorCode;
 142     std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S)
 [all...]
 | 
| /external/chromium_org/remoting/protocol/ | 
| connection_to_host.cc | 275 void ConnectionToHost::CloseOnError(ErrorCode error) { 289 void ConnectionToHost::SetState(State state, ErrorCode error) {
 
 | 
| protocol_mock_objects.h | 61                                         ErrorCode error)); 169   MOCK_METHOD0(error, ErrorCode());
 
 | 
| connection_to_client.cc | 198 void ConnectionToClient::Close(ErrorCode error) { 
 | 
| jingle_session_manager.cc | 124       ErrorCode error; 
 | 
| /external/chromium_org/third_party/WebKit/Source/core/fileapi/ | 
| FileReaderLoader.cpp | 284 void FileReaderLoader::failed(FileError::ErrorCode errorCode) 286     m_errorCode = errorCode;
 292 FileError::ErrorCode FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode)
 
 | 
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ | 
| audio_decoder_impl.h | 133   virtual int ErrorCode(); 169   virtual int ErrorCode();
 
 | 
| /external/chromium_org/third_party/webrtc/modules/audio_device/ | 
| audio_device_impl.h | 60     virtual ErrorCode LastError() const OVERRIDE; 229     mutable ErrorCode           _lastError;
 
 | 
| /external/chromium_org/third_party/webrtc/test/channel_transport/ | 
| udp_transport.h | 117     enum ErrorCode 324     virtual ErrorCode LastError() const = 0;
 
 | 
| /external/llvm/include/llvm/Support/ | 
| ErrorOr.h | 97   ErrorOr(E ErrorCode, 102     new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ | 
| pdh.h | 26 #define IsSuccessSeverity(ErrorCode) ((!((DWORD)(ErrorCode) & 0xC0000000)) ? TRUE : FALSE) 27 #define IsInformationalSeverity(ErrorCode) ((((DWORD)(ErrorCode) & 0xC0000000)==(DWORD)0x40000000) ? TRUE : FALSE)
 28 #define IsWarningSeverity(ErrorCode) ((((DWORD)(ErrorCode) & 0xC0000000)==(DWORD)0x80000000) ? TRUE : FALSE)
 29 #define IsErrorSeverity(ErrorCode) ((((DWORD)(ErrorCode) & 0xC0000000)==(DWORD)0xC0000000) ? TRUE : FALSE)
 
 | 
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ | 
| cmserr.c | 496 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text); 521 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text)
 527      cmsUNUSED_PARAMETER(ErrorCode);
 553 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...)
 567         lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer);
 
 | 
| /external/chromium_org/net/tools/balsa/ | 
| balsa_frame_test.cc | 101   ASSERT_EQ(BalsaFrameEnums::NO_ERROR, frame_->ErrorCode()); 324             frame_->ErrorCode());
 348             frame_->ErrorCode());
 374   ASSERT_EQ(BalsaFrameEnums::REQUEST_URI_TOO_LONG, frame_->ErrorCode());
 394   ASSERT_EQ(BalsaFrameEnums::HEADERS_TOO_LONG, frame_->ErrorCode());
 436   ASSERT_EQ(BalsaFrameEnums::HEADER_MISSING_COLON, frame_->ErrorCode());
 593       frame_->ErrorCode());
 
 | 
| /external/chromium_org/third_party/re2/re2/ | 
| re2.h | 224   enum ErrorCode { 283   ErrorCode error_code() const { return error_code_; }
 704   mutable ErrorCode        error_code_;    // Error code
 [all...]
 | 
| /external/regex-re2/re2/ | 
| re2.h | 224   enum ErrorCode { 283   ErrorCode error_code() const { return error_code_; }
 716   mutable ErrorCode        error_code_;    // Error code
 [all...]
 | 
| /external/chromium_org/content/renderer/media/ | 
| webrtc_audio_device_not_impl.cc | 45 webrtc::AudioDeviceModule::ErrorCode 
 | 
| webrtc_audio_device_not_impl.h | 42   virtual webrtc::AudioDeviceModule::ErrorCode LastError() const OVERRIDE; 
 | 
| /external/chromium_org/remoting/client/ | 
| chromoting_client.cc | 134     protocol::ErrorCode error) { 
 | 
| log_to_server.cc | 69     protocol::ErrorCode error) { 
 | 
| /external/chromium_org/third_party/WebKit/Source/modules/websockets/ | 
| MainThreadWebSocketChannel.h | 98     virtual void didFail(FileError::ErrorCode) OVERRIDE; 
 | 
| NewWebSocketChannelImpl.h | 145     void didFailLoadingBlob(FileError::ErrorCode); 
 |