HomeSort by relevance Sort by last modified time
    Searched refs:TreeScopeSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 118 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope)
127 TreeScopeSet::iterator begin = treeScopes.begin();
128 TreeScopeSet::iterator end = treeScopes.end();
129 TreeScopeSet::iterator it = end;
378 void StyleEngine::clearMediaQueryRuleSetOnTreeScopeStyleSheets(TreeScopeSet treeScopes)
380 for (TreeScopeSet::iterator it = treeScopes.begin(); it != treeScopes.end(); ++it) {
417 TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes;
420 for (TreeScopeSet::iterator it = treeScopes.begin(); it != treeScopes.end(); ++it) {
448 TreeScopeSet::const_iterator begin = m_activeTreeScopes.begin();
449 TreeScopeSet::const_iterator end = m_activeTreeScopes.end()
    [all...]
StyleEngine.h 199 typedef ListHashSet<TreeScope*, 16> TreeScopeSet;
200 static void insertTreeScopeInDocumentOrder(TreeScopeSet&, TreeScope*);
201 void clearMediaQueryRuleSetOnTreeScopeStyleSheets(TreeScopeSet treeScopes);
239 TreeScopeSet m_dirtyTreeScopes;
240 TreeScopeSet m_activeTreeScopes;

Completed in 55 milliseconds