Searched refs:m_collectionItemsCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DLiveNodeList.cpp54 m_collectionItemsCache.invalidate();
59 return m_collectionItemsCache.nodeCount(*this);
64 return m_collectionItemsCache.nodeAt(*this, offset);
89 visitor->trace(m_collectionItemsCache);
H A DLiveNodeList.h63 mutable CollectionItemsCache<LiveNodeList, Element> m_collectionItemsCache; member in class:blink::LiveNodeList
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.h57 bool isEmpty() const { return m_collectionItemsCache.isEmpty(*this); }
58 bool hasExactlyOneItem() const { return m_collectionItemsCache.hasExactlyOneNode(*this); }
152 mutable CollectionItemsCache<HTMLCollection, Element> m_collectionItemsCache; member in class:blink::HTMLCollection
H A DHTMLCollection.cpp191 m_collectionItemsCache.invalidate();
197 return m_collectionItemsCache.nodeCount(*this);
202 return m_collectionItemsCache.nodeAt(*this, offset);
503 visitor->trace(m_collectionItemsCache);

Completed in 343 milliseconds