Home
last modified time | relevance | path

Searched refs:takeStateForFormElement (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp556 if (doc->takeStateForFormElement(name().impl(), type().impl(), state)) in finishParsingChildren()
/external/webkit/Source/WebCore/dom/
DDocument.h499 bool takeStateForFormElement(AtomicStringImpl* name, AtomicStringImpl* type, String& state);
DDocument.cpp4375 bool Document::takeStateForFormElement(AtomicStringImpl* name, AtomicStringImpl* type, String& stat… in takeStateForFormElement() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2006-05-101569 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