Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlsCollection.cpp125 HashSet<StringImpl*> foundInputElements; in updateNameCache() local
137 foundInputElements.add(idAttrVal.impl()); in updateNameCache()
141 foundInputElements.add(nameAttrVal.impl()); in updateNameCache()
152 if (!idAttrVal.isEmpty() && !foundInputElements.contains(idAttrVal.impl())) in updateNameCache()
154 …if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && !foundInputElements.contains(nameAttrVal… in updateNameCache()