Searched refs:parseHTMLNonNegativeInteger (Results 1 – 4 of 4) sorted by relevance
194 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height)) in height()218 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(widthAttr), width)) in width()
61 bool parseHTMLNonNegativeInteger(const String&, unsigned&);
253 bool parseHTMLNonNegativeInteger(const String& input, unsigned& value) in parseHTMLNonNegativeInteger() function
124 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth)) in parseBorderWidthAttribute()