Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DLength.cpp62 static Length parseHTMLAreaCoordinate(const CharType* data, unsigned length) in parseHTMLAreaCoordinate() function
102 r[i++] = parseHTMLAreaCoordinate(str->characters8() + pos, pos2 - pos); in parseHTMLAreaElementCoords()
105 r[i] = parseHTMLAreaCoordinate(str->characters8() + pos, str->length() - pos); in parseHTMLAreaElementCoords()