Searched defs:hasID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h94 bool hasID() const { return !m_idForStyleResolution.isNull(); } function in class:WebCore::ElementData
634 bool hasID() const;
875 ASSERT(hasID());
890 return hasID() ? fastGetAttribute(document()->idAttributeName()) : nullAtom;
937 inline bool Element::hasID() const function in class:WebCore::Element
939 return elementData() && elementData()->hasID();
955 inline bool Node::hasID() const function in class:WebCore::Node
957 return isElementNode() && toElement(this)->hasID();

Completed in 72 milliseconds