Home
last modified time | relevance | path

Searched defs:hasSpinButton (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DInputElement.h50 virtual bool hasSpinButton() const { return false; } in hasSpinButton() function
/external/webkit/Source/WebCore/html/
DBaseDateAndTimeInputType.cpp177 bool BaseDateAndTimeInputType::hasSpinButton() in hasSpinButton() function in WebCore::BaseDateAndTimeInputType
DNumberInputType.cpp267 bool NumberInputType::hasSpinButton() in hasSpinButton() function in WebCore::NumberInputType
DInputType.cpp640 bool InputType::hasSpinButton() in hasSpinButton() function in WebCore::InputType
DHTMLInputElement.cpp1565 bool HTMLInputElement::hasSpinButton() const in hasSpinButton() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp672 bool hasSpinButton = inputElement()->hasSpinButton(); in createSubtreeIfNeeded() local