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

  /external/webkit/Source/WebCore/dom/
ChildNodeList.cpp 55 if (m_caches->isItemCacheValid) {
94 m_caches->isItemCacheValid = true;
DynamicNodeList.cpp 76 m_caches->isItemCacheValid = true;
94 m_caches->isItemCacheValid = true;
108 if (m_caches->isItemCacheValid) {
163 , isItemCacheValid(false)
176 isItemCacheValid = false;
DynamicNodeList.h 47 bool isItemCacheValid : 1;

Completed in 682 milliseconds