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 97 bool hasID() const { return !m_idForStyleResolution.isNull(); }
Element.h 492 bool hasID() const;
724 ASSERT(hasID());
739 return hasID() ? fastGetAttribute(HTMLNames::idAttr) : nullAtom;
786 inline bool Element::hasID() const
788 return elementData() && elementData()->hasID();
    [all...]

Completed in 54 milliseconds