Searched defs:stepMismatch (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
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 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 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 DInputType.cpp250 bool InputType::stepMismatch(const String&, double) const function in class:WebCore::InputType
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())) {
1433 if (stepMismatch(currentStringValue)) {

Completed in 82 milliseconds