parseHTMLNonNegativeInteger  122 Source/core/html/HTMLElement.cpp     if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth))
parseHTMLNonNegativeInteger  194 Source/core/html/forms/ImageInputType.cpp         if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height))
parseHTMLNonNegativeInteger  218 Source/core/html/forms/ImageInputType.cpp         if (parseHTMLNonNegativeInteger(element->fastGetAttribute(widthAttr), width))
parseHTMLNonNegativeInteger   66 Source/core/html/parser/HTMLParserIdioms.h bool parseHTMLNonNegativeInteger(const String&, unsigned&);