Home
last modified time | relevance | path

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

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