Searched refs:m_formElementsWithState (Results 1 – 4 of 4) sorted by relevance
377 …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
4008 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()
1569 and takeStateForFormElement. Replaced m_maintainsState with m_formElementsWithState,
16104 m_formElementsWithState ListHashSet.