Home
last modified time | relevance | path

Searched refs:wasValid (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DCheckedRadioButtons.cpp104 bool wasValid = isValid(); in updateCheckedState() local
111 if (wasValid != isValid()) in updateCheckedState()
119 bool wasValid = isValid(); in requiredAttributeChanged() local
126 if (wasValid != isValid()) in requiredAttributeChanged()
136 bool wasValid = isValid(); in remove() local
148 } else if (wasValid != isValid()) { in remove()
151 if (!wasValid) { in remove()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp955 bool wasValid = fragment->parseXML(markup, contextElement, parserContentPolicy); in createFragmentForInnerOuterHTML() local
956 if (!wasValid) { in createFragmentForInnerOuterHTML()