Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DDocument.h377 …void registerFormElementWithState(FormControlElementWithState* e) { m_formElementsWithState.add(e)… in registerFormElementWithState()
378 …void unregisterFormElementWithState(FormControlElementWithState* e) { m_formElementsWithState.remo… in unregisterFormElementWithState()
918 ListHashSet<FormControlElementWithState*> m_formElementsWithState; variable
DDocument.cpp4008 stateVector.reserveCapacity(m_formElementsWithState.size() * 3); in formElementsState()
4010 Iterator end = m_formElementsWithState.end(); in formElementsState()
4011 for (Iterator it = m_formElementsWithState.begin(); it != end; ++it) { in formElementsState()
4064 m_formElementsWithState.clear(); in setStateForNewFormElements()
/external/webkit/WebCore/
DChangeLog-2006-05-101569 and takeStateForFormElement. Replaced m_maintainsState with m_formElementsWithState,
DChangeLog-2007-10-1416104 m_formElementsWithState ListHashSet.