Searched refs:idForStyleResolution (Results 1 – 11 of 11) sorted by relevance
198 if (candidate.hasID() && m_features.idsInRules.contains(candidate.idForStyleResolution())) in canShareStyleWithElement()232 if (parent->hasID() && m_features.idsInRules.contains(parent->idForStyleResolution())) in canShareStyleWithElement()
87 if (node->hasID() && toElement(node)->idForStyleResolution() == elementId) in namedItem()
153 const AtomicString& idForStyleResolution() const;739 inline const AtomicString& Element::idForStyleResolution() const in idForStyleResolution() function742 return elementData()->idForStyleResolution(); in idForStyleResolution()
56 const AtomicString& idForStyleResolution() const { return m_idForStyleResolution; } in idForStyleResolution() function
985 AtomicString oldId = elementData()->idForStyleResolution(); in attributeChanged()1124 AtomicString oldId = elementData()->idForStyleResolution(); in shouldInvalidateDistributionWhenAttributeChanged()3599 if (hasID() && document().ensureStyleResolver().hasRulesForId(idForStyleResolution())) in supportsStyleSharing()
43 … identifierHashes.append(element.idForStyleResolution().impl()->existingHash() * IdAttributeSalt); in collectElementIdentifierHashes()
83 return element.hasID() && element.idForStyleResolution() == selector->value(); in checkIDValue()
183 …if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().i… in elementMatchesSelectorScopes()
167 …collectMatchingRulesForList(matchRequest.ruleSet->idRules(element.idForStyleResolution().impl()), … in collectMatchingRules()
477 …return element.hasID() && element.idForStyleResolution() == selector->value() && !elementIsHostInI… in checkOne()
605 ts << " #" << element->idForStyleResolution(); in writeRenderRegionList()