Home | History | Annotate | Download | only in dom

Lines Matching defs:hasID

465     bool hasID() const;
714 ASSERT(hasID());
729 return hasID() ? fastGetAttribute(HTMLNames::idAttr) : nullAtom;
758 inline bool Element::hasID() const
760 return elementData() && elementData()->hasID();