hasAttribute 68 Source/core/accessibility/AXListBoxOption.cpp if (m_optionElement->hasAttribute(disabledAttr)) hasAttribute 285 Source/core/accessibility/AXNodeObject.cpp if (!hasAttribute(contenteditableAttr)) hasAttribute 940 Source/core/accessibility/AXNodeObject.cpp if (hasAttribute(aria_valuenowAttr)) hasAttribute 954 Source/core/accessibility/AXNodeObject.cpp if (hasAttribute(aria_valuemaxAttr)) hasAttribute 968 Source/core/accessibility/AXNodeObject.cpp if (hasAttribute(aria_valueminAttr)) hasAttribute 428 Source/core/accessibility/AXObject.cpp || hasAttribute(aria_labelAttr); hasAttribute 515 Source/core/accessibility/AXObject.h bool hasAttribute(const QualifiedName&) const; hasAttribute 49 Source/core/accessibility/AXProgressIndicator.cpp if (hasAttribute(aria_valuenowAttr)) hasAttribute 60 Source/core/accessibility/AXProgressIndicator.cpp if (hasAttribute(aria_valuemaxAttr)) hasAttribute 68 Source/core/accessibility/AXProgressIndicator.cpp if (hasAttribute(aria_valueminAttr)) hasAttribute 79 Source/core/css/invalidation/StyleInvalidator.cpp if (element.hasAttribute(*it)) hasAttribute 210 Source/core/dom/DatasetDOMStringMap.cpp if (m_element->hasAttribute(attributeName)) { hasAttribute 691 Source/core/dom/Document.cpp return isHTMLHtmlElement(documentElement()) && documentElement()->hasAttribute(manifestAttr); hasAttribute 112 Source/core/dom/Element.h bool hasAttribute(const QualifiedName&) const; hasAttribute 145 Source/core/dom/Element.h bool hasAttribute(const AtomicString& name) const; hasAttribute 53 Source/core/dom/FullscreenElementStack.cpp if (!owner->hasAttribute(allowfullscreenAttr)) { hasAttribute 54 Source/core/dom/FullscreenElementStack.cpp if (owner->hasAttribute(webkitallowfullscreenAttr)) hasAttribute 79 Source/core/editing/ApplyStyleCommand.cpp if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute hasAttribute 524 Source/core/editing/ApplyStyleCommand.cpp if (element->hasAttribute(dirAttr)) { hasAttribute 425 Source/core/editing/DeleteSelectionCommand.cpp if ((isHTMLStyleElement(*node) && !(toElement(node)->hasAttribute(scopedAttr))) || isHTMLLinkElement(*node)) { hasAttribute 251 Source/core/editing/EditingStyle.cpp virtual bool matches(const Element* elem) const OVERRIDE { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); } hasAttribute 915 Source/core/editing/EditingStyle.cpp if (element->hasAttribute(HTMLNames::styleAttr)) { hasAttribute 97 Source/core/editing/FormatBlockCommand.cpp if (outerBlock.get() != nodeAfterInsertionPosition.get() && toHTMLElement(nodeAfterInsertionPosition.get())->hasAttribute(styleAttr)) hasAttribute 239 Source/core/editing/MarkupAccumulator.cpp if (element.hasAttribute(xmlnsAtom)) { hasAttribute 247 Source/core/editing/MarkupAccumulator.cpp return !element.hasAttribute(xmlnsWithColon + prefix); hasAttribute 594 Source/core/editing/markup.cpp && toElement(fullySelectedRoot)->hasAttribute(backgroundAttr)) hasAttribute 324 Source/core/html/HTMLAnchorElement.cpp return hasAttribute(hrefAttr); hasAttribute 431 Source/core/html/HTMLAnchorElement.cpp if (hasAttribute(downloadAttr)) { hasAttribute 639 Source/core/html/HTMLElement.cpp return node->isHTMLElement() && (isHTMLBDIElement(*node) || toHTMLElement(node)->hasAttribute(dirAttr)); hasAttribute 61 Source/core/html/HTMLFrameElement.cpp return hasAttribute(noresizeAttr); hasAttribute 79 Source/core/html/HTMLHRElement.cpp if (!hasAttribute(colorAttr)) { hasAttribute 754 Source/core/html/HTMLInputElement.cpp bool checked = hasAttribute(checkedAttr); hasAttribute 840 Source/core/html/HTMLInputElement.cpp setChecked(hasAttribute(checkedAttr)); hasAttribute 1544 Source/core/html/HTMLInputElement.cpp return m_inputType->shouldRespectSpeechAttribute() && RuntimeEnabledFeatures::speechInputEnabled() && hasAttribute(webkitspeechAttr); hasAttribute 148 Source/core/html/forms/SearchInputType.cpp return element().hasAttribute(incrementalAttr); hasAttribute 290 Source/core/rendering/svg/RenderSVGResourceClipper.cpp if (!useElement.hasAttribute(SVGNames::clip_ruleAttr)) hasAttribute 178 Source/core/rendering/svg/RenderSVGResourceFilter.cpp if (filterElement->hasAttribute(SVGNames::filterResAttr)) { hasAttribute 225 Source/core/rendering/svg/RenderSVGResourceFilter.cpp if (filterElement->hasAttribute(SVGNames::filterResAttr)) { hasAttribute 141 Source/core/rendering/svg/RenderSVGResourceMarker.cpp if (marker->hasAttribute(SVGNames::viewBoxAttr) && marker->viewBox()->currentValue()->isValid() && marker->viewBox()->currentValue()->value().isEmpty()) hasAttribute 101 Source/core/rendering/svg/RenderSVGViewportContainer.cpp if (useElement->hasAttribute(SVGNames::widthAttr)) hasAttribute 103 Source/core/rendering/svg/RenderSVGViewportContainer.cpp else if (isSymbolElement && svg->hasAttribute(SVGNames::widthAttr)) { hasAttribute 109 Source/core/rendering/svg/RenderSVGViewportContainer.cpp if (useElement->hasAttribute(SVGNames::heightAttr)) hasAttribute 111 Source/core/rendering/svg/RenderSVGViewportContainer.cpp else if (isSymbolElement && svg->hasAttribute(SVGNames::heightAttr)) { hasAttribute 283 Source/core/svg/SVGAnimationElement.cpp if (hasAttribute(SVGNames::valuesAttr)) hasAttribute 140 Source/core/svg/SVGFEColorMatrixElement.cpp if (!hasAttribute(SVGNames::valuesAttr)) { hasAttribute 198 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (!hasAttribute(SVGNames::orderAttr)) { hasAttribute 213 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (hasAttribute(SVGNames::targetXAttr) && (targetXValue < 0 || targetXValue >= orderXValue)) hasAttribute 216 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (!hasAttribute(SVGNames::targetXAttr)) hasAttribute 218 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (hasAttribute(SVGNames::targetYAttr) && (targetYValue < 0 || targetYValue >= orderYValue)) hasAttribute 221 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (!hasAttribute(SVGNames::targetYAttr)) hasAttribute 228 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (!hasAttribute(SVGNames::kernelUnitLengthAttr)) { hasAttribute 236 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (hasAttribute(SVGNames::divisorAttr) && !divisorValue) hasAttribute 238 Source/core/svg/SVGFEConvolveMatrixElement.cpp if (!hasAttribute(SVGNames::divisorAttr)) { hasAttribute 124 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp if (hasAttribute(SVGNames::xAttr)) hasAttribute 126 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp if (hasAttribute(SVGNames::yAttr)) hasAttribute 128 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp if (hasAttribute(SVGNames::widthAttr)) hasAttribute 130 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp if (hasAttribute(SVGNames::heightAttr)) hasAttribute 604 Source/core/svg/SVGSVGElement.cpp || hasAttribute(SVGNames::viewBoxAttr); hasAttribute 797 Source/core/svg/SVGSVGElement.cpp if (viewElement->hasAttribute(SVGNames::viewBoxAttr)) hasAttribute 802 Source/core/svg/SVGSVGElement.cpp if (viewElement->hasAttribute(SVGNames::preserveAspectRatioAttr)) { hasAttribute 810 Source/core/svg/SVGSVGElement.cpp if (viewElement->hasAttribute(SVGNames::zoomAndPanAttr)) hasAttribute 84 Source/core/svg/SVGSymbolElement.cpp return hasAttribute(SVGNames::viewBoxAttr); hasAttribute 78 Source/core/svg/properties/SVGAnimatedProperty.cpp return isAnimating() || contextElement()->hasAttribute(attributeName()); hasAttribute 83 Source/web/WebElement.cpp return constUnwrap<Element>()->hasAttribute(attrName); hasAttribute 108 Source/web/WebSearchableFormData.cpp if (optionElement->selected() != optionElement->hasAttribute(selectedAttr)) hasAttribute 121 Source/web/WebSearchableFormData.cpp if (optionElement->hasAttribute(selectedAttr)) { hasAttribute 142 Source/web/WebSearchableFormData.cpp return inputElement.checked() == inputElement.hasAttribute(checkedAttr); hasAttribute 64 public/web/WebElement.h BLINK_EXPORT bool hasAttribute(const WebString&) const;