Searched refs:m_rootType (Results 1 – 1 of 1) sorted by relevance
48 , m_rootType(rootType) in LiveNodeListBase()52 ASSERT(m_rootType == static_cast<unsigned>(rootType)); in LiveNodeListBase()69 … ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument; } in isRootedAtDocument()82 …WAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType); } in rootType()101 const unsigned m_rootType : 1; variable