Home
last modified time | relevance | path

Searched refs:parseLength (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/
DLength.cpp38 static Length parseLength(const UChar* data, unsigned length) in parseLength() function
111 r[i++] = parseLength(str->characters() + pos, pos2 - pos); in newCoordsArray()
114 r[i] = parseLength(str->characters() + pos, str->length() - pos); in newCoordsArray()
137 r[i++] = parseLength(str->characters() + pos, pos2 - pos); in newLengthArray()
145 r[i] = parseLength(str->characters() + pos, str->length() - pos); in newLengthArray()
/external/webkit/Source/WebCore/html/
DDateComponents.cpp112 static bool toInt(const UChar* src, unsigned length, unsigned parseStart, unsigned parseLength, int… in toInt() argument
114 if (parseStart + parseLength > length || parseLength <= 0) in toInt()
118 const UChar* end = current + parseLength; in toInt()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1918758 (parseLength):
18801 (DOM::parseLength): Use string() instead of qstring().
24902 (parseLength): change string() to qstring()
25252 (DOM::parseLength):
25487 (parseLength):
DChangeLog-2006-05-10377 (WebCore::parseLength): More of the same.
10833 (WebCore::parseLength):
DChangeLog-2006-12-316078 (WebCore::parseLength):
29463 (WebCore::parseLength):
DChangeLog-2007-10-1466944 (WebCore::parseLength):
69610 (WebCore::parseLength):
DChangeLog-2008-08-1049021 (WebCore::parseLength):
55286 (WebCore::parseLength):
DChangeLog-2009-06-1679034 (WebCore::parseLength):
79050 (WebCore::parseLength):
DChangeLog-2005-08-2315154 (DOM::parseLength):