hasAttributes 77 Source/core/css/invalidation/StyleInvalidator.cpp if (element.hasAttributes()) { hasAttributes 155 Source/core/dom/DatasetDOMStringMap.cpp if (!m_element->hasAttributes()) hasAttributes 168 Source/core/dom/DatasetDOMStringMap.cpp if (!m_element->hasAttributes()) hasAttributes 183 Source/core/dom/DatasetDOMStringMap.cpp if (!m_element->hasAttributes()) hasAttributes 1228 Source/core/dom/Element.cpp if (hasAttributes()) { hasAttributes 2549 Source/core/dom/Element.cpp if (!hasAttributes()) hasAttributes 140 Source/core/dom/Element.h bool hasAttributes() const; hasAttributes 60 Source/core/dom/NamedNodeMap.cpp size_t index = m_element->hasAttributes() ? m_element->getAttributeItemIndex(name, m_element->shouldIgnoreAttributeCase()) : kNotFound; hasAttributes 70 Source/core/dom/NamedNodeMap.cpp size_t index = m_element->hasAttributes() ? m_element->getAttributeItemIndex(QualifiedName(nullAtom, localName, namespaceURI)) : kNotFound; hasAttributes 108 Source/core/dom/NamedNodeMap.cpp if (!m_element->hasAttributes()) hasAttributes 1307 Source/core/dom/Node.cpp if (elem->hasAttributes()) { hasAttributes 1393 Source/core/dom/Node.cpp if (elem->hasAttributes()) { hasAttributes 73 Source/core/editing/ApplyStyleCommand.cpp if (!element->hasAttributes()) hasAttributes 288 Source/core/editing/CompositeEditCommand.cpp if (!toElement(node)->hasAttributes()) hasAttributes 899 Source/core/editing/EditingStyle.cpp if (!element->hasAttributes()) hasAttributes 54 Source/core/editing/InsertParagraphSeparatorCommand.cpp if (curBlock->parentElement()->hasAttributes()) hasAttributes 395 Source/core/editing/MarkupAccumulator.cpp if (element.hasAttributes()) { hasAttributes 101 Source/core/editing/markup.cpp if (!element->hasAttributes()) hasAttributes 280 Source/core/editing/markup.cpp const unsigned length = element.hasAttributes() ? element.attributeCount() : 0; hasAttributes 793 Source/core/editing/markup.cpp if (!isHTMLDivElement(*element) || !element->hasAttributes()) hasAttributes 115 Source/core/html/HTMLEmbedElement.cpp if (!hasAttributes()) hasAttributes 182 Source/core/html/HTMLObjectElement.cpp if (hasAttributes()) { hasAttributes 740 Source/core/inspector/InspectorDOMAgent.cpp if (!parsedElement->hasAttributes() && name) { hasAttributes 1003 Source/core/inspector/InspectorDOMAgent.cpp if (!element->hasAttributes()) hasAttributes 1617 Source/core/inspector/InspectorDOMAgent.cpp if (!element->hasAttributes()) hasAttributes 79 Source/core/page/PageSerializer.cpp if (element.hasAttributes()) { hasAttributes 605 Source/core/xml/XPathFunctions.cpp if (element->hasAttributes()) hasAttributes 217 Source/core/xml/XPathNodeSet.cpp if (!element->hasAttributes()) hasAttributes 350 Source/core/xml/XPathStep.cpp if (!contextElement->hasAttributes()) hasAttributes 798 Source/core/xml/parser/XMLDocumentParser.cpp if (element->hasAttributes()) { hasAttributes 111 Source/web/WebElement.cpp if (!constUnwrap<Element>()->hasAttributes()) hasAttributes 305 Source/web/WebPageSerializerImpl.cpp if (element->hasAttributes()) {