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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp 62 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
73 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
HTMLFrameOwnerElement.h 97 for (Node* node = &owner; node; node = node->parentOrShadowHostNode()) {
HTMLLabelElement.cpp 131 node = node->parentOrShadowHostNode();
HTMLFormElement.cpp 205 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/
ScopedStyleTree.cpp 78 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/
Text.cpp 292 Node* parentOrShadowHostNode = text->parentOrShadowHostNode();
293 return parentOrShadowHostNode->isSVGElement() && !parentOrShadowHostNode->hasTagName(SVGNames::foreignObjectTag);
Node.cpp 682 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();
    [all...]
TreeScope.cpp 251 node = node->parentOrShadowHostNode();
401 Node* shadowHost1 = child1->rootNode()->parentOrShadowHostNode();
402 Node* shadowHost2 = child2->rootNode()->parentOrShadowHostNode();
ContainerNode.cpp 172 ASSERT(refCount() || parentOrShadowHostNode());
288 ASSERT(refCount() || parentOrShadowHostNode());
405 ASSERT(refCount() || parentOrShadowHostNode());
553 ASSERT(refCount() || parentOrShadowHostNode());
Node.h 293 ContainerNode* parentOrShadowHostNode() const;
    [all...]
Document.cpp     [all...]
Element.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 64 Element* host() const { return toElement(parentOrShadowHostNode()); }
ComposedTreeWalker.cpp 134 return node->parentOrShadowHostNode();
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 89 if (!parent.parentOrShadowHostNode()) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 224 if (Node* ancestor = node->parentOrShadowHostNode())
247 for (Node* visitedNode = node; visitedNode; visitedNode = visitedNode->parentOrShadowHostNode()) {
289 Node* parent = candidate->parentOrShadowHostNode();
297 parent = parent->parentOrShadowHostNode();
DOMSelection.cpp 382 ContainerNode* container = shadowAncestor->parentOrShadowHostNode();
526 return adjustedNode->parentOrShadowHostNode();
DragController.cpp 326 n = n->parentOrShadowHostNode();
    [all...]
EventHandler.cpp 404 m_clickNode = nodeToBeRemoved.parentOrShadowHostNode();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 164 n = n->parentOrShadowHostNode();
171 n = n->parentOrShadowHostNode();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.cpp 145 current = current->parentOrShadowHostNode();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 164 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())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp 167 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 534 ContainerNode* n = parentOrShadowHostNode();
539 n = n->parentOrShadowHostNode();
549 ContainerNode* n = parentOrShadowHostNode();
554 n = n->parentOrShadowHostNode();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 890 for (ContainerNode* ancestor = node->parentOrShadowHostNode(); ancestor; ancestor = ancestor->parentOrShadowHostNode())
    [all...]

Completed in 3924 milliseconds

1 2