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
375
return !
m_dirtyTreeScopes
.isEmpty() || updateMode == FullStyleUpdate;
393
clearMediaQueryRuleSetOnTreeScopeStyleSheets(
m_dirtyTreeScopes
);
417
TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes :
m_dirtyTreeScopes
;
435
m_dirtyTreeScopes
.clear();
609
m_dirtyTreeScopes
.add(&scope);
StyleEngine.h
239
TreeScopeSet
m_dirtyTreeScopes
;
Completed in 57 milliseconds