Searched refs:getNameAttribute (Results 1 – 21 of 21) sorted by relevance
25 return element.getNameAttribute() == m_name; in elementMatches()27 return element.getNameAttribute() == m_name || element.getIdAttribute() == m_name; in elementMatches()29 …return element.getNameAttribute() == m_name || (element.getIdAttribute() == m_name && element.hasN… in elementMatches()
166 const AtomicString& nameAttrVal = element->getNameAttribute(); in updateIdNameCache()183 const AtomicString& nameAttrVal = element->getNameAttribute(); in updateIdNameCache()229 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames()
26 if (element.getNameAttribute() == m_name) in elementMatches()
44 return getNameAttribute(); in DEFINE_NODE_FACTORY()
95 return testElement.getIdAttribute() == m_name || testElement.getNameAttribute() == m_name; in matchesByIdOrName()
57 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames()
441 const AtomicString& nameAttribute = element->getNameAttribute(); in supportedPropertyNames()469 const AtomicString& nameAttrVal = element->getNameAttribute(); in updateIdNameCache()
137 m_frameName = getNameAttribute(); in setNameAndOpenURL()
161 const AtomicString& name = document().isHTMLDocument() ? getNameAttribute() : getIdAttribute(); in updateWidgetInternal()
298 const AtomicString& name = toHTMLElement(this)->getNameAttribute(); in name()
301 return getNameAttribute(); in name()
418 && equalIgnoringCase(child->getNameAttribute(), "type") in containsJavaApplet()
500 return getNameAttribute(); in name()
467 return loadOrRedirectSubframe(completedURL, getNameAttribute(), true); in requestObject()
669 return getNameAttribute(); in name()
49 return element.getNameAttribute() == m_name; in elementMatches()
145 const AtomicString& getNameAttribute() const;732 inline const AtomicString& Element::getNameAttribute() const in getNameAttribute() function
1267 const AtomicString& nameValue = getNameAttribute(); in insertedInto()1299 const AtomicString& nameValue = getNameAttribute(); in removedFrom()2972 const AtomicString& oldName = getNameAttribute(); in cloneAttributesFromElement()2973 const AtomicString& newName = other.getNameAttribute(); in cloneAttributesFromElement()
1650 return owner->getNameAttribute(); in alternativeTextForWebArea()1658 return body->getNameAttribute(); in alternativeTextForWebArea()
1273 AtomicString name = frame->deprecatedLocalOwner()->getNameAttribute(); in buildObjectForFrame()
3519 v8SetReturnValueString(info, impl->getNameAttribute(), info.GetIsolate()); in nameAttributeGetter()3612 v8SetReturnValueString(info, impl->getNameAttribute(), info.GetIsolate()); in reflectedNameAttributeGetter()