Searched defs:stepUp (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLInputElement.h119 // Implementations of HTMLInputElement::stepUp() and stepDown().
120 void stepUp(int, ExceptionCode&);
122 void stepUp(ExceptionCode& ec) { stepUp(1, ec); } function in class:WebCore::HTMLInputElement
298 // Helper for stepUp()/stepDown(). Adds step value * count to the current value.
H A DHTMLInputElement.cpp674 void HTMLInputElement::stepUp(int n, ExceptionCode& ec) function in class:WebCore::HTMLInputElement

Completed in 43 milliseconds