Home
last modified time | relevance | path

Searched refs:m_rootType (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h57 , m_rootType(rootType) in LiveNodeListBase()
65 ASSERT(m_rootType == static_cast<unsigned>(rootType)); in LiveNodeListBase()
85 …_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument || m_roo… in isRootedAtDocument()
130 …WAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType); } in rootType()
153 const unsigned m_rootType : 2; variable