Searched refs:m_formElementsWithState (Results 1 – 2 of 2) sorted by relevance
413 OwnPtr<SavedFormStateMap> stateMap = createSavedFormStateMap(m_formElementsWithState); in formElementsState()415 stateVector.reserveInitialCapacity(m_formElementsWithState.size() * 4); in formElementsState()517 ASSERT(!m_formElementsWithState.contains(control)); in registerFormElementWithState()518 m_formElementsWithState.add(control); in registerFormElementWithState()523 RELEASE_ASSERT(m_formElementsWithState.contains(control)); in unregisterFormElementWithState()524 m_formElementsWithState.remove(control); in unregisterFormElementWithState()
107 FormElementListHashSet m_formElementsWithState; variable