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 73 Vector<Element*>* idCache(const AtomicString& name) const { return m_idCache.get(name.impl()); }
75 void appendIdCache(const AtomicString& name, Element* element) const { append(m_idCache, name, element); }
86 mutable NodeCacheMap m_idCache;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 57 cacheBase->m_idCache.clear();
66 cacheBase->m_idCache.clear();

Completed in 302 milliseconds