Home
last modified time | relevance | path

Searched refs:parentOrShadowHostNode (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.cpp79 …for (ContainerNode* node = scopingNode.parentOrShadowHostNode(); node; node = node->parentOrShadow… in setupScopedStylesTree()
152 for (; scopingNode; scopingNode = scopingNode->parentOrShadowHostNode()) { in enclosingScopedStyleResolverFor()
188 m_cache.nodeForScopedStyles = scopingNode.parentOrShadowHostNode(); in popStyleCache()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.cpp291 Node* parentOrShadowHostNode = text->parentOrShadowHostNode(); in isSVGText() local
292 ASSERT(parentOrShadowHostNode); in isSVGText()
293 …return parentOrShadowHostNode->isSVGElement() && !isSVGForeignObjectElement(*parentOrShadowHostNod… in isSVGText()
DNode.cpp685 …for (Node* node = parentOrShadowHostNode(); node && !node->childNeedsStyleInvalidation(); node = n… in markAncestorsWithChildNeedsStyleInvalidation()
692 … node = this; node && !node->childNeedsDistributionRecalc(); node = node->parentOrShadowHostNode()) in markAncestorsWithChildNeedsDistributionRecalc()
764 …for (ContainerNode* p = parentOrShadowHostNode(); p && !p->childNeedsStyleRecalc(); p = p->parentO… in markAncestorsWithChildNeedsStyleRecalc()
923 current = current->parentOrShadowHostNode(); in containsIncludingHostElements()
1109 …return parentOrShadowHostNode() ? parentOrShadowHostNode()->computedStyle(pseudoElementSpecifier) … in virtualComputedStyle()
1132 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true; in canStartSelection()
1163 Node* parent = root->parentOrShadowHostNode(); in nonBoundaryShadowTreeRootNode()
1179 ContainerNode* parent = parentOrShadowHostNode(); in parentOrShadowHostElement()
1196 return parentOrShadowHostNode(); in parentOrShadowHostOrTemplateHostNode()
1606 for (current = start1; current; current = current->parentOrShadowHostNode()) in compareDocumentPositionInternal()
[all …]
DNode.h288 ContainerNode* parentOrShadowHostNode() const;
804 bool hasTreeSharedParent() const { return !!parentOrShadowHostNode(); } in hasTreeSharedParent()
847 inline ContainerNode* Node::parentOrShadowHostNode() const in parentOrShadowHostNode() function
855 return isShadowRoot() ? 0 : parentOrShadowHostNode(); in parentNode()
DTreeScope.cpp259 node = node->parentOrShadowHostNode(); in elementFromPoint()
405 Node* shadowHost1 = child1->rootNode().parentOrShadowHostNode(); in comparePosition()
406 Node* shadowHost2 = child2->rootNode().parentOrShadowHostNode(); in comparePosition()
DContainerNode.cpp183 ASSERT(refCount() || parentOrShadowHostNode()); in insertBefore()
316 ASSERT(refCount() || parentOrShadowHostNode()); in replaceChild()
443 ASSERT(refCount() || parentOrShadowHostNode()); in removeChild()
602 ASSERT(refCount() || parentOrShadowHostNode()); in appendChild()
DElement.h821 if (parentOrShadowHostNode()->isInShadowTree()) in insertedInto()
DDocument.cpp1701 while (Node* ancestor = root->parentOrShadowHostNode()) in updateDistributionForNodeIfNeeded()
5512 newHoverNode = newHoverNode->parentOrShadowHostNode(); in updateHoverActiveState()
5561 for (Node* node = oldHoverNode.get(); node; node = node->parentOrShadowHostNode()) { in updateHoverActiveState()
5578 for (Node* node = newHoverNode; node; node = node->parentOrShadowHostNode()) { in updateHoverActiveState()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp118 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode()) in setContentFrame()
129 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode()) in clearContentFrame()
DHTMLFrameOwnerElement.h116 for (Node* node = &owner; node; node = node->parentOrShadowHostNode()) { in canLoadFrame()
DHTMLLabelElement.cpp129 node = node->parentOrShadowHostNode(); in isInInteractiveContent()
DHTMLFormElement.cpp247 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) { in submitElementFromEvent()
345 for (Node* node = this; node; node = node->parentOrShadowHostNode()) { in submitDialog()
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp236 if (Node* ancestor = node->parentOrShadowHostNode()) in parentShadowHostOrOwner()
259 … for (Node* visitedNode = node; visitedNode; visitedNode = visitedNode->parentOrShadowHostNode()) { in compileSubtargetList()
301 Node* parent = candidate->parentOrShadowHostNode(); in compileSubtargetList()
309 parent = parent->parentOrShadowHostNode(); in compileSubtargetList()
DDOMSelection.cpp378 ContainerNode* container = shadowAncestor->parentOrShadowHostNode(); in getRangeAt()
530 return adjustedNode->parentOrShadowHostNode(); in shadowAdjustedNode()
DSpatialNavigation.cpp438 parent = parent->parentOrShadowHostNode(); in scrollableEnclosingBoxOrParentFrameForNodeInDirection()
DDragController.cpp324 n = n->parentOrShadowHostNode(); in elementUnderMouse()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRoot.h69 Element* host() const { return toElement(parentOrShadowHostNode()); } in host()
DComposedTreeWalker.cpp133 return node->parentOrShadowHostNode(); in traverseParent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestResult.cpp161 n = n->parentOrShadowHostNode(); in setInnerNode()
168 n = n->parentOrShadowHostNode(); in setInnerNonSharedNode()
DRenderTreeAsText.cpp646 parent = n->parentOrShadowHostNode(); in nodePosition()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorFilter.cpp89 if (!parent.parentOrShadowHostNode()) { in setupParentStack()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp493 ContainerNode* n = parentOrShadowHostNode(); in ownerSVGElement()
498 n = n->parentOrShadowHostNode(); in ownerSVGElement()
508 ContainerNode* n = parentOrShadowHostNode(); in viewportElement()
513 n = n->parentOrShadowHostNode(); in viewportElement()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp165 …for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNod… in depthCrossingShadowBoundaries()
181 for (Node* node = rangeEndContainer; node; node = node->parentOrShadowHostNode()) { in nextInPreOrderCrossingShadowBoundaries()
228 …for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNod… in setUpFullyClippedStack()
1331 if (!advanceRespectingRange(m_node->parentOrShadowHostNode())) in advance()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFormSubmission.cpp170 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) { in create()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp438 candidate = candidate->parentOrShadowHostNode(); in userAgentShadowRoot()
906 …ainerNode* ancestor = node ? node->parentOrShadowHostNode() : 0; ancestor; ancestor = ancestor->pa… in getEventListeners()
1123 node = node->parentOrShadowHostNode(); in inspect()
1151 node = node->parentOrShadowHostNode(); in handleMouseMove()
1734 return node->parentOrShadowHostNode(); in innerParentNode()

12