Searched refs:hasID (Results 1 – 18 of 18) sorted by relevance
49 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == id) in itemWithName()
54 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == elementId) in itemWithName()
72 if (node->hasID() && static_cast<Element*>(node)->getIdAttribute() == elementId) in itemWithName()
45 return element->hasID() && element->getIdAttribute().impl() == key; in keyMatchesId()
141 if (node->hasID() && static_cast<Element*>(node)->idForStyleResolution() == elementId) in itemWithName()
508 ASSERT(hasID()); in idForStyleResolution()
286 bool hasID() const { return getFlag(HasIDFlag); } in hasID() function
944 if (hasID()) { in insertedIntoDocument()955 if (hasID()) { in removedFromDocument()
39 , m_id(node->hasID() ? node->getIdAttribute() : nullAtom) in RenderSVGResourceContainer()
138 if (hasID()) in insertedIntoDocument()149 if (hasID()) in removedFromDocument()
240 …if (!targetElement || !targetElement->hasID() || targetElement->idForStyleResolution() != m_nextSa… in updateAnimations()
57 if (node->hasID())
656 if (element->hasID() && element->getIdAttribute() == id) in getElementById()
774 if (element->hasID() && element->idForStyleResolution() == id) in hasCycleUseReferencing()
421 if (node->hasID()) in writeRenderObject()
1474 if (node->hasID()) in paintIntoLayer()
609 if (element->hasID()) in collectElementIdentifierHashes()702 if (m_element->hasID()) in matchRules()952 if (p->hasID() && m_features.idsInRules.contains(p->idForStyleResolution().impl())) in locateCousinList()1039 if (element->hasID() && m_features.idsInRules.contains(element->idForStyleResolution().impl())) in canShareStyleWithElement()1139 …if (m_styledElement->hasID() && m_features.idsInRules.contains(m_styledElement->idForStyleResoluti… in locateSharedStyle()2136 return element->hasID() && element->idForStyleResolution().impl() == value; in checkValue()2385 return e->hasID() && e->idForStyleResolution() == sel->value(); in checkOneSelector()
11408 (WebCore::Node::hasID):