HomeSort by relevance Sort by last modified time
    Searched refs:stepDown (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 75 // Implementations of HTMLInputElement::stepUp() and stepDown().
77 void stepDown(int, ExceptionCode&);
79 void stepDown(ExceptionCode& ec) { stepDown(1, ec); }
80 // stepUp()/stepDown() for user-interaction.
299 // Helper for stepUp()/stepDown(). Adds step value * count to the current value.
HTMLInputElement.idl 76 void stepDown(in [Optional] long n) raises(DOMException);
HTMLInputElement.cpp 383 void HTMLInputElement::stepDown(int n, ExceptionCode& ec)
    [all...]

Completed in 36 milliseconds