Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserIdioms.h58 bool parseHTMLInteger(const String&, int&);
DHTMLParserIdioms.cpp192 bool parseHTMLInteger(const String& input, int& value) in parseHTMLInteger() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp1588 if (!parseHTMLInteger(value, maxLength)) in parseMaxLengthAttribute()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1898 } else if (parseHTMLInteger(value, tabindex)) { in parseAttribute()