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

  /external/webkit/WebCore/html/
HTMLInputElement.h 119 // Implementations of HTMLInputElement::stepUp() and stepDown().
120 void stepUp(int, ExceptionCode&);
122 void stepUp(ExceptionCode& ec) { stepUp(1, ec); }
298 // Helper for stepUp()/stepDown(). Adds step value * count to the current value.
HTMLInputElement.idl 66 void stepUp(in [Optional] long n)
HTMLInputElement.cpp 674 void HTMLInputElement::stepUp(int n, ExceptionCode& ec)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 385 UINT8 fallBack,stepUp;
422 rateAdaptation_getFallBackStepUp(currTable,pRateAdaptation->RatesMap[index].rate,&fallBack,&stepUp);
424 pRateAdaptation->RatesMap[index].rateAdaptStepUp = stepUp;
    [all...]

Completed in 36 milliseconds