HomeSort by relevance Sort by last modified time
    Searched refs:isOptionalFormControl (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.h 51 virtual bool isOptionalFormControl() const OVERRIDE { return false; }
HTMLButtonElement.h 76 virtual bool isOptionalFormControl() const OVERRIDE { return true; }
HTMLTextAreaElement.h 91 virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
HTMLSelectElement.h 169 virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
HTMLInputElement.h 329 virtual bool isOptionalFormControl() const OVERRIDE FINAL { return !isRequiredFormControl(); }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 428 virtual bool isOptionalFormControl() const { return false; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]

Completed in 151 milliseconds