HomeSort by relevance Sort by last modified time
    Searched refs:m_collectionItemsCache (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 54 m_collectionItemsCache.invalidate();
59 return m_collectionItemsCache.nodeCount(*this);
64 return m_collectionItemsCache.nodeAt(*this, offset);
89 visitor->trace(m_collectionItemsCache);
LiveNodeList.h 63 mutable CollectionItemsCache<LiveNodeList, Element> m_collectionItemsCache;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 57 bool isEmpty() const { return m_collectionItemsCache.isEmpty(*this); }
58 bool hasExactlyOneItem() const { return m_collectionItemsCache.hasExactlyOneNode(*this); }
152 mutable CollectionItemsCache<HTMLCollection, Element> m_collectionItemsCache;
HTMLCollection.cpp 191 m_collectionItemsCache.invalidate();
197 return m_collectionItemsCache.nodeCount(*this);
202 return m_collectionItemsCache.nodeAt(*this, offset);
503 visitor->trace(m_collectionItemsCache);

Completed in 257 milliseconds