Searched refs:styleSheetCandidateNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.cpp253 void StyleEngine::removePendingSheet(Node* styleSheetCandidateNode) argument
255 ASSERT(styleSheetCandidateNode);
256 TreeScope* treeScope = isHTMLStyleElement(*styleSheetCandidateNode) ? &styleSheetCandidateNode->treeScope() : m_document.get();
H A DStyleEngine.h117 void removePendingSheet(Node* styleSheetCandidateNode);

Completed in 50 milliseconds