Searched refs:parentOrShadowHostNode (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.cpp62 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
73 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
H A DHTMLFrameOwnerElement.h97 for (Node* node = &owner; node; node = node->parentOrShadowHostNode()) {
H A DHTMLLabelElement.cpp131 node = node->parentOrShadowHostNode();
H A DHTMLFormElement.cpp205 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) {
328 for (Node* node = this; node; node = node->parentOrShadowHostNode()) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleTree.cpp78 for (ContainerNode* node = scopingNode.parentOrShadowHostNode(); node; node = node->parentOrShadowHostNode()) {
149 for (; scopingNode; scopingNode = scopingNode->parentOrShadowHostNode()) {
185 m_cache.nodeForScopedStyles = scopingNode.parentOrShadowHostNode();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.cpp292 Node* parentOrShadowHostNode = text->parentOrShadowHostNode(); local
293 return parentOrShadowHostNode->isSVGElement() && !parentOrShadowHostNode->hasTagName(SVGNames::foreignObjectTag);
H A DNode.cpp682 for (Node* node = this; node && !node->childNeedsDistributionRecalc(); node = node->parentOrShadowHostNode())
768 for (ContainerNode* p = parentOrShadowHostNode(); p && !p->childNeedsStyleRecalc(); p = p->parentOrShadowHostNode())
993 current = current->parentOrShadowHostNode();
1173 return parentOrShadowHostNode() ? parentOrShadowHostNode()->computedStyle(pseudoElementSpecifier) : 0;
1196 return parentOrShadowHostNode() ? parentOrShadowHostNode()->canStartSelection() : true;
1232 Node* parent = root->parentOrShadowHostNode();
1248 ContainerNode* parent = parentOrShadowHostNode();
[all...]
H A DTreeScope.cpp251 node = node->parentOrShadowHostNode();
401 Node* shadowHost1 = child1->rootNode()->parentOrShadowHostNode();
402 Node* shadowHost2 = child2->rootNode()->parentOrShadowHostNode();
H A DContainerNode.cpp172 ASSERT(refCount() || parentOrShadowHostNode());
288 ASSERT(refCount() || parentOrShadowHostNode());
405 ASSERT(refCount() || parentOrShadowHostNode());
553 ASSERT(refCount() || parentOrShadowHostNode());
H A DNode.h293 ContainerNode* parentOrShadowHostNode() const;
826 bool hasTreeSharedParent() const { return !!parentOrShadowHostNode(); }
887 inline ContainerNode* Node::parentOrShadowHostNode() const function in class:WebCore::Node
895 return isShadowRoot() ? 0 : parentOrShadowHostNode();
H A DDocument.cpp1553 while (Node* ancestor = root->parentOrShadowHostNode())
1749 for (Node* ancestor = node; ancestor && !needsStyleRecalc; ancestor = ancestor->parentOrShadowHostNode())
5040 newHoverNode = newHoverNode->parentOrShadowHostNode();
5089 for (Node* node = oldHoverNode.get(); node; node = node->parentOrShadowHostNode()) {
5106 for (Node* node = newHoverNode; node; node = node->parentOrShadowHostNode()) {
H A DElement.h846 if (parentOrShadowHostNode()->isInShadowTree())
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.h64 Element* host() const { return toElement(parentOrShadowHostNode()); }
H A DComposedTreeWalker.cpp134 return node->parentOrShadowHostNode();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.cpp89 if (!parent.parentOrShadowHostNode()) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp224 if (Node* ancestor = node->parentOrShadowHostNode())
247 for (Node* visitedNode = node; visitedNode; visitedNode = visitedNode->parentOrShadowHostNode()) {
289 Node* parent = candidate->parentOrShadowHostNode();
297 parent = parent->parentOrShadowHostNode();
H A DDOMSelection.cpp382 ContainerNode* container = shadowAncestor->parentOrShadowHostNode();
526 return adjustedNode->parentOrShadowHostNode();
H A DDragController.cpp326 n = n->parentOrShadowHostNode();
H A DEventHandler.cpp404 m_clickNode = nodeToBeRemoved.parentOrShadowHostNode();
1371 m_clickNode = mev.targetNode()->isTextNode() ? mev.targetNode()->parentOrShadowHostNode() : mev.targetNode();
1622 return node.parentOrShadowHostNode();
2583 m_scrollGestureHandlingNode = m_scrollGestureHandlingNode->parentOrShadowHostNode();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp164 n = n->parentOrShadowHostNode();
171 n = n->parentOrShadowHostNode();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGModelObject.cpp145 current = current->parentOrShadowHostNode();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp164 for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNode())
180 for (Node* node = rangeEndContainer; node; node = node->parentOrShadowHostNode()) {
227 for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNode())
1275 if (!advanceRespectingRange(m_node->parentOrShadowHostNode()))
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.cpp167 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp534 ContainerNode* n = parentOrShadowHostNode();
539 n = n->parentOrShadowHostNode();
549 ContainerNode* n = parentOrShadowHostNode();
554 n = n->parentOrShadowHostNode();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp890 for (ContainerNode* ancestor = node->parentOrShadowHostNode(); ancestor; ancestor = ancestor->parentOrShadowHostNode())
1127 node = node->parentOrShadowHostNode();
1690 return node->parentOrShadowHostNode();

Completed in 1025 milliseconds

12