Home
last modified time | relevance | path

Searched refs:cacheIsValid (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.h74 …bool cacheIsValid(const ContainerNode* parent) const { return parent && parent == m_cache.nodeForS… in cacheIsValid() function
100 if (!cacheIsValid(element)) in scopedResolverFor()
DScopedStyleTree.cpp170 if (!cacheIsValid(parent)) { in pushStyleCache()
183 if (!cacheIsValid(&scopingNode)) in popStyleCache()