Searched refs:isRequiredFormControl (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.h86 virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
87 virtual bool isRequiredFormControl() const OVERRIDE { return isRequired(); }
124 bool valueMissing(const String& value) const { return isRequiredFormControl() && !isDisabledOrReadOnly() && value.isEmpty(); }
H A DHTMLSelectElement.h161 virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
162 virtual bool isRequiredFormControl() const OVERRIDE;
H A DHTMLInputElement.h349 virtual bool isOptionalFormControl() const OVERRIDE FINAL { return !isRequiredFormControl(); }
350 virtual bool isRequiredFormControl() const OVERRIDE FINAL;
H A DHTMLInputElement.cpp1372 bool HTMLInputElement::isRequiredFormControl() const function in class:WebCore::HTMLInputElement
H A DHTMLSelectElement.cpp508 bool HTMLSelectElement::isRequiredFormControl() const function in class:WebCore::HTMLSelectElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h446 virtual bool isRequiredFormControl() const { return false; } function in class:WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp827 return element.isRequiredFormControl();

Completed in 178 milliseconds