Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParserValues.h238 …bool needsCrossingTreeScopeBoundary() const { return isCustomPseudoElement() || pseudoType() == CS… in needsCrossingTreeScopeBoundary() function
DCSSParser-in.cpp9813 if (m_defaultNamespace != starAtom || specifiers->needsCrossingTreeScopeBoundary()) in rewriteSpecifiersWithNamespaceIfNeeded()
9832 if (specifiers->needsCrossingTreeScopeBoundary()) in rewriteSpecifiersWithElementName()
9854 if (history->needsCrossingTreeScopeBoundary() || history->hasShadowPseudo()) in rewriteSpecifiersWithElementNameForCustomPseudoElement()
9926 if (newSpecifier->needsCrossingTreeScopeBoundary()) { in rewriteSpecifiers()
9935 if (specifiers->needsCrossingTreeScopeBoundary()) { in rewriteSpecifiers()