OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:willValidate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOutputElement.h
43
virtual bool
willValidate
() const { return false; }
HTMLFormControlElement.cpp
381
bool HTMLFormControlElement::
willValidate
() const
401
// We need to recalculate
willValidate
immediately because
willValidate
change can causes style change.
419
if (renderer() &&
willValidate
())
438
if (!
willValidate
() || isValidFormControlElement())
462
if (
willValidate
() && newIsValid != m_isValid) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp
147
bool
willValidate
= element->
willValidate
();
149
if (
willValidate
!= context.element()->
willValidate
())
152
if (
willValidate
&& (element->isValidFormControlElement() != context.element()->isValidFormControlElement()))
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h
576
virtual bool
willValidate
() const { return false; }
[
all
...]
Completed in 1100 milliseconds