Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/page/
DPositionError.h37 enum ErrorCode { enum
44 …static PassRefPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRef(n… in create()
46 ErrorCode code() const { return m_code; } in code()
52 PositionError(ErrorCode code, const String& message) in PositionError()
59 ErrorCode m_code;
/external/skia/include/xml/
DSkXMLParser.h30 enum ErrorCode { enum
42 ErrorCode getErrorCode() const { return fCode; } in getErrorCode()
49 void setCode(ErrorCode code) { fCode = code; } in setCode()
54 ErrorCode fCode;
/external/skia/src/animator/
DSkDisplayXMLParser.h31 enum ErrorCode { enum
63 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); } in setCode()
DSkAnimateMaker.h85 SkXMLParserError::ErrorCode getErrorCode() const { return fError.getErrorCode(); } in getErrorCode()
101 …void setErrorCode(SkXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.INHERI… in setErrorCode()
102 …void setErrorCode(SkDisplayXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError… in setErrorCode()
/external/webkit/WebKit/android/jni/
DMockGeolocation.cpp62 PositionError::ErrorCode codeEnum = static_cast<PositionError::ErrorCode>(code); in setError()
/external/webkit/JavaScriptCore/yarr/
DRegexParser.h54 enum ErrorCode { enum
79 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) in CharacterClassParserDelegate()
185 ErrorCode& m_err;
767 ErrorCode m_err;
/external/webkit/JavaScriptCore/pcre/
Dpcre_compile.cpp92 enum ErrorCode { enum
100 static const char* errorText(ErrorCode code) in errorText()
153 static bool compileBracket(int, int*, unsigned char**, const UChar**, const UChar*, ErrorCode*, int…
180 static int checkEscape(const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int … in checkEscape()
384 static const UChar* readRepeatCounts(const UChar* p, int* minp, int* maxp, ErrorCode* errorCodePtr) in readRepeatCounts()
570 … const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int *firstbyteptr, in compileBranch()
1732 const UChar** ptrPtr, const UChar* patternEnd, ErrorCode* errorCodePtr, int skipBytes, in compileBracket()
2023 CompileData& cd, ErrorCode& errorcode) in calculateCompiledPatternLength()
2558 static inline JSRegExp* returnError(ErrorCode errorcode, const char** errorPtr) in returnError()
2576 ErrorCode errorcode = ERR0; in jsRegExpCompile()
/external/webkit/WebCore/platform/gtk/
DGeolocationServiceGtk.h48 void setError(PositionError::ErrorCode, const char* message);
DGeolocationServiceGtk.cpp207 void GeolocationServiceGtk::setError(PositionError::ErrorCode errorCode, const char* message) in setError()
/external/webkit/WebCore/platform/mac/
DGeolocationServiceMac.mm201 PositionError::ErrorCode code;
/external/netperf/
Dnetlib.c867 DWORD ErrorCode; in emulate_alarm() local
871 ErrorCode = WaitForSingleObject(hAlarm, seconds*1000); in emulate_alarm()
872 if (ErrorCode == WAIT_FAILED) in emulate_alarm()
878 if (ErrorCode == WAIT_TIMEOUT) in emulate_alarm()
/external/webkit/WebCore/
DChangeLog-2009-06-1670227 * page/Geolocation.cpp: Use new named ErrorCode enums
70231 * page/PositionError.h: Have ErrorCode enum names match new error constant names and values