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

  /external/webkit/Source/WebCore/dom/
NodeRareData.h 45 RefPtr<DynamicNodeList::Caches> m_childNodeListCaches;
69 : m_childNodeListCaches(DynamicNodeList::Caches::create()), m_labelsNodeListCache(0)
Node.cpp 617 return ChildNodeList::create(this, data->nodeLists()->m_childNodeListCaches.get());
    [all...]

Completed in 113 milliseconds