Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h61 , m_collectionType(collectionType) in LiveNodeListBase()
67 ASSERT(m_collectionType == static_cast<unsigned>(collectionType)); in LiveNodeListBase()
87 …ALWAYS_INLINE CollectionType type() const { return static_cast<CollectionType>(m_collectionType); } in type()
159 const unsigned m_collectionType : 5; variable