OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_dirtyTreeScopes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp
337
return !
m_dirtyTreeScopes
.isEmpty() || updateMode == FullStyleUpdate;
355
clearMediaQueryRuleSetOnTreeScopeStyleSheets(
m_dirtyTreeScopes
);
397
TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes :
m_dirtyTreeScopes
;
420
m_dirtyTreeScopes
.clear();
588
m_dirtyTreeScopes
.add(&scope);
StyleEngine.h
220
TreeScopeSet
m_dirtyTreeScopes
;
Completed in 43 milliseconds