HomeSort by relevance Sort by last modified time
    Searched refs:nameAttrVal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlsCollection.cpp 134 const AtomicString& nameAttrVal = element->getNameAttribute();
139 if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal) {
140 appendNameCache(nameAttrVal, element);
141 foundInputElements.add(nameAttrVal.impl());
151 const AtomicString& nameAttrVal = element->getNameAttribute();
154 if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && !foundInputElements.contains(nameAttrVal.impl()))
155 appendNameCache(nameAttrVal, element)
    [all...]
HTMLCollection.cpp 631 const AtomicString& nameAttrVal = htmlElement->getNameAttribute();
634 if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(htmlElement)))
635 appendNameCache(nameAttrVal, htmlElement);

Completed in 61 milliseconds