Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLOutputElement.h44 virtual bool willValidate() const { return false; } in willValidate() function
DHTMLKeygenElement.h37 virtual bool willValidate() const { return false; } in willValidate() function
DHTMLFormControlElement.cpp323 bool HTMLFormControlElement::willValidate() const in willValidate() function in WebCore::HTMLFormControlElement
/external/webkit/Source/WebCore/dom/
DElement.h318 virtual bool willValidate() const { return false; } in willValidate() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1070 bool willValidate = element->willValidate(); in canShareStyleWithElement() local