Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.cpp139 bool foundShadowElementInAncestors = false; in canBeActive() local
144 … if (thisIsContentHTMLElement && isHTMLShadowElement(node) && !foundShadowElementInAncestors) in canBeActive()
145 foundShadowElementInAncestors = true; in canBeActive()