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.cpp197 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height)) in height()
221 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(widthAttr), width)) in width()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserIdioms.h62 bool parseHTMLNonNegativeInteger(const String&, unsigned int&);
DHTMLParserIdioms.cpp254 bool parseHTMLNonNegativeInteger(const String& input, unsigned& value) in parseHTMLNonNegativeInteger() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp126 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth)) in parseBorderWidthAttribute()