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.cpp158 HashSet<StringImpl*> foundInputElements; in updateIdNameCache() local
170 foundInputElements.add(idAttrVal.impl()); in updateIdNameCache()
174 foundInputElements.add(nameAttrVal.impl()); in updateIdNameCache()
185 if (!idAttrVal.isEmpty() && !foundInputElements.contains(idAttrVal.impl())) in updateIdNameCache()
187 …if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && !foundInputElements.contains(nameAttrVal… in updateIdNameCache()