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

  /external/webkit/Source/WebCore/dom/
NodeRareData.h 56 RefPtr<DynamicNodeList> m_labelsNodeListCache;
69 : m_childNodeListCaches(DynamicNodeList::Caches::create()), m_labelsNodeListCache(0)
Node.cpp 1069 if (data->nodeLists()->m_labelsNodeListCache)
1070 data->nodeLists()->m_labelsNodeListCache->invalidateCache();
1113 data->m_labelsNodeListCache = 0;
    [all...]

Completed in 70 milliseconds