HomeSort by relevance Sort by last modified time
    Searched defs:isRequiredFormControl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.h 82 virtual bool isOptionalFormControl() const { return !isRequiredFormControl(); }
83 virtual bool isRequiredFormControl() const { return isRequired(); }
118 bool valueMissing(const String& value) const { return isRequiredFormControl() && !isDisabledOrReadOnly() && value.isEmpty(); }
HTMLSelectElement.cpp 480 bool HTMLSelectElement::isRequiredFormControl() const
    [all...]
HTMLInputElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 574 virtual bool isRequiredFormControl() const { return false; }
    [all...]

Completed in 156 milliseconds