Searched refs:takeStateForFormElement (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/html/ |
D | HTMLFormControlElement.cpp | 556 if (doc->takeStateForFormElement(name().impl(), type().impl(), state)) in finishParsingChildren()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.h | 499 bool takeStateForFormElement(AtomicStringImpl* name, AtomicStringImpl* type, String& state);
|
D | Document.cpp | 4375 bool Document::takeStateForFormElement(AtomicStringImpl* name, AtomicStringImpl* type, String& stat… in takeStateForFormElement() function in WebCore::Document
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 1569 and takeStateForFormElement. Replaced m_maintainsState with m_formElementsWithState, 1591 (WebCore::Document::takeStateForFormElement): Added. Given a name and type, looks 1629 HTML parser. Calls takeStateForFormElement, passing in the name and type, and if a
|