Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.h494 void registerFormElementWithState(Element* e) { m_formElementsWithState.add(e); } in registerFormElementWithState()
495 void unregisterFormElementWithState(Element* e) { m_formElementsWithState.remove(e); } in unregisterFormElementWithState()
1233 FormElementListHashSet m_formElementsWithState; variable
DDocument.cpp4298 stateVector.reserveInitialCapacity(m_formElementsWithState.size() * 3); in formElementsState()
4300 Iterator end = m_formElementsWithState.end(); in formElementsState()
4301 for (Iterator it = m_formElementsWithState.begin(); it != end; ++it) { in formElementsState()
4353 m_formElementsWithState.clear(); in setStateForNewFormElements()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-101569 and takeStateForFormElement. Replaced m_maintainsState with m_formElementsWithState,
DChangeLog-2007-10-1416104 m_formElementsWithState ListHashSet.