Searched refs:m_formKeyGenerator (Results 1 – 2 of 2) sorted by relevance
436 if (!m_formKeyGenerator) in takeStateForFormElement()437 m_formKeyGenerator = FormKeyGenerator::create(); in takeStateForFormElement()438 SavedFormStateMap::iterator it = m_savedFormStateMap.find(m_formKeyGenerator->formKey(control)); in takeStateForFormElement()470 if (m_formKeyGenerator) in willDeleteForm()471 m_formKeyGenerator->willDeleteForm(form); in willDeleteForm()
109 OwnPtr<FormKeyGenerator> m_formKeyGenerator; variable