Searched refs:m_stateForNewFormElements (Results 1 – 1 of 1) sorted by relevance
183 bool isEmpty() const { return m_stateForNewFormElements.isEmpty(); } in isEmpty()193 FormElementStateMap m_stateForNewFormElements; member in WebCore::SavedFormState232 … (FormElementStateMap::const_iterator it = m_stateForNewFormElements.begin(); it != m_stateForNewF… in serializeTo()246 FormElementStateMap::iterator it = m_stateForNewFormElements.find(key); in appendControlState()247 if (it != m_stateForNewFormElements.end()) { in appendControlState()252 m_stateForNewFormElements.set(key, stateList); in appendControlState()259 if (m_stateForNewFormElements.isEmpty()) in takeControlState()261 …FormElementStateMap::iterator it = m_stateForNewFormElements.find(FormElementKey(name.impl(), type… in takeControlState()262 if (it == m_stateForNewFormElements.end()) in takeControlState()268 m_stateForNewFormElements.remove(it); in takeControlState()[all …]