Home | History | Annotate | Download | only in css

Lines Matching refs:hasID

609     if (element->hasID())
702 if (m_element->hasID())
952 if (p->hasID() && m_features.idsInRules.contains(p->idForStyleResolution().impl()))
1039 if (element->hasID() && m_features.idsInRules.contains(element->idForStyleResolution().impl()))
1139 if (m_styledElement->hasID() && m_features.idsInRules.contains(m_styledElement->idForStyleResolution().impl()))
2136 return element->hasID() && element->idForStyleResolution().impl() == value;
2385 return e->hasID() && e->idForStyleResolution() == sel->value();