Home
last modified time | relevance | path

Searched refs:FormElementListHashSet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.h98 typedef ListHashSet<RefPtr<HTMLFormControlElementWithState>, 64> FormElementListHashSet; typedef
102 static PassOwnPtr<SavedFormStateMap> createSavedFormStateMap(const FormElementListHashSet&);
107 FormElementListHashSet m_formElementsWithState;
DFormController.cpp394 …SavedFormStateMap> FormController::createSavedFormStateMap(const FormElementListHashSet& controlLi… in createSavedFormStateMap()
398 …for (FormElementListHashSet::const_iterator it = controlList.begin(); it != controlList.end(); ++i… in createSavedFormStateMap()