Home | History | Annotate | Download | only in dom

Lines Matching refs:m_idForStyleResolution

78     const AtomicString& idForStyleResolution() const { return m_idForStyleResolution; }
79 void setIdForStyleResolution(const AtomicString& newId) const { m_idForStyleResolution = newId; }
94 bool hasID() const { return !m_idForStyleResolution.isNull(); }
114 mutable AtomicString m_idForStyleResolution;