Home
last modified time | relevance | path

Searched refs:insertTreeScopeInDocumentOrder (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.h192 static void insertTreeScopeInDocumentOrder(TreeScopeSet&, TreeScope*);
DStyleEngine.cpp104 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope) in insertTreeScopeInDocumentOrder() function in WebCore::StyleEngine
309 insertTreeScopeInDocumentOrder(m_activeTreeScopes, &treeScope); in addStyleSheetCandidateNode()