/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLStyleElement.cpp | 88 if (ShadowRoot* scope = containingShadowRoot()) in insertedInto() 101 ShadowRoot* scopingNode = containingShadowRoot(); in removedFrom() 103 scopingNode = insertionPoint->containingShadowRoot(); in removedFrom() 108 TreeScope* containingScope = containingShadowRoot(); in removedFrom() 139 return containingShadowRoot(); in scopingNode()
|
D | HTMLFormControlElementWithState.cpp | 49 if (insertionPoint->inDocument() && !containingShadowRoot()) in insertedInto() 56 …if (insertionPoint->inDocument() && !containingShadowRoot() && !insertionPoint->containingShadowRo… in removedFrom()
|
D | HTMLContentElement.cpp | 73 if (ShadowRoot* root = containingShadowRoot()) in parseAttribute() 101 …esInMatchingCriteriaInAuthorShadowTreesEnabled() || (containingShadowRoot() && containingShadowRoo… in validateSelect()
|
D | HTMLShadowElement.cpp | 56 ShadowRoot* containingRoot = containingShadowRoot(); in olderShadowRoot() 74 ShadowRoot* root = containingShadowRoot(); in insertedInto()
|
D | HTMLTextFormControlElement.cpp | 699 …return ancestor && isHTMLTextFormControlElement(*ancestor) && container->containingShadowRoot()->t… in enclosingTextFormControl()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
D | InsertionPoint.cpp | 145 ShadowRoot* shadowRoot = containingShadowRoot(); in isActive() 191 if (ShadowRoot* root = containingShadowRoot()) { in childrenChanged() 200 if (ShadowRoot* root = containingShadowRoot()) { in insertedInto() 217 ShadowRoot* root = containingShadowRoot(); in removedFrom() 219 root = insertionPoint->containingShadowRoot(); in removedFrom()
|
D | ShadowRoot.cpp | 168 if (ShadowRoot* root = host()->containingShadowRoot()) { in insertedInto() 179 ShadowRoot* root = host()->containingShadowRoot(); in removedFrom() 181 root = insertionPoint->containingShadowRoot(); in removedFrom() 198 if (ShadowRoot* root = point->containingShadowRoot()) in childrenChanged()
|
D | ElementShadow.h | 122 if (ShadowRoot* parentRoot = host()->containingShadowRoot()) in containingShadow()
|
D | ElementShadow.cpp | 282 ShadowRoot* root = shadowInsertionPoint->containingShadowRoot(); in distribute()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestResult.cpp | 152 if (ShadowRoot* containingShadowRoot = node->containingShadowRoot()) { in setToShadowHostIfInUserAgentShadowRoot() local 153 if (containingShadowRoot->type() == ShadowRoot::UserAgentShadowRoot) in setToShadowHostIfInUserAgentShadowRoot() 159 if (ShadowRoot* containingShadowRoot = node->containingShadowRoot()) { in setToShadowHostIfInUserAgentShadowRoot() local 160 if (containingShadowRoot->type() == ShadowRoot::UserAgentShadowRoot) in setToShadowHostIfInUserAgentShadowRoot()
|
D | RenderLayerScrollableArea.cpp | 843 if (ShadowRoot* shadowRoot = node->containingShadowRoot()) { in rendererForScrollbar()
|
D | RenderObject.cpp | 2750 if (ShadowRoot* root = node()->containingShadowRoot()) { in getUncachedPseudoStyleFromParentOrShadowHost()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventPath.cpp | 117 ShadowRoot* containingShadowRoot = insertionPoint->containingShadowRoot(); in calculatePath() local 118 ASSERT(containingShadowRoot); in calculatePath() 119 if (!containingShadowRoot->isOldest()) in calculatePath() 120 addNodeEventContext(containingShadowRoot->olderShadowRoot()); in calculatePath()
|
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/ |
D | StyleSheetInvalidationAnalysis.cpp | 102 scope = scope->containingShadowRoot()->shadowHost(); in determineScopingNodeForStyleInShadow() 107 return ownerElement->containingShadowRoot()->shadowHost(); in determineScopingNodeForStyleInShadow()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | ScopedStyleResolver.cpp | 58 return styleElement.containingShadowRoot(); in treeScopeFor()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.cpp | 72 ShadowRoot* root = element->containingShadowRoot(); in matchesCustomPseudoElement() 89 …if (context.scope && (context.scope == context.element->containingShadowRoot() || context.scope->t… in parentElement() 262 …return matchForPseudoShadow(context.element->containingShadowRoot(), nextContext, siblingTraversal… in matchForRelation() 369 nextContext.scope = insertionPoints[i]->containingShadowRoot(); in matchForShadowDistributed()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGElement.cpp | 557 ASSERT(!hasSVGRareData() || !svgRareData()->correspondingElement() || containingShadowRoot()); in correspondingElement() 563 if (ShadowRoot* root = containingShadowRoot()) { in correspondingUseElement() 731 if (element->containingShadowRoot()) in collectInstancesForSVGElement()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.cpp | 1116 if (ShadowRoot* root = containingShadowRoot()) in shadowHost() 1121 ShadowRoot* Node::containingShadowRoot() const in containingShadowRoot() function in blink::Node 2362 ASSERT(insertionPoint->containingShadowRoot()); in getDestinationInsertionPoints() 2363 if (insertionPoint->containingShadowRoot()->type() != ShadowRoot::UserAgentShadowRoot) in getDestinationInsertionPoints()
|
D | SelectorQuery.cpp | 371 ShadowRoot* shadowRoot = current->containingShadowRoot(); in nextTraversingShadowTree()
|
D | Element.cpp | 545 return element->containingShadowRoot()->shouldExposeToBindings() ? element : 0; in offsetParentForBindings() 2360 if (ShadowRoot* root = containingShadowRoot()) { in shadowPseudoId() 2378 const ShadowRoot* shadowRoot = containingShadowRoot(); in isInDescendantTreeOf() 2383 shadowRoot = ancestorShadowHost->containingShadowRoot(); in isInDescendantTreeOf()
|
D | Node.h | 282 ShadowRoot* containingShadowRoot() const;
|
D | Range.cpp | 1403 return startContainer() ? startContainer()->containingShadowRoot() : 0; in shadowRoot()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | htmlediting.cpp | 1113 ShadowRoot* shadowRoot = p.anchorNode()->containingShadowRoot(); in indexForVisiblePosition()
|