endContainer 1749 Source/core/accessibility/AXRenderObject.cpp return VisiblePosition(Position(it.range()->endContainer(), it.range()->endOffset(), Position::PositionIsOffsetInAnch\ endContainer 443 Source/core/dom/DocumentMarkerController.cpp Node* endContainer = range->endContainer(); endContainer 444 Source/core/dom/DocumentMarkerController.cpp ASSERT(endContainer); endContainer 456 Source/core/dom/DocumentMarkerController.cpp if (node == endContainer && marker->startOffset() >= static_cast<unsigned>(range->endOffset())) endContainer 648 Source/core/dom/DocumentMarkerController.cpp Node* endContainer = range->endContainer(); endContainer 654 Source/core/dom/DocumentMarkerController.cpp int endOffset = node == endContainer ? range->endOffset() : INT_MAX; endContainer 693 Source/core/dom/DocumentMarkerController.cpp Node* endContainer = range->endContainer(); endContainer 694 Source/core/dom/DocumentMarkerController.cpp ASSERT(endContainer); endContainer 706 Source/core/dom/DocumentMarkerController.cpp if (node == endContainer && marker->startOffset() >= static_cast<unsigned>(range->endOffset())) endContainer 79 Source/core/dom/Range.cpp inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset) endContainer 94 Source/core/dom/Range.cpp setEnd(endContainer, endOffset); endContainer 97 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset) endContainer 99 Source/core/dom/Range.cpp return adoptRefWillBeNoop(new Range(ownerDocument, startContainer, startOffset, endContainer, endOffset)); endContainer 1517 Source/core/dom/Range.cpp Node* endContainer = m_end.container(); endContainer 1519 Source/core/dom/Range.cpp if (!startContainer || !endContainer) { endContainer 1535 Source/core/dom/Range.cpp int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); endContainer 1549 Source/core/dom/Range.cpp Node* endContainer = m_end.container(); endContainer 1551 Source/core/dom/Range.cpp if (!startContainer || !endContainer) { endContainer 1567 Source/core/dom/Range.cpp int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); endContainer 1832 Source/core/dom/Range.cpp Node* endContainer = m_end.container(); endContainer 1856 Source/core/dom/Range.cpp int endOffset = (node == endContainer) ? m_end.offset() : INT_MAX; endContainer 1898 Source/core/dom/Range.cpp range->startContainer()->showTreeAndMark(range->startContainer(), "S", range->endContainer(), "E"); endContainer 54 Source/core/dom/Range.h static PassRefPtrWillBeRawPtr<Range> create(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset); endContainer 61 Source/core/dom/Range.h Node* endContainer() const { return m_end.container(); } endContainer 66 Source/core/dom/Range.h Node* endContainer(ExceptionState&) const; endContainer 157 Source/core/dom/Range.h Range(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset); endContainer 64 Source/core/dom/RangeTest.cpp EXPECT_EQ(newText, range04->endContainer()); endContainer 70 Source/core/dom/RangeTest.cpp EXPECT_EQ(oldText, range02->endContainer()); endContainer 77 Source/core/dom/RangeTest.cpp EXPECT_EQ(oldText, range22->endContainer()); endContainer 83 Source/core/dom/RangeTest.cpp EXPECT_EQ(newText, range24->endContainer()); endContainer 109 Source/core/dom/RangeTest.cpp EXPECT_EQ(outer, rangeOuterOutside->endContainer()); endContainer 115 Source/core/dom/RangeTest.cpp EXPECT_EQ(outer, rangeOuterInside->endContainer()); endContainer 121 Source/core/dom/RangeTest.cpp EXPECT_EQ(outer, rangeOuterSurroundingText->endContainer()); endContainer 127 Source/core/dom/RangeTest.cpp EXPECT_EQ(innerLeft, rangeInnerLeft->endContainer()); endContainer 133 Source/core/dom/RangeTest.cpp EXPECT_EQ(innerRight, rangeInnerRight->endContainer()); endContainer 139 Source/core/dom/RangeTest.cpp EXPECT_EQ(outer, rangeFromTextToMiddleOfElement->endContainer()); endContainer 226 Source/core/editing/ApplyBlockElementCommand.cpp RefPtr<Text> endContainer = end.containerText(); endContainer 227 Source/core/editing/ApplyBlockElementCommand.cpp splitTextNode(endContainer, end.offsetInContainerNode()); endContainer 229 Source/core/editing/ApplyBlockElementCommand.cpp start = firstPositionInOrBeforeNode(endContainer->previousSibling()); endContainer 232 Source/core/editing/ApplyBlockElementCommand.cpp m_endOfLastParagraph = lastPositionInOrAfterNode(endContainer->previousSibling()); endContainer 234 Source/core/editing/ApplyBlockElementCommand.cpp m_endOfLastParagraph = Position(endContainer, m_endOfLastParagraph.offsetInContainerNode() - end.offsetInContainerNode()); endContainer 236 Source/core/editing/ApplyBlockElementCommand.cpp end = lastPositionInNode(endContainer->previousSibling()); endContainer 254 Source/core/editing/Editor.cpp Node* endContainer = range->endContainer(); endContainer 255 Source/core/editing/Editor.cpp if (!startContainer || !endContainer) endContainer 258 Source/core/editing/Editor.cpp if (!startContainer->rendererIsEditable() || !endContainer->rendererIsEditable()) endContainer 1053 Source/core/editing/Editor.cpp ASSERT(range->endContainer()); endContainer 271 Source/core/editing/EditorCommand.cpp return Range::create(a->ownerDocument(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset()); endContainer 1404 Source/core/editing/FrameSelection.cpp if (!range || !range->startContainer() || !range->endContainer()) endContainer 1406 Source/core/editing/FrameSelection.cpp ASSERT(range->startContainer()->document() == range->endContainer()->document()); endContainer 311 Source/core/editing/MarkupAccumulator.cpp if (text == m_range->endContainer()) endContainer 129 Source/core/editing/PlainTextRange.cpp resultRange->setStart(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION); endContainer 141 Source/core/editing/PlainTextRange.cpp resultRange->setEnd(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION); endContainer 153 Source/core/editing/PlainTextRange.cpp resultRange->setEnd(textRunRange->endContainer(), textRunRange->endOffset(), IGNORE_EXCEPTION); endContainer 171 Source/core/editing/PlainTextRange.cpp if (range.endContainer() != scope && !range.endContainer()->isDescendantOf(&scope)) endContainer 178 Source/core/editing/PlainTextRange.cpp testRange->setEnd(range.endContainer(), range.endOffset(), IGNORE_EXCEPTION); endContainer 210 Source/core/editing/SpellChecker.cpp Node* searchEndNodeAfterWrap = spellingSearchRange->endContainer(); endContainer 312 Source/core/editing/TextIterator.cpp Node* endContainer = end.containerNode(); endContainer 313 Source/core/editing/TextIterator.cpp if (!endContainer) endContainer 320 Source/core/editing/TextIterator.cpp m_endContainer = endContainer; endContainer 341 Source/core/editing/TextIterator.cpp m_pastEndNode = nextInPreOrderCrossingShadowBoundaries(endContainer, endOffset); endContainer 1220 Source/core/editing/TextIterator.cpp Node* endNode = r->endContainer(); endContainer 1512 Source/core/editing/TextIterator.cpp ASSERT(n == r->endContainer()); endContainer 1577 Source/core/editing/TextIterator.cpp end->endContainer(), end->endOffset()); endContainer 1598 Source/core/editing/TextIterator.cpp ASSERT(n == r->endContainer()); endContainer 1699 Source/core/editing/TextIterator.cpp m_range->setEnd(m_textIterator.range()->endContainer(), m_textIterator.range()->endOffset(), IGNORE_EXCEPTION); endContainer 254 Source/core/editing/markup.cpp if (range && node == range->endContainer()) endContainer 268 Source/core/editing/markup.cpp if (node == range->endContainer()) endContainer 429 Source/core/page/DOMSelection.cpp RefPtrWillBeRawPtr<Range> merged = Range::create(originalRange->startContainer()->document(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset()); endContainer 475 Source/core/page/DOMSelection.cpp && Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->endContainer(), selectedRange->endOffset(), exceptionState) <= 0 && !exceptionState.hadException(); endContainer 481 Source/core/page/DOMSelection.cpp bool nodeFullyUnselected = (Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->endContainer(), selectedRange->endOffset(), exceptionState) > 0 && !exceptionState.hadException()) endContainer 170 Source/web/ContextMenuClientImpl.cpp markerRange->setEnd(markerRange->endContainer(), marker.endOffset()); endContainer 238 Source/web/TextFinder.cpp Node* originalEndContainer = searchRange->endContainer(); endContainer 320 Source/web/TextFinder.cpp searchRange->setStart(resultRange->endContainer(exceptionState), resultRange->endOffset(exceptionState), exceptionState); endContainer 1220 Source/web/WebFrameImpl.cpp RefPtrWillBeRawPtr<Range> markerRange = Range::create(caretRange->ownerDocument(), caretRange->startContainer(), markers[0]->startOffset(), caretRange->endContainer(), markers[0]->endOffset()); endContainer 88 Source/web/WebRange.cpp RefPtr<Node> node(m_private->endContainer(exceptionState)); endContainer 2175 Source/web/WebViewImpl.cpp range = Range::create(selectedRange->endContainer()->document(), endContainer 2176 Source/web/WebViewImpl.cpp selectedRange->endContainer(), endContainer 2178 Source/web/WebViewImpl.cpp selectedRange->endContainer(), endContainer 3214 Source/web/tests/WebFrameTest.cpp result->setEnd(result->endContainer(), result->endOffset() + 3); endContainer 68 public/web/WebRange.h BLINK_EXPORT WebNode endContainer(int& exceptionCode) const;