Home
last modified time | relevance | path

Searched defs:willValidate (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOutputElement.h43 virtual bool willValidate() const OVERRIDE { return false; } in willValidate() function
DHTMLKeygenElement.h37 virtual bool willValidate() const OVERRIDE { return false; } in willValidate() function
DHTMLFormControlElement.cpp374 bool HTMLFormControlElement::willValidate() const in willValidate() function in WebCore::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp83 bool willValidate = candidate.willValidate(); in canShareStyleWithControl() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h448 virtual bool willValidate() const { return false; } in willValidate() function