HomeSort by relevance Sort by last modified time
    Searched refs:isInShadowTree (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTitleElement.cpp 54 if (inDocument() && !isInShadowTree())
62 if (insertionPoint->inDocument() && !insertionPoint->isInShadowTree())
69 if (inDocument() && !isInShadowTree())
109 if (isInShadowTree())
HTMLIFrameElement.cpp 81 if (inDocument() && document()->isHTMLDocument() && !isInShadowTree()) {
113 if (insertionPoint->inDocument() && document()->isHTMLDocument() && !insertionPoint->isInShadowTree())
121 if (insertionPoint->inDocument() && document()->isHTMLDocument() && !insertionPoint->isInShadowTree())
HTMLStyleElement.cpp 123 if (isInShadowTree())
177 if (m_scopedStyleRegistrationState == NotRegistered && (scoped() || isInShadowTree()))
HTMLLinkElement.cpp 197 m_isInShadowTree = isInShadowTree();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp 50 else if (element->isInShadowTree() && element->hasTagName(SVGNames::gTag)) {
RenderSVGViewportContainer.cpp 69 if (correspondingElement && svg->isInShadowTree()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventRetargeter.h 79 if (!referenceNode->isSVGElement() || !referenceNode->isInShadowTree())
CharacterData.cpp 218 if (!isInShadowTree()) {
ContainerNode.cpp 145 return (newParent->isInShadowTree() || isInTemplateContent(newParent))
984 if (child->isInShadowTree())
1004 if (child->isInShadowTree()) {
    [all...]
TreeScope.cpp 175 if (!node->isInShadowTree())
Element.h     [all...]
Node.h 504 bool isInShadowTree() const { return getFlag(IsInShadowTreeFlag); }
    [all...]
Element.cpp 611 if (!element || !element->isInShadowTree())
938 shouldInvalidateStyle |= testShouldInvalidateStyle && isInShadowTree();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageConsoleAgent.cpp 77 while (node->isInShadowTree()) {
InspectorDOMAgent.cpp 421 if (node->isInShadowTree()) {
435 if (element->isInShadowTree()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleInvalidationAnalysis.cpp 95 if (ownerElement->isInShadowTree() && hasDistributedRule(styleSheetContents)) {
99 } while (scope->isInShadowTree());
ElementRuleCollector.cpp 113 if (element->isInShadowTree() && (behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost) && scopingNode == element->containingShadowRoot()->host())
RuleSet.cpp 62 return scopingNode && scopingNode->isInShadowTree();
SelectorChecker.cpp 149 if (!context.element->isInShadowTree() || !context.element->isInsertionPoint())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTRefElement.cpp 222 return childContext.node()->isInShadowTree();
264 if (!isInShadowTree())
SVGElement.cpp 136 if (!needsPendingResourceHandling() || !document || !inDocument() || isInShadowTree())
196 if (isInShadowTree() && parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement())
246 if (isInShadowTree()) {
    [all...]
SVGUseElement.cpp 396 if (!referencedDocument() || isInShadowTree())
431 if (isInShadowTree())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 36 * @param {boolean} isInShadowTree
39 WebInspector.DOMNode = function(domAgent, doc, isInShadowTree, payload) {
42 this._isInShadowTree = isInShadowTree;
195 isInShadowTree: function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 242 return styleElement->isInShadowTree() ? styleElement->containingShadowRoot() : 0;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 55 if (!node->isInShadowTree())

Completed in 1008 milliseconds

1 2