Searched refs:stepUp (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h75 // Implementations of HTMLInputElement::stepUp() and stepDown().
76 void stepUp(int, ExceptionCode&);
78 void stepUp(ExceptionCode& ec) { stepUp(1, ec); } function in class:WebCore::HTMLInputElement
80 // stepUp()/stepDown() for user-interaction.
299 // Helper for stepUp()/stepDown(). Adds step value * count to the current value.
H A DHTMLInputElement.idl75 void stepUp(in [Optional] long n) raises(DOMException);
H A DHTMLInputElement.cpp378 void HTMLInputElement::stepUp(int n, ExceptionCode& ec) function in class:WebCore::HTMLInputElement
1359 // The differences from stepUp()/stepDown():

Completed in 194 milliseconds