Searched refs:stepMismatch (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DValidityState.idl32 readonly attribute boolean stepMismatch;
H A DValidityState.h53 bool stepMismatch() const;
H A DBaseDateAndTimeInputType.h59 virtual bool stepMismatch(const String&, double) const;
H A DValidityState.cpp87 if (stepMismatch()) {
191 bool ValidityState::stepMismatch() const function in class:WebCore::ValidityState
200 return input->stepMismatch(input->value());
211 bool someError = typeMismatch() || stepMismatch() || rangeUnderflow() || rangeOverflow()
H A DNumberInputType.h54 virtual bool stepMismatch(const String&, double) const;
H A DRangeInputType.h56 virtual bool stepMismatch(const String&, double) const;
H A DBaseDateAndTimeInputType.cpp111 bool BaseDateAndTimeInputType::stepMismatch(const String& value, double step) const function in class:WebCore::BaseDateAndTimeInputType
H A DNumberInputType.cpp124 bool NumberInputType::stepMismatch(const String& value, double step) const function in class:WebCore::NumberInputType
H A DHTMLInputElement.h67 bool stepMismatch(const String&) const;
H A DInputType.h144 virtual bool stepMismatch(const String&, double step) const;
H A DRangeInputType.cpp128 bool RangeInputType::stepMismatch(const String&, double) const function in class:WebCore::RangeInputType
130 // stepMismatch doesn't occur for type=range. RenderSlider guarantees the
H A DHTMLInputElement.cpp175 && !stepMismatch(value)
238 bool HTMLInputElement::stepMismatch(const String& value) const function in class:WebCore::HTMLInputElement
243 return m_inputType->stepMismatch(value, step);
265 // stepString() should be called only if stepMismatch() can be true.
358 if (stepMismatch(value())) {
1429 if (stepMismatch(currentStringValue)) {
H A DInputType.cpp250 bool InputType::stepMismatch(const String&, double) const function in class:WebCore::InputType

Completed in 408 milliseconds