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/
ScopedStyleResolver.h
129
bool
cacheIsValid
(const ContainerNode* parent) const { return parent && parent == m_cache.nodeForScopedStyles; }
155
if (!
cacheIsValid
(element))
ScopedStyleResolver.cpp
177
if (!
cacheIsValid
(parent)) {
190
if (!
cacheIsValid
(scopingNode))
Completed in 726 milliseconds