Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DImageInputType.cpp194 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height)) in height()
218 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(widthAttr), width)) in width()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserIdioms.h61 bool parseHTMLNonNegativeInteger(const String&, unsigned&);
DHTMLParserIdioms.cpp253 bool parseHTMLNonNegativeInteger(const String& input, unsigned& value) in parseHTMLNonNegativeInteger() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp124 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth)) in parseBorderWidthAttribute()