Searched refs:valueMissing (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DValidityState.cpp44 bool ValidityState::valueMissing() const function in class:WebCore::ValidityState
46 return m_control->valueMissing();
H A DValidityState.idl27 readonly attribute boolean valueMissing;
H A DCheckboxInputType.h45 virtual bool valueMissing(const String&) const OVERRIDE;
H A DValidityState.h48 bool valueMissing() const;
H A DRadioInputType.h45 virtual bool valueMissing(const String&) const OVERRIDE;
H A DHTMLTextAreaElement.h52 virtual bool valueMissing() const OVERRIDE;
118 bool valueMissing(const String& value) const { return isRequiredFormControl() && !isDisabledOrReadOnly() && value.isEmpty(); } function in class:WebCore::FINAL
H A DBaseDateAndTimeInputType.h62 virtual bool valueMissing(const String&) const OVERRIDE;
H A DCheckboxInputType.cpp53 bool CheckboxInputType::valueMissing(const String&) const function in class:WebCore::CheckboxInputType
H A DFormAssociatedElement.h76 // stepMismatch, tooLong and valueMissing must call willValidate method.
84 virtual bool valueMissing() const;
H A DFileInputType.h59 virtual bool valueMissing(const String&) const OVERRIDE;
H A DHTMLTextAreaElement.cpp462 if (valueMissing())
471 bool HTMLTextAreaElement::valueMissing() const function in class:WebCore::HTMLTextAreaElement
473 return willValidate() && valueMissing(value());
499 return !valueMissing(candidate) && !tooLong(candidate, IgnoreDirtyFlag);
H A DTextFieldInputType.h85 virtual bool valueMissing(const String&) const OVERRIDE;
H A DFormAssociatedElement.cpp231 || tooLong() || patternMismatch() || valueMissing() || hasBadInput() || customError();
235 bool FormAssociatedElement::valueMissing() const function in class:WebCore::FormAssociatedElement
H A DBaseDateAndTimeInputType.cpp176 bool BaseDateAndTimeInputType::valueMissing(const String& value) const function in class:WebCore::BaseDateAndTimeInputType
H A DHTMLSelectElement.h50 virtual bool valueMissing() const OVERRIDE;
H A DRadioInputType.cpp51 bool RadioInputType::valueMissing(const String&) const function in class:WebCore::RadioInputType
H A DInputType.h159 virtual bool valueMissing(const String&) const;
H A DInputType.cpp258 bool InputType::valueMissing(const String&) const function in class:WebCore::InputType
381 if (valueMissing(value))
H A DHTMLInputElement.h65 virtual bool valueMissing() const OVERRIDE;
H A DHTMLInputElement.cpp262 && !m_inputType->valueMissing(value);
275 bool HTMLInputElement::valueMissing() const function in class:WebCore::HTMLInputElement
277 return willValidate() && m_inputType->valueMissing(value());
H A DFileInputType.cpp175 bool FileInputType::valueMissing(const String& value) const function in class:WebCore::FileInputType
H A DTextFieldInputType.cpp87 bool TextFieldInputType::valueMissing(const String& value) const function in class:WebCore::TextFieldInputType
H A DHTMLSelectElement.cpp160 return valueMissing() ? validationMessageValueMissingForSelectText() : String();
163 bool HTMLSelectElement::valueMissing() const function in class:WebCore::HTMLSelectElement
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dpackage.tcl679 set err(valueMissing) "value for \"%s\" missing: should be \"$err(usage)\""
703 error [format $err(valueMissing) $flag]
710 error [format $err(valueMissing) $flag]
722 error [format $err(valueMissing) "-name"]
725 error [format $err(valueMissing) "-version"]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dpackage.tcl764 set err(valueMissing) "value for \"%s\" missing: should be \"$err(usage)\""
788 error [format $err(valueMissing) $flag]
795 error [format $err(valueMissing) $flag]
807 error [format $err(valueMissing) "-name"]
810 error [format $err(valueMissing) "-version"]

Completed in 407 milliseconds