Searched defs:valueAsInteger (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/html/shadow/ | ||
| D | DateTimeSymbolicFieldElement.cpp | 142 int DateTimeSymbolicFieldElement::valueAsInteger() const in valueAsInteger() function in WebCore::DateTimeSymbolicFieldElement |
| D | DateTimeNumericFieldElement.cpp | 205 int DateTimeNumericFieldElement::valueAsInteger() const in valueAsInteger() function in WebCore::DateTimeNumericFieldElement |
| /external/chromium_org/third_party/WebKit/Source/core/html/ | ||
| D | HTMLInputElement.cpp | 659 int valueAsInteger = value.toInt(); in parseAttribute() local |