Searched refs:parseHTMLNonNegativeInteger (Results 1 – 4 of 4) sorted by relevance
197 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height)) in height()221 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(widthAttr), width)) in width()
62 bool parseHTMLNonNegativeInteger(const String&, unsigned int&);
254 bool parseHTMLNonNegativeInteger(const String& input, unsigned& value) in parseHTMLNonNegativeInteger() function
126 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth)) in parseBorderWidthAttribute()