getAttribute       77 Source/core/accessibility/AXImageMapLink.cpp     const AtomicString& ariaRole = getAttribute(roleAttr);
getAttribute      104 Source/core/accessibility/AXImageMapLink.cpp     const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
getAttribute      107 Source/core/accessibility/AXImageMapLink.cpp     const AtomicString& alt = getAttribute(altAttr);
getAttribute      116 Source/core/accessibility/AXImageMapLink.cpp     const AtomicString& title = getAttribute(titleAttr);
getAttribute      119 Source/core/accessibility/AXImageMapLink.cpp     const AtomicString& summary = getAttribute(summaryAttr);
getAttribute       65 Source/core/accessibility/AXListBoxOption.cpp     if (equalIgnoringCase(getAttribute(aria_disabledAttr), "true"))
getAttribute      144 Source/core/accessibility/AXListBoxOption.cpp     const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
getAttribute       65 Source/core/accessibility/AXMediaControls.h     const AtomicString& getAttribute(const QualifiedName& attribute) const;
getAttribute       83 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr);
getAttribute      113 Source/core/accessibility/AXNodeObject.cpp     if (!getAttribute(stepAttr).isEmpty())
getAttribute      125 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
getAttribute      200 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& type = input.getAttribute(typeAttr);
getAttribute      232 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& ariaRole = getAttribute(roleAttr);
getAttribute      264 Source/core/accessibility/AXNodeObject.cpp     String idList = getAttribute(attribute).string();
getAttribute      287 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& contentEditableValue = getAttribute(contenteditableAttr);
getAttribute      376 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& siblingAriaRole = sibling->getAttribute(roleAttr);
getAttribute      528 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr);
getAttribute      631 Source/core/accessibility/AXNodeObject.cpp         if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true"))
getAttribute      656 Source/core/accessibility/AXNodeObject.cpp     if (equalIgnoringCase(getAttribute(aria_disabledAttr), "true"))
getAttribute      686 Source/core/accessibility/AXNodeObject.cpp         if (equalIgnoringCase(getAttribute(aria_pressedAttr), "true"))
getAttribute      714 Source/core/accessibility/AXNodeObject.cpp     if (equalIgnoringCase(getAttribute(aria_requiredAttr), "true"))
getAttribute      747 Source/core/accessibility/AXNodeObject.cpp     if (equalIgnoringCase(getAttribute(aria_readonlyAttr), "true"))
getAttribute      785 Source/core/accessibility/AXNodeObject.cpp     bool hasTextAlternative = (!ariaLabeledByAttribute().isEmpty() || !getAttribute(aria_labelAttr).isEmpty());
getAttribute      808 Source/core/accessibility/AXNodeObject.cpp         return getAttribute(aria_levelAttr).toInt();
getAttribute      837 Source/core/accessibility/AXNodeObject.cpp     String ariaLevel = element->getAttribute(aria_levelAttr);
getAttribute      917 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& type = input->getAttribute(typeAttr);
getAttribute      935 Source/core/accessibility/AXNodeObject.cpp     return getAttribute(aria_valuetextAttr).string();
getAttribute      941 Source/core/accessibility/AXNodeObject.cpp         return getAttribute(aria_valuenowAttr).toFloat();
getAttribute      955 Source/core/accessibility/AXNodeObject.cpp         return getAttribute(aria_valuemaxAttr).toFloat();
getAttribute      969 Source/core/accessibility/AXNodeObject.cpp         return getAttribute(aria_valueminAttr).toFloat();
getAttribute      982 Source/core/accessibility/AXNodeObject.cpp     return getAttribute(stepAttr).toFloat();
getAttribute     1122 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& alt = getAttribute(altAttr);
getAttribute     1132 Source/core/accessibility/AXNodeObject.cpp         return getAttribute(titleAttr);
getAttribute     1198 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& ariaHelp = getAttribute(aria_helpAttr);
getAttribute     1209 Source/core/accessibility/AXNodeObject.cpp             const AtomicString& summary = toElement(curr)->getAttribute(summaryAttr);
getAttribute     1214 Source/core/accessibility/AXNodeObject.cpp             const AtomicString& title = toElement(curr)->getAttribute(titleAttr);
getAttribute     1600 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& ariaLabel = documentElement->getAttribute(aria_labelAttr);
getAttribute     1608 Source/core/accessibility/AXNodeObject.cpp             const AtomicString& title = toElement(owner)->getAttribute(titleAttr);
getAttribute     1639 Source/core/accessibility/AXNodeObject.cpp     const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
getAttribute     1646 Source/core/accessibility/AXNodeObject.cpp         const AtomicString& alt = getAttribute(altAttr);
getAttribute      255 Source/core/accessibility/AXObject.cpp     if (equalIgnoringCase(getAttribute(aria_expandedAttr), "true"))
getAttribute      312 Source/core/accessibility/AXObject.cpp         if (equalIgnoringCase(object->getAttribute(aria_hiddenAttr), "true"))
getAttribute      388 Source/core/accessibility/AXObject.cpp     const AtomicString& result = getAttribute(aria_checkedAttr);
getAttribute      399 Source/core/accessibility/AXObject.cpp     return equalIgnoringCase(getAttribute(aria_multilineAttr), "true");
getAttribute      404 Source/core/accessibility/AXObject.cpp     return !getAttribute(aria_pressedAttr).isEmpty();
getAttribute      412 Source/core/accessibility/AXObject.cpp     const AtomicString& ariaInvalid = getAttribute(aria_invalidAttr);
getAttribute      606 Source/core/accessibility/AXObject.cpp     const AtomicString& lang = getAttribute(langAttr);
getAttribute      516 Source/core/accessibility/AXObject.h     const AtomicString& getAttribute(const QualifiedName&) const;
getAttribute      263 Source/core/accessibility/AXObjectCache.cpp     return equalIgnoringCase(toElement(node)->getAttribute(roleAttr), role);
getAttribute      997 Source/core/accessibility/AXObjectCache.cpp     return equalIgnoringCase(toElement(node)->getAttribute(aria_hiddenAttr), "false");
getAttribute       50 Source/core/accessibility/AXProgressIndicator.cpp         return getAttribute(aria_valuenowAttr).toFloat();
getAttribute       61 Source/core/accessibility/AXProgressIndicator.cpp         return getAttribute(aria_valuemaxAttr).toFloat();
getAttribute       69 Source/core/accessibility/AXProgressIndicator.cpp         return getAttribute(aria_valueminAttr).toFloat();
getAttribute      321 Source/core/accessibility/AXRenderObject.cpp         const AtomicString& type = input.getAttribute(typeAttr);
getAttribute      550 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& ariaSelected = getAttribute(aria_selectedAttr);
getAttribute      573 Source/core/accessibility/AXRenderObject.cpp         if (equalIgnoringCase(getAttribute(aria_hiddenAttr), "false"))
getAttribute      708 Source/core/accessibility/AXRenderObject.cpp             const AtomicString& alt = elt->getAttribute(altAttr);
getAttribute      752 Source/core/accessibility/AXRenderObject.cpp     if (!getAttribute(aria_helpAttr).isEmpty() || !getAttribute(aria_describedbyAttr).isEmpty() || !getAttribute(altAttr).isEmpty() || !getAttribute(titleAttr).isEmpty())
getAttribute      779 Source/core/accessibility/AXRenderObject.cpp     return toElement(node)->getAttribute(accesskeyAttr);
getAttribute      784 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& ariaOrientation = getAttribute(aria_orientationAttr);
getAttribute      946 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& activeDescendantAttrStr = element->getAttribute(aria_activedescendantAttr);
getAttribute     1059 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& grabbed = getAttribute(aria_grabbedAttr);
getAttribute     1065 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& dropEffect = getAttribute(aria_dropeffectAttr);
getAttribute     1071 Source/core/accessibility/AXRenderObject.cpp     return !getAttribute(aria_flowtoAttr).isEmpty();
getAttribute     1078 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& ariaOwns = getAttribute(aria_ownsAttr);
getAttribute     1093 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& liveRegionStatus = getAttribute(aria_liveAttr);
getAttribute     1117 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& relevant = getAttribute(aria_relevantAttr);
getAttribute     1163 Source/core/accessibility/AXRenderObject.cpp     const AtomicString& ariaHelp = getAttribute(aria_helpAttr);
getAttribute     1174 Source/core/accessibility/AXRenderObject.cpp             const AtomicString& summary = toElement(curr->node())->getAttribute(summaryAttr);
getAttribute     1179 Source/core/accessibility/AXRenderObject.cpp             const AtomicString& title = toElement(curr->node())->getAttribute(titleAttr);
getAttribute     2286 Source/core/accessibility/AXRenderObject.cpp     return equalIgnoringCase(getAttribute(attributeName), "true");
getAttribute      101 Source/core/accessibility/AXSlider.cpp     return element()->getAttribute(attribute);
getAttribute       59 Source/core/accessibility/AXSlider.h     const AtomicString& getAttribute(const QualifiedName& attribute) const;
getAttribute      291 Source/core/clipboard/Clipboard.cpp         filename = element->getAttribute(HTMLNames::altAttr);
getAttribute       69 Source/core/css/PropertySetCSSStyleDeclaration.cpp             oldValue = s_currentDecl->parentElement()->getAttribute(HTMLNames::styleAttr);
getAttribute      114 Source/core/css/resolver/SharedStyleFinder.cpp     return element.isSVGElement() ? element.getAttribute(typeAttr) : element.fastGetAttribute(typeAttr);
getAttribute      139 Source/core/css/resolver/SharedStyleFinder.cpp             if (element().getAttribute(classAttr) != candidate.getAttribute(classAttr))
getAttribute     1346 Source/core/css/resolver/StyleBuilderCustom.cpp                     const AtomicString& value = state.element()->getAttribute(attr);
getAttribute      180 Source/core/dom/Attr.cpp         return m_element->getAttribute(qualifiedName());
getAttribute       61 Source/core/dom/DocumentOrderedMap.cpp     return isHTMLLabelElement(element) && element.getAttribute(forAttr).impl() == key;
getAttribute      902 Source/core/dom/Element.cpp     return getAttribute(QualifiedName(nullAtom, localName, namespaceURI));
getAttribute     1264 Source/core/dom/Element.cpp     return getAttribute(srcAttr);
getAttribute     1919 Source/core/dom/Element.cpp     s = getAttribute(classAttr);
getAttribute     2651 Source/core/dom/Element.cpp     return document().completeURL(stripLeadingAndTrailingHTMLSpaces(getAttribute(name)));
getAttribute     2662 Source/core/dom/Element.cpp     String value = stripLeadingAndTrailingHTMLSpaces(getAttribute(name));
getAttribute     2670 Source/core/dom/Element.cpp     return getAttribute(attributeName).string().toInt();
getAttribute     2680 Source/core/dom/Element.cpp     return getAttribute(attributeName).string().toUInt();
getAttribute     2695 Source/core/dom/Element.cpp     return parseToDoubleForNumberType(getAttribute(attributeName), fallbackValue);
getAttribute      113 Source/core/dom/Element.h     const AtomicString& getAttribute(const QualifiedName&) const;
getAttribute      148 Source/core/dom/Element.h     const AtomicString& getAttribute(const AtomicString& name) const;
getAttribute      755 Source/core/dom/Element.h         return getAttribute(HTMLNames::classAttr);
getAttribute     1708 Source/core/dom/Node.cpp     String attr = toElement(node)->getAttribute(name);
getAttribute       68 Source/core/dom/StyleSheetCandidate.cpp     return toElement(m_node).getAttribute(relAttr).contains("alternate");
getAttribute       46 Source/core/dom/VisitedLinkState.cpp     return element.getAttribute(XLinkNames::hrefAttr);
getAttribute       68 Source/core/editing/ApplyStyleCommand.cpp     return elem->hasLocalName(spanAttr) && elem->getAttribute(classAttr) == styleSpanClassString();
getAttribute       77 Source/core/editing/ApplyStyleCommand.cpp     if (element->getAttribute(classAttr) == styleSpanClassString())
getAttribute      293 Source/core/editing/EditingStyle.cpp     const AtomicString& value = element->getAttribute(m_attrName);
getAttribute      323 Source/core/editing/EditingStyle.cpp     const AtomicString& value = element->getAttribute(m_attrName);
getAttribute      912 Source/core/editing/EditingStyle.cpp     if (element->getAttribute(HTMLNames::classAttr) == AppleStyleSpanClass)
getAttribute      442 Source/core/editing/Editor.cpp         urlString = toElement(node)->getAttribute(srcAttr);
getAttribute      444 Source/core/editing/Editor.cpp         urlString = toElement(node)->getAttribute(XLinkNames::hrefAttr);
getAttribute       98 Source/core/editing/FormatBlockCommand.cpp         blockNode->setAttribute(styleAttr, toHTMLElement(nodeAfterInsertionPosition.get())->getAttribute(styleAttr));
getAttribute       99 Source/core/editing/ReplaceSelectionCommand.cpp     return isHTMLBRElement(node) && toElement(node)->getAttribute(classAttr) == interchangeNewlineClassString;
getAttribute      105 Source/core/editing/ReplaceSelectionCommand.cpp     return node->isHTMLElement() && toHTMLElement(node)->getAttribute(classAttr) == convertedSpaceSpanClassString;
getAttribute      420 Source/core/editing/ReplaceSelectionCommand.cpp     return node && node->hasTagName(blockquoteTag) && toElement(node)->getAttribute(classAttr) == ApplePasteAsQuotation;
getAttribute      736 Source/core/editing/ReplaceSelectionCommand.cpp     if (styleText != toElement(wrappingStyleSpan)->getAttribute(styleAttr))
getAttribute      867 Source/core/editing/ReplaceSelectionCommand.cpp     const AtomicString& classAttributeValue = element->getAttribute(classAttr);
getAttribute       46 Source/core/editing/SetNodeAttributeCommand.cpp     m_oldValue = m_element->getAttribute(m_attribute);
getAttribute       96 Source/core/editing/SplitElementCommand.cpp     const AtomicString& id = m_element1->getAttribute(HTMLNames::idAttr);
getAttribute      826 Source/core/editing/htmlediting.cpp     return isHTMLSpanElement(node) && toElement(node)->getAttribute(classAttr) == AppleTabSpanClass;
getAttribute      924 Source/core/editing/htmlediting.cpp     return toElement(node)->getAttribute("type") == "cite";
getAttribute      595 Source/core/editing/markup.cpp                     fullySelectedRootStyle->style()->setProperty(CSSPropertyBackgroundImage, "url('" + toElement(fullySelectedRoot)->getAttribute(backgroundAttr) + "')");
getAttribute       65 Source/core/html/ClassList.h     virtual const AtomicString& value() const OVERRIDE { return m_element->getAttribute(HTMLNames::classAttr); }
getAttribute      319 Source/core/html/HTMLAnchorElement.cpp     const AtomicString& value = getAttribute(draggableAttr);
getAttribute      329 Source/core/html/HTMLAnchorElement.cpp     return document().completeURL(stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr)));
getAttribute      349 Source/core/html/HTMLAnchorElement.cpp     return getAttribute(hrefAttr);
getAttribute      384 Source/core/html/HTMLAnchorElement.cpp     return getAttribute(targetAttr);
getAttribute      400 Source/core/html/HTMLAnchorElement.cpp     const AtomicString& pingValue = getAttribute(pingAttr);
getAttribute      128 Source/core/html/HTMLAppletElement.cpp     const AtomicString& codeBase = getAttribute(codebaseAttr);
getAttribute      135 Source/core/html/HTMLAppletElement.cpp     const AtomicString& archive = getAttribute(archiveAttr);
getAttribute      141 Source/core/html/HTMLAppletElement.cpp     const AtomicString& code = getAttribute(codeAttr);
getAttribute      169 Source/core/html/HTMLAppletElement.cpp     const AtomicString& mayScript = getAttribute(mayscriptAttr);
getAttribute      198 Source/core/html/HTMLButtonElement.cpp     return getAttribute(valueAttr);
getAttribute      242 Source/core/html/HTMLCanvasElement.cpp     int w = getAttribute(widthAttr).toInt(&ok);
getAttribute      246 Source/core/html/HTMLCanvasElement.cpp     int h = getAttribute(heightAttr).toInt(&ok);
getAttribute       87 Source/core/html/HTMLDocument.cpp     return b->getAttribute(dirAttr);
getAttribute      553 Source/core/html/HTMLElement.cpp     return equalIgnoringCase(getAttribute(draggableAttr), "true");
getAttribute      601 Source/core/html/HTMLElement.cpp     const AtomicString& value = getAttribute(translateAttr);
getAttribute      190 Source/core/html/HTMLEmbedElement.cpp     return getAttribute(srcAttr);
getAttribute      607 Source/core/html/HTMLFormElement.cpp     return getAttribute(actionAttr);
getAttribute      255 Source/core/html/HTMLImageElement.cpp         int width = getAttribute(widthAttr).toInt(&ok);
getAttribute      278 Source/core/html/HTMLImageElement.cpp         int height = getAttribute(heightAttr).toInt(&ok);
getAttribute      339 Source/core/html/HTMLImageElement.cpp     return !equalIgnoringCase(getAttribute(draggableAttr), "false");
getAttribute      349 Source/core/html/HTMLImageElement.cpp     return document().completeURL(getAttribute(srcAttr));
getAttribute       65 Source/core/html/HTMLLabelElement.cpp     const AtomicString& controlId = getAttribute(forAttr);
getAttribute      385 Source/core/html/HTMLLinkElement.cpp     if (equalIgnoringCase(getAttribute(typeAttr), "text/css")) {
getAttribute      395 Source/core/html/HTMLLinkElement.cpp     return document().completeURL(getAttribute(hrefAttr));
getAttribute      400 Source/core/html/HTMLLinkElement.cpp     return getAttribute(relAttr);
getAttribute      405 Source/core/html/HTMLLinkElement.cpp     return getAttribute(typeAttr);
getAttribute       82 Source/core/html/HTMLMapElement.cpp         String useMapName = imageElement.getAttribute(usemapAttr).string().substring(1);
getAttribute      452 Source/core/html/HTMLMediaElement.cpp         if (!getAttribute(srcAttr).isEmpty() && m_networkState == NETWORK_EMPTY)
getAttribute      479 Source/core/html/HTMLMetaElement-in.cpp     return getAttribute(contentAttr);
getAttribute      484 Source/core/html/HTMLMetaElement-in.cpp     return getAttribute(http_equivAttr);
getAttribute      385 Source/core/html/HTMLObjectElement.cpp     return getAttribute(dataAttr);
getAttribute      440 Source/core/html/HTMLObjectElement.cpp     if (MIMETypeRegistry::isJavaAppletMIMEType(getAttribute(typeAttr)))
getAttribute      446 Source/core/html/HTMLObjectElement.cpp                 && MIMETypeRegistry::isJavaAppletMIMEType(child->getAttribute(valueAttr).string()))
getAttribute      115 Source/core/html/HTMLOptGroupElement.cpp     String itemText = getAttribute(labelAttr);
getAttribute      124 Source/core/html/HTMLScriptElement.cpp     return getAttribute(srcAttr).string();
getAttribute      129 Source/core/html/HTMLScriptElement.cpp     return getAttribute(charsetAttr).string();
getAttribute      134 Source/core/html/HTMLScriptElement.cpp     return getAttribute(typeAttr).string();
getAttribute      139 Source/core/html/HTMLScriptElement.cpp     return getAttribute(languageAttr).string();
getAttribute      144 Source/core/html/HTMLScriptElement.cpp     return getAttribute(forAttr).string();
getAttribute      149 Source/core/html/HTMLScriptElement.cpp     return getAttribute(eventAttr).string();
getAttribute       79 Source/core/html/HTMLSourceElement.cpp     return getAttribute(mediaAttr);
getAttribute       89 Source/core/html/HTMLSourceElement.cpp     return getAttribute(typeAttr);
getAttribute      224 Source/core/html/HTMLStyleElement.cpp     return getAttribute(mediaAttr);
getAttribute      229 Source/core/html/HTMLStyleElement.cpp     return getAttribute(typeAttr);
getAttribute      102 Source/core/html/HTMLTableColElement.cpp     return getAttribute(widthAttr);
getAttribute      561 Source/core/html/HTMLTableElement.cpp     return getAttribute(rulesAttr);
getAttribute      566 Source/core/html/HTMLTableElement.cpp     return getAttribute(summaryAttr);
getAttribute      433 Source/core/html/HTMLTextAreaElement.cpp     int value = getAttribute(maxlengthAttr).string().toInt(&ok);
getAttribute      156 Source/core/html/HTMLVideoElement.cpp     const AtomicString& url = getAttribute(posterAttr);
getAttribute       68 Source/core/html/LinkResource.cpp     m_charset = m_owner->getAttribute(charsetAttr);
getAttribute      438 Source/core/html/shadow/TextControlInnerElements.cpp     String grammar = input->getAttribute(webkitgrammarAttr);
getAttribute       94 Source/core/html/track/vtt/VTTElement.cpp         htmlElement.get()->setAttribute(HTMLNames::titleAttr, getAttribute(voiceAttributeName()));
getAttribute       95 Source/core/html/track/vtt/VTTElement.cpp         htmlElement.get()->setAttribute(HTMLNames::langAttr, getAttribute(langAttributeName()));
getAttribute      116 Source/core/html/track/vtt/VTTElement.cpp     htmlElement.get()->setAttribute(HTMLNames::classAttr, getAttribute(HTMLNames::classAttr));
getAttribute      142 Source/core/inspector/DOMEditor.cpp         m_value = m_element->getAttribute(m_name);
getAttribute      178 Source/core/inspector/DOMEditor.cpp         const AtomicString& value = m_element->getAttribute(m_name);
getAttribute     1082 Source/core/inspector/InspectorPageAgent.cpp             name = frame->ownerElement()->getAttribute(HTMLNames::idAttr);
getAttribute     1543 Source/core/inspector/InspectorStyleSheet.cpp     m_styleText = m_element->isStyledElement() ? m_element->getAttribute("style").string() : String();
getAttribute     1637 Source/core/inspector/InspectorStyleSheet.cpp     return m_element->getAttribute("style").string();
getAttribute      230 Source/core/page/PageSerializer.cpp             KURL url = document.completeURL(imageElement.getAttribute(HTMLNames::srcAttr));
getAttribute      243 Source/core/page/PageSerializer.cpp                 KURL url = document.completeURL(linkElement.getAttribute(HTMLNames::hrefAttr));
getAttribute      273 Source/core/page/PrintContext.cpp     const AtomicString& href = toElement(node)->getAttribute(HTMLNames::hrefAttr);
getAttribute      244 Source/core/rendering/HitTestResult.cpp         return image.getAttribute(altAttr);
getAttribute      326 Source/core/rendering/HitTestResult.cpp         urlString = m_innerURLElement->getAttribute(hrefAttr);
getAttribute      328 Source/core/rendering/HitTestResult.cpp         urlString = m_innerURLElement->getAttribute(XLinkNames::hrefAttr);
getAttribute      145 Source/core/rendering/RenderDetailsMarker.cpp             return !toElement(renderer->node())->getAttribute(openAttr).isNull();
getAttribute     1162 Source/core/rendering/RenderObject.cpp     const AtomicString& href = toElement(n)->getAttribute(hrefAttr);
getAttribute      156 Source/core/rendering/RenderTableCell.cpp         const AtomicString& nowrap = toElement(node())->getAttribute(nowrapAttr);
getAttribute      121 Source/core/rendering/RenderTreeAsText.cpp     if (elem.getAttribute(classAttr) != "Apple-style-span")
getAttribute       78 Source/core/svg/SVGAltGlyphElement.cpp     Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &target);
getAttribute      128 Source/core/svg/SVGAnimateMotionElement.cpp     const AtomicString& rotate = getAttribute(SVGNames::rotateAttr);
getAttribute      184 Source/core/svg/SVGFontData.cpp             language = parentRenderObjectElement->getAttribute(XMLNames::langAttr);
getAttribute       56 Source/core/svg/SVGFontFaceUriElement.cpp     RefPtrWillBeRawPtr<CSSFontFaceSrcValue> src = CSSFontFaceSrcValue::create(getAttribute(XLinkNames::hrefAttr));
getAttribute       93 Source/core/svg/SVGFontFaceUriElement.cpp     const AtomicString& href = getAttribute(XLinkNames::hrefAttr);
getAttribute       51 Source/core/svg/SVGGlyphRefElement.cpp     Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &glyphName);
getAttribute      151 Source/core/svg/SVGScriptElement.cpp     return getAttribute(SVGNames::typeAttr).string();
getAttribute       66 Source/core/svg/SVGStyleElement.cpp     const AtomicString& n = getAttribute(SVGNames::typeAttr);
getAttribute      228 Source/core/svg/animation/SVGSMILElement.cpp     AtomicString href = getAttribute(XLinkNames::hrefAttr);
getAttribute      230 Source/web/WebAXObject.cpp     return equalIgnoringCase(m_private->getAttribute(HTMLNames::aria_readonlyAttr), "true");
getAttribute       96 Source/web/WebElement.cpp     return constUnwrap<Element>()->getAttribute(attrName);
getAttribute     1696 Source/web/WebFrameImpl.cpp     childFrame->tree().setName(request.frameName(), ownerElement->getAttribute(ownerElement->subResourceAttributeName()));
getAttribute       72 Source/web/WebPageSerializer.cpp     String value = element->getAttribute(attributeName);
getAttribute       55 Source/web/WebSearchableFormData.cpp     String str(form->getAttribute(HTMLNames::accept_charsetAttr));
getAttribute      243 Source/web/WebSearchableFormData.cpp     if (equalIgnoringCase(formElement->getAttribute(methodAttr), "post")
getAttribute      258 Source/web/tests/TouchActionTest.cpp             AtomicString expectedAction = element->getAttribute("expected-action");
getAttribute       66 public/web/WebElement.h         BLINK_EXPORT WebString getAttribute(const WebString&) const;