OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cacheIsValid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.h
74
bool
cacheIsValid
(const ContainerNode* parent) const { return parent && parent == m_cache.nodeForScopedStyles; }
100
if (!
cacheIsValid
(element))
ScopedStyleTree.cpp
167
if (!
cacheIsValid
(parent)) {
180
if (!
cacheIsValid
(&scopingNode))
Completed in 26 milliseconds