Home
last modified time | relevance | path

Searched defs:treeScopes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp119 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope) in insertTreeScopeInDocumentOrder()
373 void StyleEngine::clearMediaQueryRuleSetOnTreeScopeStyleSheets(TreeScopeSet treeScopes) in clearMediaQueryRuleSetOnTreeScopeStyleSheets()
412 … TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes; in updateActiveStyleSheets() local
DTreeScope.cpp451 static void listTreeScopes(Node* node, Vector<TreeScope*, 5>& treeScopes) in listTreeScopes()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventPath.cpp303 WillBeHeapVector<RawPtrWillBeMember<TreeScope> > treeScopes; in adjustForTouchEvent() local
328 …llBeMember<TouchList> > adjustedTouchList, const WillBeHeapVector<RawPtrWillBeMember<TreeScope> >&… in adjustTouchList()