Searched refs:nameAttribute (Results 1 – 5 of 5) sorted by relevance
58 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames() local59 if (!nameAttribute.isEmpty()) { in supportedPropertyNames()60 HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); in supportedPropertyNames()62 names.append(nameAttribute); in supportedPropertyNames()
232 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames() local233 if (!nameAttribute.isEmpty()) { in supportedPropertyNames()234 HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); in supportedPropertyNames()236 names.append(nameAttribute); in supportedPropertyNames()
460 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames() local461 …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()
237 final IItemAttribute nameAttribute = new NameAttribute ("name");246 nameAttribute,254 nameAttribute,
512 const HTMLToken::Attribute& nameAttribute = request.token.attributes().at(indexOfNameAttribute); in filterParamToken() local513 if (!HTMLParamElement::isURLParameter(String(nameAttribute.value))) in filterParamToken()