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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.cpp 79 for (ContainerNode* node = scopingNode.parentOrShadowHostNode(); node; node = node->parentOrShadowHostNode()) {
152 for (; scopingNode; scopingNode = scopingNode->parentOrShadowHostNode()) {
188 m_cache.nodeForScopedStyles = scopingNode.parentOrShadowHostNode();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.h 116 for (Node* node = &owner; node; node = node->parentOrShadowHostNode()) {
HTMLLabelElement.cpp 129 node = node->parentOrShadowHostNode();
HTMLFrameOwnerElement.cpp 118 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
129 for (ContainerNode* node = this; node; node = node->parentOrShadowHostNode())
HTMLFormElement.cpp 247 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) {
345 for (Node* node = this; node; node = node->parentOrShadowHostNode()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 291 Node* parentOrShadowHostNode = text->parentOrShadowHostNode();
292 ASSERT(parentOrShadowHostNode);
293 return parentOrShadowHostNode->isSVGElement() && !isSVGForeignObjectElement(*parentOrShadowHostNode);
Node.cpp 685 for (Node* node = parentOrShadowHostNode(); node && !node->childNeedsStyleInvalidation(); node = node->parentOrShadowHostNode())
692 for (Node* node = this; node && !node->childNeedsDistributionRecalc(); node = node->parentOrShadowHostNode())
764 for (ContainerNode* p = parentOrShadowHostNode(); p && !p->childNeedsStyleRecalc(); p = p->parentOrShadowHostNode())
923 current = current->parentOrShadowHostNode();
    [all...]
Node.h 288 ContainerNode* parentOrShadowHostNode() const;
    [all...]
TreeScope.cpp 259 node = node->parentOrShadowHostNode();
405 Node* shadowHost1 = child1->rootNode().parentOrShadowHostNode();
406 Node* shadowHost2 = child2->rootNode().parentOrShadowHostNode();
ContainerNode.cpp 183 ASSERT(refCount() || parentOrShadowHostNode());
316 ASSERT(refCount() || parentOrShadowHostNode());
443 ASSERT(refCount() || parentOrShadowHostNode());
602 ASSERT(refCount() || parentOrShadowHostNode());
    [all...]
Element.h     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 69 Element* host() const { return toElement(parentOrShadowHostNode()); }
ComposedTreeWalker.cpp 133 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 236 if (Node* ancestor = node->parentOrShadowHostNode())
259 for (Node* visitedNode = node; visitedNode; visitedNode = visitedNode->parentOrShadowHostNode()) {
301 Node* parent = candidate->parentOrShadowHostNode();
309 parent = parent->parentOrShadowHostNode();
DOMSelection.cpp 378 ContainerNode* container = shadowAncestor->parentOrShadowHostNode();
530 return adjustedNode->parentOrShadowHostNode();
DragController.cpp 324 n = n->parentOrShadowHostNode();
    [all...]
SpatialNavigation.cpp 438 parent = parent->parentOrShadowHostNode();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 161 n = n->parentOrShadowHostNode();
168 n = n->parentOrShadowHostNode();
RenderTreeAsText.cpp 646 parent = n->parentOrShadowHostNode();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 165 for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNode())
181 for (Node* node = rangeEndContainer; node; node = node->parentOrShadowHostNode()) {
228 for (Node* parent = node->parentOrShadowHostNode(); parent; parent = parent->parentOrShadowHostNode())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp 170 for (Node* node = event->target()->toNode(); node; node = node->parentOrShadowHostNode()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 493 ContainerNode* n = parentOrShadowHostNode();
498 n = n->parentOrShadowHostNode();
508 ContainerNode* n = parentOrShadowHostNode();
513 n = n->parentOrShadowHostNode();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 438 candidate = candidate->parentOrShadowHostNode();
906 for (ContainerNode* ancestor = node ? node->parentOrShadowHostNode() : 0; ancestor; ancestor = ancestor->parentOrShadowHostNode())
    [all...]

Completed in 659 milliseconds

1 2