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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 74 Vector<Element*>* idCache(const AtomicString& name) const { return m_idCache.get(name.impl()); }
76 void appendIdCache(const AtomicString& name, Element* element) const { append(m_idCache, name, element); }
87 mutable NodeCacheMap m_idCache;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 58 cacheBase->m_idCache.clear();
67 cacheBase->m_idCache.clear();

Completed in 862 milliseconds