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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
SubtreeLayoutScope.cpp 57 ASSERT(descendant->isDescendantOf(&m_root));
63 ASSERT(descendant->isDescendantOf(&m_root));
RenderTextFragment.cpp 157 if (isDescendantOf(toRenderTextFragment(nodeRenderer)->m_firstLetter))
RenderTextControlSingleLine.cpp 206 if (result.innerNode()->isDescendantOf(innerEditorElement()) || result.innerNode() == node() || (container && container == result.innerNode())) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeIterator.cpp 153 if (!removedNode.isDescendantOf(root()))
156 bool willRemoveReferenceNodeAncestor = referenceNode.node && referenceNode.node->isDescendantOf(&removedNode);
165 while (node && node->isDescendantOf(&removedNode))
175 while (node && node->isDescendantOf(&removedNode))
193 while (node && node->isDescendantOf(&removedNode))
204 while (node && node->isDescendantOf(&removedNode))
SelectorQuery.cpp 216 if (element && (isTreeScopeRoot(rootNode) || element->isDescendantOf(&rootNode)))
434 if (!(isTreeScopeRoot(rootNode) || element.isDescendantOf(&rootNode)))
445 if (!element || !(isTreeScopeRoot(rootNode) || element->isDescendantOf(&rootNode)))
Node.h 474 bool isDescendantOf(const Node*) const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 51 bool isDescendantOf(const Frame* ancestor) const;
FrameTree.cpp 298 bool FrameTree::isDescendantOf(const Frame* ancestor) const
316 ASSERT(!stayWithin || child->tree().isDescendantOf(stayWithin));
325 ASSERT(!stayWithin || sibling->tree().isDescendantOf(stayWithin));
338 ASSERT(!stayWithin || !sibling || sibling->tree().isDescendantOf(stayWithin));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 81 if (current->renderer()->hasClipOrOverflowClip() && !clippingRenderer->isDescendantOf(current->renderer()))
85 if (clippingRenderer != container && !clippingRenderer->isDescendantOf(container))
144 properties.isUnclippedDescendant = lastScroller != containingBlock && lastScroller->isDescendantOf(containingBlock);
151 && !info.ancestorStackingContext->renderer()->isDescendantOf(properties.ancestorScrollingLayer->renderer()))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.cpp 170 if (range.startContainer() != &scope && !range.startContainer()->isDescendantOf(&scope))
172 if (range.endContainer() != scope && !range.endContainer()->isDescendantOf(&scope))
VisiblePosition.cpp 463 if (highestRoot && !pos.deepEquivalent().deprecatedNode()->isDescendantOf(highestRoot))
489 if (highestRoot && !pos.deepEquivalent().deprecatedNode()->isDescendantOf(highestRoot))
617 bool nextIsOutsideOriginalBlock = !nextNode->isDescendantOf(originalBlock) && nextNode != originalBlock;
618 bool prevIsOutsideOriginalBlock = !prevNode->isDescendantOf(originalBlock) && prevNode != originalBlock;
758 if (!visiblePosition.deepEquivalent().containerNode()->isDescendantOf(node))
762 return previous.isNull() || !previous.deepEquivalent().deprecatedNode()->isDescendantOf(node);
770 if (!visiblePosition.deepEquivalent().containerNode()->isDescendantOf(node))
774 return next.isNull() || !next.deepEquivalent().deprecatedNode()->isDescendantOf(node);
DeleteSelectionCommand.cpp 143 if (startSpecialContainer && startSpecialContainer->isDescendantOf(endSpecialContainer))
147 else if (endSpecialContainer && endSpecialContainer->isDescendantOf(startSpecialContainer))
343 if (m_startRoot != m_endRoot && !(node->isDescendantOf(m_startRoot.get()) && node->isDescendantOf(m_endRoot.get()))) {
496 bool startNodeWasDescendantOfEndNode = m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode());
519 } else if (!m_downstreamEnd.deprecatedNode()->isDescendantOf(node.get())) {
537 if (m_downstreamEnd.deprecatedNode() != startNode && !m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode()) && m_downstreamEnd.inDocument() && m_downstreamEnd.deprecatedEditingOffset() >= caretMinOffset(m_downstreamEnd.deprecatedNode())) {
556 if (m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode())) {
629 if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->hasChildren() || !m_upstreamStart.containerNode()->hasChildren())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) {
    [all...]
BreakBlockquoteCommand.cpp 127 if (!startNode->isDescendantOf(topBlockquote)) {
FormatBlockCommand.cpp 78 && refElement != root && !root->isDescendantOf(refElement)) {
CompositeEditCommand.cpp 456 ASSERT(!first->isDescendantOf(second.get()) && second != first);
    [all...]
htmlediting.cpp 277 while (editablePosition.deprecatedNode() && !isEditablePosition(editablePosition) && editablePosition.deprecatedNode()->isDescendantOf(highestRoot))
280 if (editablePosition.deprecatedNode() && editablePosition.deprecatedNode() != highestRoot && !editablePosition.deprecatedNode()->isDescendantOf(highestRoot))
307 while (editablePosition.deprecatedNode() && !isEditablePosition(editablePosition) && editablePosition.deprecatedNode()->isDescendantOf(highestRoot))
310 if (editablePosition.deprecatedNode() && editablePosition.deprecatedNode() != highestRoot && !editablePosition.deprecatedNode()->isDescendantOf(highestRoot))
    [all...]
Caret.cpp 148 ASSERT(caretRenderer->isDescendantOf(caretPainter));
IndentOutdentCommand.cpp 85 if (end.anchorNode() == selectedListItem.get() || end.anchorNode()->isDescendantOf(selectedListItem->lastChild())) {
markup.cpp 390 if (pastEnd && pastEnd->isDescendantOf(n))
415 if (next != pastEnd && next->isDescendantOf(ancestor))
427 Node* lastAncestorClosedOrSelf = n->isDescendantOf(lastClosed) ? lastClosed : n;
433 ASSERT(startNode->isDescendantOf(parent));
694 if (nodeBeforeContext->isDescendantOf(node.get())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
HitRegion.cpp 23 if (!m_control || !canvas || !canvas->renderer() || !m_control->isDescendantOf(canvas))
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 245 bool isAncestorOf(const SCC &C) const { return C.isDescendantOf(*this); }
253 bool isDescendantOf(const SCC &C) const;
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 220 EXPECT_FALSE(D.isDescendantOf(D));
234 EXPECT_FALSE(C.isDescendantOf(D));
248 EXPECT_FALSE(B.isDescendantOf(D));
415 EXPECT_TRUE(DC.isDescendantOf(AC));
416 EXPECT_TRUE(DC.isDescendantOf(BC));
417 EXPECT_TRUE(DC.isDescendantOf(CC));
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RangeInputType.cpp 144 if (targetNode != element() && !targetNode->isDescendantOf(element().userAgentShadowRoot()))
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 165 bool LazyCallGraph::SCC::isDescendantOf(const SCC &C) const {
198 assert(CalleeC.isDescendantOf(*this) &&
214 assert(CallerC.isDescendantOf(*this) &&
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 406 cvox.DomUtil.isDescendantOf = function(node, tagName, className) {
1009 if (cvox.DomUtil.isDescendantOf(node, 'HEAD')) {
1014 if (cvox.DomUtil.isDescendantOf(node, 'SCRIPT')) {
1019 if (cvox.DomUtil.isDescendantOf(node, 'NOSCRIPT')) {
1026 if (cvox.DomUtil.isDescendantOf(node, 'NOEMBED')) {
    [all...]

Completed in 1454 milliseconds

1 2 3