Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptionsCollection.cpp58 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames() local
59 if (!nameAttribute.isEmpty()) { in supportedPropertyNames()
60 HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); in supportedPropertyNames()
62 names.append(nameAttribute); in supportedPropertyNames()
DHTMLFormControlsCollection.cpp232 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames() local
233 if (!nameAttribute.isEmpty()) { in supportedPropertyNames()
234 HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); in supportedPropertyNames()
236 names.append(nameAttribute); in supportedPropertyNames()
DHTMLCollection.cpp460 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames() local
461 …if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElemen… in supportedPropertyNames()
462 HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); in supportedPropertyNames()
464 names.append(nameAttribute); in supportedPropertyNames()
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java237 final IItemAttribute nameAttribute = new NameAttribute ("name");
246 nameAttribute,
254 nameAttribute,
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DXSSAuditor.cpp512 const HTMLToken::Attribute& nameAttribute = request.token.attributes().at(indexOfNameAttribute); in filterParamToken() local
513 if (!HTMLParamElement::isURLParameter(String(nameAttribute.value))) in filterParamToken()