getAttributeItem  188 Source/core/dom/Attr.cpp     return *m_element->ensureUniqueElementData().getAttributeItem(qualifiedName());
getAttributeItem  443 Source/core/dom/Element.cpp     if (const Attribute* attribute = getAttributeItem(name))
getAttributeItem  895 Source/core/dom/Element.cpp     if (const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase()))
getAttributeItem 2085 Source/core/dom/Element.cpp     const Attribute* attribute = elementData()->getAttributeItem(localName, shouldIgnoreAttributeCase());
getAttributeItem 2097 Source/core/dom/Element.cpp     const Attribute* attribute = elementData()->getAttributeItem(qName);
getAttributeItem 2108 Source/core/dom/Element.cpp     return elementData()->getAttributeItem(shouldIgnoreAttributeCase() ? localName.lower() : localName, false);
getAttributeItem 2117 Source/core/dom/Element.cpp     return elementData()->getAttributeItem(qName);
getAttributeItem 2518 Source/core/dom/Element.cpp                 if (const Attribute* attribute = elementData->getAttributeItem(XMLNames::langAttr))
getAttributeItem 2520 Source/core/dom/Element.cpp                 else if (const Attribute* attribute = elementData->getAttributeItem(HTMLNames::langAttr))
getAttributeItem 2647 Source/core/dom/Element.cpp         if (const Attribute* attribute = getAttributeItem(name))
getAttributeItem 2658 Source/core/dom/Element.cpp         if (const Attribute* attribute = getAttributeItem(name))
getAttributeItem  174 Source/core/dom/Element.h     const Attribute* getAttributeItem(const QualifiedName&) const;
getAttributeItem  707 Source/core/dom/Element.h     return elementData() && getAttributeItem(name);
getAttributeItem  714 Source/core/dom/Element.h         if (const Attribute* attribute = getAttributeItem(name))
getAttributeItem  788 Source/core/dom/Element.h inline const Attribute* Element::getAttributeItem(const QualifiedName& name) const
getAttributeItem  791 Source/core/dom/Element.h     return elementData()->getAttributeItem(name);
getAttributeItem  109 Source/core/dom/ElementData.cpp         const Attribute* otherAttr = other->getAttributeItem(attribute.name());
getAttributeItem   70 Source/core/dom/ElementData.h     const Attribute* getAttributeItem(const QualifiedName&) const;
getAttributeItem  107 Source/core/dom/ElementData.h     const Attribute* getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const;
getAttributeItem  153 Source/core/dom/ElementData.h     Attribute* getAttributeItem(const QualifiedName&);
getAttributeItem  188 Source/core/dom/ElementData.h inline const Attribute* ElementData::getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const
getAttributeItem  243 Source/core/dom/ElementData.h inline const Attribute* ElementData::getAttributeItem(const QualifiedName& name) const
getAttributeItem  459 Source/core/html/HTMLInputElement.cpp         if (const Attribute* height = getAttributeItem(heightAttr))
getAttributeItem  461 Source/core/html/HTMLInputElement.cpp         if (const Attribute* width = getAttributeItem(widthAttr))
getAttributeItem  463 Source/core/html/HTMLInputElement.cpp         if (const Attribute* align = getAttributeItem(alignAttr))
getAttributeItem  325 Source/core/html/HTMLSelectElement.cpp             if (Attribute* sizeAttribute = ensureUniqueElementData().getAttributeItem(sizeAttr))
getAttributeItem   68 Source/core/html/parser/AtomicHTMLToken.h     Attribute* getAttributeItem(const QualifiedName& attributeName)
getAttributeItem   60 Source/core/html/parser/CompactHTMLToken.h     const Attribute* getAttributeItem(const QualifiedName&) const;
getAttributeItem  398 Source/core/html/parser/HTMLConstructionSite.cpp         if (!element->elementData() || !element->getAttributeItem(tokenAttribute.name()))
getAttributeItem  285 Source/core/html/parser/HTMLElementStack.cpp         Attribute* encodingAttr = item->getAttributeItem(MathMLNames::encodingAttr);
getAttributeItem  184 Source/core/html/parser/HTMLFormattingElementList.cpp             Attribute* candidateAttribute = candidate->getAttributeItem(attribute.name());
getAttributeItem  384 Source/core/html/parser/HTMLPreloadScanner.cpp     if (const typename Token::Attribute* hrefAttribute = token.getAttributeItem(hrefAttr))
getAttributeItem   71 Source/core/html/parser/HTMLStackItem.h     Attribute* getAttributeItem(const QualifiedName& attributeName)
getAttributeItem  360 Source/core/html/parser/HTMLToken.h     const Attribute* getAttributeItem(const QualifiedName& name) const
getAttributeItem  783 Source/core/html/parser/HTMLTreeBuilder.cpp         Attribute* typeAttribute = token->getAttributeItem(typeAttr);
getAttributeItem 1017 Source/core/html/parser/HTMLTreeBuilder.cpp         Attribute* typeAttribute = token->getAttributeItem(typeAttr);
getAttributeItem 2719 Source/core/html/parser/HTMLTreeBuilder.cpp             || (token->name() == fontTag && (token->getAttributeItem(colorAttr) || token->getAttributeItem(faceAttr) || token->getAttributeItem(sizeAttr)))) {
getAttributeItem   88 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp         || (threadSafeMatch(tagName, fontTag) && (token.getAttributeItem(colorAttr) || token.getAttributeItem(faceAttr) || token.getAttributeItem(sizeAttr)));
getAttributeItem  606 Source/core/xml/XPathFunctions.cpp                 languageAttribute = element->getAttributeItem(XMLNames::langAttr);