Searched refs:ErrorCode (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/page/ |
D | PositionError.h | 37 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/ |
D | SkXMLParser.h | 30 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/ |
D | SkDisplayXMLParser.h | 31 enum ErrorCode { enum 63 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); } in setCode()
|
D | SkAnimateMaker.h | 85 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/ |
D | MockGeolocation.cpp | 62 PositionError::ErrorCode codeEnum = static_cast<PositionError::ErrorCode>(code); in setError()
|
/external/webkit/JavaScriptCore/yarr/ |
D | RegexParser.h | 54 enum ErrorCode { enum 79 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) in CharacterClassParserDelegate() 185 ErrorCode& m_err; 767 ErrorCode m_err;
|
/external/webkit/JavaScriptCore/pcre/ |
D | pcre_compile.cpp | 92 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/ |
D | GeolocationServiceGtk.h | 48 void setError(PositionError::ErrorCode, const char* message);
|
D | GeolocationServiceGtk.cpp | 207 void GeolocationServiceGtk::setError(PositionError::ErrorCode errorCode, const char* message) in setError()
|
/external/webkit/WebCore/platform/mac/ |
D | GeolocationServiceMac.mm | 201 PositionError::ErrorCode code;
|
/external/netperf/ |
D | netlib.c | 867 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/ |
D | ChangeLog-2009-06-16 | 70227 * page/Geolocation.cpp: Use new named ErrorCode enums 70231 * page/PositionError.h: Have ErrorCode enum names match new error constant names and values
|