HomeSort by relevance Sort by last modified time
    Searched defs:hasID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 75 bool hasID() const { return !m_idForStyleResolution.isNull(); }
Element.h 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();
    [all...]

Completed in 188 milliseconds