Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLStyleElement.cpp88 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()
DHTMLFormControlElementWithState.cpp49 if (insertionPoint->inDocument() && !containingShadowRoot()) in insertedInto()
56 …if (insertionPoint->inDocument() && !containingShadowRoot() && !insertionPoint->containingShadowRo… in removedFrom()
DHTMLContentElement.cpp73 if (ShadowRoot* root = containingShadowRoot()) in parseAttribute()
101 …esInMatchingCriteriaInAuthorShadowTreesEnabled() || (containingShadowRoot() && containingShadowRoo… in validateSelect()
DHTMLShadowElement.cpp56 ShadowRoot* containingRoot = containingShadowRoot(); in olderShadowRoot()
74 ShadowRoot* root = containingShadowRoot(); in insertedInto()
DHTMLTextFormControlElement.cpp699 …return ancestor && isHTMLTextFormControlElement(*ancestor) && container->containingShadowRoot()->t… in enclosingTextFormControl()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.cpp145 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()
DShadowRoot.cpp168 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()
DElementShadow.h122 if (ShadowRoot* parentRoot = host()->containingShadowRoot()) in containingShadow()
DElementShadow.cpp282 ShadowRoot* root = shadowInsertionPoint->containingShadowRoot(); in distribute()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestResult.cpp152 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()
DRenderLayerScrollableArea.cpp843 if (ShadowRoot* shadowRoot = node->containingShadowRoot()) { in rendererForScrollbar()
DRenderObject.cpp2750 if (ShadowRoot* root = node()->containingShadowRoot()) { in getUncachedPseudoStyleFromParentOrShadowHost()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventPath.cpp117 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/
DStyleSheetInvalidationAnalysis.cpp102 scope = scope->containingShadowRoot()->shadowHost(); in determineScopingNodeForStyleInShadow()
107 return ownerElement->containingShadowRoot()->shadowHost(); in determineScopingNodeForStyleInShadow()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleResolver.cpp58 return styleElement.containingShadowRoot(); in treeScopeFor()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp72 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/
DSVGElement.cpp557 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/
DNode.cpp1116 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()
DSelectorQuery.cpp371 ShadowRoot* shadowRoot = current->containingShadowRoot(); in nextTraversingShadowTree()
DElement.cpp545 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()
DNode.h282 ShadowRoot* containingShadowRoot() const;
DRange.cpp1403 return startContainer() ? startContainer()->containingShadowRoot() : 0; in shadowRoot()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp1113 ShadowRoot* shadowRoot = p.anchorNode()->containingShadowRoot(); in indexForVisiblePosition()