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

/external/webkit/Source/WebCore/html/
H A DStepRange.cpp22 #include "StepRange.h"
36 StepRange::StepRange(const HTMLInputElement* element) function in class:WebCore::StepRange
48 double StepRange::clampValue(double value)
62 double StepRange::clampValue(const String& stringValue)
71 double StepRange::valueFromElement(HTMLInputElement* element, bool* wasClamped)
H A DStepRange.h31 class StepRange { class in namespace:WebCore
32 WTF_MAKE_NONCOPYABLE(StepRange);
39 explicit StepRange(const HTMLInputElement*);

Completed in 63 milliseconds