Home | History | Annotate | Download | only in dom

Lines Matching refs:hasID

94     bool hasID() const { return !m_idForStyleResolution.isNull(); }
634 bool hasID() const;
875 ASSERT(hasID());
890 return hasID() ? fastGetAttribute(document()->idAttributeName()) : nullAtom;
937 inline bool Element::hasID() const
939 return elementData() && elementData()->hasID();
955 inline bool Node::hasID() const
957 return isElementNode() && toElement(this)->hasID();