Range            4879 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Range::CompareHow, compareHowArg, static_cast<Range::CompareHow>(info[0]->Int32Value()));
Range            1745 Source/core/accessibility/AXRenderObject.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(m_renderer->document());
Range            1771 Source/core/accessibility/AXRenderObject.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(m_renderer->document());
Range            1866 Source/core/accessibility/AXRenderObject.cpp     RefPtrWillBeRawPtr<Range> currentSelectionRange = visibleSelection.toNormalizedRange();
Range             344 Source/core/clipboard/Clipboard.cpp void Clipboard::writeRange(Range* selectedRange, LocalFrame* frame)
Range              49 Source/core/clipboard/Clipboard.h class Range;
Range              90 Source/core/clipboard/Clipboard.h     void writeRange(Range*, LocalFrame*);
Range            1233 Source/core/dom/Document.cpp PassRefPtrWillBeRawPtr<Range> Document::caretRangeFromPoint(int x, int y)
Range            1247 Source/core/dom/Document.cpp         return Range::create(*this, container, offset, container, offset);
Range            1255 Source/core/dom/Document.cpp     return Range::create(*this, rangeCompliantPosition, rangeCompliantPosition);
Range            1480 Source/core/dom/Document.cpp PassRefPtrWillBeRawPtr<Range> Document::createRange()
Range            1482 Source/core/dom/Document.cpp     return Range::create(*this);
Range            3628 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
Range            3629 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
Range            3638 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
Range            3639 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
Range            3665 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator rangesEnd = m_ranges.end();
Range            3666 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != rangesEnd; ++it)
Range            3680 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
Range            3681 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
Range            3692 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
Range            3693 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
Range            3706 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
Range            3707 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
Range            3720 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
Range            3721 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
Range            4742 Source/core/dom/Document.cpp void Document::attachRange(Range* range)
Range            4748 Source/core/dom/Document.cpp void Document::detachRange(Range* range)
Range             137 Source/core/dom/Document.h class Range;
Range             343 Source/core/dom/Document.h     PassRefPtrWillBeRawPtr<Range> caretRangeFromPoint(int x, int y);
Range             468 Source/core/dom/Document.h     PassRefPtrWillBeRawPtr<Range> createRange();
Range             669 Source/core/dom/Document.h     void attachRange(Range*);
Range             670 Source/core/dom/Document.h     void detachRange(Range*);
Range            1220 Source/core/dom/Document.h     HashSet<Range*> m_ranges;
Range              84 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description, uint32_t hash)
Range              88 Source/core/dom/DocumentMarkerController.cpp         RefPtrWillBeRawPtr<Range> textPiece = markedText.range();
Range              93 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, const String& description)
Range              97 Source/core/dom/DocumentMarkerController.cpp         RefPtrWillBeRawPtr<Range> textPiece = markedText.range();
Range             102 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type)
Range             106 Source/core/dom/DocumentMarkerController.cpp         RefPtrWillBeRawPtr<Range> textPiece = markedText.range();
Range             123 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::addTextMatchMarker(const Range* range, bool activeMatch)
Range             127 Source/core/dom/DocumentMarkerController.cpp         RefPtrWillBeRawPtr<Range> textPiece = markedText.range();
Range             148 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::removeMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes, RemovePartiallyOverlappingMarkerOrNot shouldRemovePartiallyOverlappingMarker)
Range             155 Source/core/dom/DocumentMarkerController.cpp         RefPtrWillBeRawPtr<Range> textPiece = markedText.range();
Range             434 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerTypes markerTypes)
Range             641 Source/core/dom/DocumentMarkerController.cpp void DocumentMarkerController::setMarkersActive(Range* range, bool active)
Range             685 Source/core/dom/DocumentMarkerController.cpp bool DocumentMarkerController::hasMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes)
Range              41 Source/core/dom/DocumentMarkerController.h class Range;
Range              52 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType);
Range              53 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description);
Range              54 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description, uint32_t hash);
Range              57 Source/core/dom/DocumentMarkerController.h     void addTextMatchMarker(const Range*, bool activeMatch);
Range              60 Source/core/dom/DocumentMarkerController.h     bool hasMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
Range              67 Source/core/dom/DocumentMarkerController.h     void removeMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers(), RemovePartiallyOverlappingMarkerOrNot = DoNotRemovePartiallyOverlappingMarker);
Range              75 Source/core/dom/DocumentMarkerController.h     void setMarkersActive(Range*, bool);
Range              80 Source/core/dom/DocumentMarkerController.h     Vector<DocumentMarker*> markersInRange(Range*, DocumentMarker::MarkerTypes);
Range              82 Source/core/dom/DocumentMarkerControllerTest.cpp     RefPtrWillBeRawPtr<Range> range = rangeOfContents(node.get());
Range              43 Source/core/dom/Position.h class Range;
Range              61 Source/core/dom/Range.cpp inline Range::Range(Document& ownerDocument)
Range              74 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument)
Range              76 Source/core/dom/Range.cpp     return adoptRefWillBeNoop(new Range(ownerDocument));
Range              79 Source/core/dom/Range.cpp inline Range::Range(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset)
Range              97 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument, Node* startContainer, int startOffset, Node* endContainer, int endOffset)
Range              99 Source/core/dom/Range.cpp     return adoptRefWillBeNoop(new Range(ownerDocument, startContainer, startOffset, endContainer, endOffset));
Range             102 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument, const Position& start, const Position& end)
Range             104 Source/core/dom/Range.cpp     return adoptRefWillBeNoop(new Range(ownerDocument, start.containerNode(), start.computeOffsetInContainerNode(), end.containerNode(), end.computeOffsetInContainerNode()));
Range             107 Source/core/dom/Range.cpp Range::~Range()
Range             117 Source/core/dom/Range.cpp void Range::setDocument(Document& document)
Range             128 Source/core/dom/Range.cpp Node* Range::startContainer(ExceptionState& exceptionState) const
Range             138 Source/core/dom/Range.cpp int Range::startOffset(ExceptionState& exceptionState) const
Range             148 Source/core/dom/Range.cpp Node* Range::endContainer(ExceptionState& exceptionState) const
Range             158 Source/core/dom/Range.cpp int Range::endOffset(ExceptionState& exceptionState) const
Range             168 Source/core/dom/Range.cpp Node* Range::commonAncestorContainer(ExceptionState& exceptionState) const
Range             178 Source/core/dom/Range.cpp Node* Range::commonAncestorContainer(Node* containerA, Node* containerB)
Range             189 Source/core/dom/Range.cpp bool Range::collapsed(ExceptionState& exceptionState) const
Range             208 Source/core/dom/Range.cpp     return startRootContainer != endRootContainer || (Range::compareBoundaryPoints(start, end, ASSERT_NO_EXCEPTION) > 0);
Range             211 Source/core/dom/Range.cpp void Range::setStart(PassRefPtr<Node> refNode, int offset, ExceptionState& exceptionState)
Range             239 Source/core/dom/Range.cpp void Range::setEnd(PassRefPtr<Node> refNode, int offset, ExceptionState& exceptionState)
Range             267 Source/core/dom/Range.cpp void Range::setStart(const Position& start, ExceptionState& exceptionState)
Range             273 Source/core/dom/Range.cpp void Range::setEnd(const Position& end, ExceptionState& exceptionState)
Range             279 Source/core/dom/Range.cpp void Range::collapse(bool toStart, ExceptionState& exceptionState)
Range             292 Source/core/dom/Range.cpp bool Range::isPointInRange(Node* refNode, int offset, ExceptionState& exceptionState)
Range             316 Source/core/dom/Range.cpp short Range::comparePoint(Node* refNode, int offset, ExceptionState& exceptionState) const
Range             361 Source/core/dom/Range.cpp Range::CompareResults Range::compareNode(Node* refNode, ExceptionState& exceptionState) const
Range             408 Source/core/dom/Range.cpp short Range::compareBoundaryPoints(CompareHow how, const Range* sourceRange, ExceptionState& exceptionState) const
Range             458 Source/core/dom/Range.cpp short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState& exceptionState)
Range             551 Source/core/dom/Range.cpp short Range::compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionState& exceptionState)
Range             556 Source/core/dom/Range.cpp bool Range::boundaryPointsValid() const
Range             562 Source/core/dom/Range.cpp void Range::deleteContents(ExceptionState& exceptionState)
Range             571 Source/core/dom/Range.cpp bool Range::intersectsNode(Node* refNode, ExceptionState& exceptionState)
Range             669 Source/core/dom/Range.cpp PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionState& exceptionState)
Range             784 Source/core/dom/Range.cpp PassRefPtr<Node> Range::processContentsBetweenOffsets(ActionType action, PassRefPtr<DocumentFragment> fragment,
Range             854 Source/core/dom/Range.cpp void Range::processNodes(ActionType action, Vector<RefPtr<Node> >& nodes, PassRefPtr<Node> oldContainer, PassRefPtr<Node> newContainer, ExceptionState& exceptionState)
Range             871 Source/core/dom/Range.cpp PassRefPtr<Node> Range::processAncestorsAndTheirSiblings(ActionType action, Node* container, ContentsProcessDirection direction, PassRefPtr<Node> passedClonedContainer, Node* commonRoot, ExceptionState& exceptionState)
Range             929 Source/core/dom/Range.cpp PassRefPtr<DocumentFragment> Range::extractContents(ExceptionState& exceptionState)
Range             938 Source/core/dom/Range.cpp PassRefPtr<DocumentFragment> Range::cloneContents(ExceptionState& exceptionState)
Range             948 Source/core/dom/Range.cpp void Range::insertNode(PassRefPtr<Node> prpNewNode, ExceptionState& exceptionState)
Range            1060 Source/core/dom/Range.cpp String Range::toString(ExceptionState& exceptionState) const
Range            1083 Source/core/dom/Range.cpp String Range::toHTML() const
Range            1088 Source/core/dom/Range.cpp String Range::text() const
Range            1100 Source/core/dom/Range.cpp PassRefPtr<DocumentFragment> Range::createContextualFragment(const String& markup, ExceptionState& exceptionState)
Range            1121 Source/core/dom/Range.cpp void Range::detach(ExceptionState& exceptionState)
Range            1135 Source/core/dom/Range.cpp Node* Range::checkNodeWOffset(Node* n, int offset, ExceptionState& exceptionState) const
Range            1167 Source/core/dom/Range.cpp void Range::checkNodeBA(Node* n, ExceptionState& exceptionState) const
Range            1223 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> Range::cloneRange(ExceptionState& exceptionState) const
Range            1230 Source/core/dom/Range.cpp     return Range::create(*m_ownerDocument.get(), m_start.container(), m_start.offset(), m_end.container(), m_end.offset());
Range            1233 Source/core/dom/Range.cpp void Range::setStartAfter(Node* refNode, ExceptionState& exceptionState)
Range            1242 Source/core/dom/Range.cpp void Range::setEndBefore(Node* refNode, ExceptionState& exceptionState)
Range            1251 Source/core/dom/Range.cpp void Range::setEndAfter(Node* refNode, ExceptionState& exceptionState)
Range            1260 Source/core/dom/Range.cpp void Range::selectNode(Node* refNode, ExceptionState& exceptionState)
Range            1319 Source/core/dom/Range.cpp void Range::selectNodeContents(Node* refNode, ExceptionState& exceptionState)
Range            1357 Source/core/dom/Range.cpp void Range::surroundContents(PassRefPtr<Node> passNewParent, ExceptionState& exceptionState)
Range            1444 Source/core/dom/Range.cpp void Range::setStartBefore(Node* refNode, ExceptionState& exceptionState)
Range            1453 Source/core/dom/Range.cpp void Range::checkDeleteExtract(ExceptionState& exceptionState)
Range            1474 Source/core/dom/Range.cpp Node* Range::firstNode() const
Range            1487 Source/core/dom/Range.cpp ShadowRoot* Range::shadowRoot() const
Range            1492 Source/core/dom/Range.cpp Node* Range::pastLastNode() const
Range            1503 Source/core/dom/Range.cpp IntRect Range::boundingBox() const
Range            1514 Source/core/dom/Range.cpp void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight, RangeInFixedPosition* inFixed) const
Range            1546 Source/core/dom/Range.cpp void Range::textQuads(Vector<FloatQuad>& quads, bool useSelectionHeight, RangeInFixedPosition* inFixed) const
Range            1579 Source/core/dom/Range.cpp void Range::formatForDebugger(char* buffer, unsigned length) const
Range            1605 Source/core/dom/Range.cpp bool areRangesEqual(const Range* a, const Range* b)
Range            1614 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> rangeOfContents(Node* node)
Range            1617 Source/core/dom/Range.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(node->document());
Range            1622 Source/core/dom/Range.cpp int Range::maxStartOffset() const
Range            1631 Source/core/dom/Range.cpp int Range::maxEndOffset() const
Range            1649 Source/core/dom/Range.cpp void Range::nodeChildrenChanged(ContainerNode* container)
Range            1674 Source/core/dom/Range.cpp void Range::nodeChildrenWillBeRemoved(ContainerNode& container)
Range            1696 Source/core/dom/Range.cpp void Range::nodeWillBeRemoved(Node& node)
Range            1719 Source/core/dom/Range.cpp void Range::didInsertText(Node* text, unsigned offset, unsigned length)
Range            1740 Source/core/dom/Range.cpp void Range::didRemoveText(Node* text, unsigned offset, unsigned length)
Range            1756 Source/core/dom/Range.cpp void Range::didMergeTextNodes(const NodeWithIndex& oldNode, unsigned offset)
Range            1777 Source/core/dom/Range.cpp void Range::didSplitTextNode(Text& oldNode)
Range            1789 Source/core/dom/Range.cpp void Range::expand(const String& unit, ExceptionState& exceptionState)
Range            1811 Source/core/dom/Range.cpp PassRefPtr<ClientRectList> Range::getClientRects() const
Range            1824 Source/core/dom/Range.cpp PassRefPtr<ClientRect> Range::getBoundingClientRect() const
Range            1829 Source/core/dom/Range.cpp void Range::getBorderAndTextQuads(Vector<FloatQuad>& quads) const
Range            1868 Source/core/dom/Range.cpp FloatRect Range::boundingRect() const
Range            1887 Source/core/dom/Range.cpp void Range::trace(Visitor*)
Range            1895 Source/core/dom/Range.cpp void showTree(const WebCore::Range* range)
Range              51 Source/core/dom/Range.h class Range FINAL : public RefCountedWillBeGarbageCollectedFinalized<Range>, public ScriptWrappable {
Range              53 Source/core/dom/Range.h     static PassRefPtrWillBeRawPtr<Range> create(Document&);
Range              54 Source/core/dom/Range.h     static PassRefPtrWillBeRawPtr<Range> create(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset);
Range              55 Source/core/dom/Range.h     static PassRefPtrWillBeRawPtr<Range> create(Document&, const Position&, const Position&);
Range              56 Source/core/dom/Range.h     ~Range();
Range              80 Source/core/dom/Range.h     short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionState&) const;
Range              97 Source/core/dom/Range.h     PassRefPtrWillBeRawPtr<Range> cloneRange(ExceptionState&) const;
Range             156 Source/core/dom/Range.h     explicit Range(Document&);
Range             157 Source/core/dom/Range.h     Range(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset);
Range             179 Source/core/dom/Range.h PassRefPtrWillBeRawPtr<Range> rangeOfContents(Node*);
Range             181 Source/core/dom/Range.h bool areRangesEqual(const Range*, const Range*);
Range             187 Source/core/dom/Range.h void showTree(const WebCore::Range*);
Range              53 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> range04 = Range::create(document(), oldText, 0, oldText, 4);
Range              54 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> range02 = Range::create(document(), oldText, 0, oldText, 2);
Range              55 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> range22 = Range::create(document(), oldText, 2, oldText, 2);
Range              56 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> range24 = Range::create(document(), oldText, 2, oldText, 4);
Range              96 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> rangeOuterOutside = Range::create(document(), outer, 0, outer, 5);
Range              97 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> rangeOuterInside = Range::create(document(), outer, 1, outer, 4);
Range              98 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> rangeOuterSurroundingText = Range::create(document(), outer, 2, outer, 3);
Range              99 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> rangeInnerLeft = Range::create(document(), innerLeft, 0, innerLeft, 1);
Range             100 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> rangeInnerRight = Range::create(document(), innerRight, 0, innerRight, 1);
Range             101 Source/core/dom/RangeTest.cpp     RefPtrWillBeRawPtr<Range> rangeFromTextToMiddleOfElement = Range::create(document(), oldText, 6, outer, 3);
Range             258 Source/core/editing/ApplyStyleCommand.cpp     RefPtrWillBeRawPtr<Range> startRange = Range::create(document(), firstPositionInNode(&scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
Range             259 Source/core/editing/ApplyStyleCommand.cpp     RefPtrWillBeRawPtr<Range> endRange = Range::create(document(), firstPositionInNode(&scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
Range             705 Source/core/editing/ApplyStyleCommand.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(startNode->document(), start, end);
Range             503 Source/core/editing/CompositeEditCommand.cpp     copyMarkers(markerController.markersInRange(Range::create(document(), node.get(), offset, node.get(), offset + count).get(), DocumentMarker::AllMarkers()), markers);
Range             505 Source/core/editing/CompositeEditCommand.cpp     RefPtrWillBeRawPtr<Range> newRange = Range::create(document(), node.get(), offset, node.get(), offset + replacementText.length());
Range            1156 Source/core/editing/CompositeEditCommand.cpp                 RefPtrWillBeRawPtr<Range> startRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), visibleStart.deepEquivalent().parentAnchoredEquivalent());
Range            1162 Source/core/editing/CompositeEditCommand.cpp                 RefPtrWillBeRawPtr<Range> endRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
Range            1179 Source/core/editing/CompositeEditCommand.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(document(), startRangeCompliant.deprecatedNode(), startRangeCompliant.deprecatedEditingOffset(), endRangeCompliant.deprecatedNode(), endRangeCompliant.deprecatedEditingOffset());
Range            1223 Source/core/editing/CompositeEditCommand.cpp     RefPtrWillBeRawPtr<Range> startToDestinationRange(Range::create(document(), firstPositionInNode(document().documentElement()), destination.deepEquivalent().parentAnchoredEquivalent()));
Range            1247 Source/core/editing/CompositeEditCommand.cpp             RefPtrWillBeRawPtr<Range> start = PlainTextRange(destinationIndex + startIndex).createRangeForSelection(*documentElement);
Range            1248 Source/core/editing/CompositeEditCommand.cpp             RefPtrWillBeRawPtr<Range> end = PlainTextRange(destinationIndex + endIndex).createRangeForSelection(*documentElement);
Range             421 Source/core/editing/DeleteSelectionCommand.cpp     RefPtrWillBeRawPtr<Range> range = m_selectionToDelete.toNormalizedRange();
Range            1261 Source/core/editing/EditingStyle.cpp         RefPtrWillBeRawPtr<Range> range(selection.toNormalizedRange());
Range            1287 Source/core/editing/EditingStyle.cpp         Node* pastLast = Range::create(*end.document(), position.parentAnchoredEquivalent(), end.parentAnchoredEquivalent())->pastLastNode();
Range             120 Source/core/editing/Editor.cpp         if (RefPtrWillBeRawPtr<Range> range = textFromControlOfTarget->selection())
Range             251 Source/core/editing/Editor.cpp bool Editor::canDeleteRange(Range* range) const
Range             390 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> range = selectedRange();
Range             417 Source/core/editing/Editor.cpp void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText)
Range             512 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::selectedRange()
Range             517 Source/core/editing/Editor.cpp bool Editor::shouldDeleteRange(Range* range) const
Range             852 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> selection = selectedRange();
Range             996 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> range = makeRange(previous, next);
Range            1015 Source/core/editing/Editor.cpp void Editor::addToKillRing(Range* range, bool prepend)
Range            1049 Source/core/editing/Editor.cpp IntRect Editor::firstRectForRange(Range* range) const
Range            1117 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> resultRange = rangeOfString(target, selection.firstRange().get(), options);
Range            1127 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::findStringAndScrollToVisible(const String& target, Range* previousMatch, FindOptions options)
Range            1129 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> nextMatch = rangeOfString(target, previousMatch, options);
Range            1139 Source/core/editing/Editor.cpp PassRefPtrWillBeRawPtr<Range> Editor::rangeOfString(const String& target, Range* referenceRange, FindOptions options)
Range            1146 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> searchRange(rangeOfContents(m_frame.document()));
Range            1165 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> resultRange(findPlainText(searchRange.get(), target, options));
Range             106 Source/core/editing/Editor.h     bool shouldDeleteRange(Range*) const;
Range             192 Source/core/editing/Editor.h     PassRefPtrWillBeRawPtr<Range> selectedRange();
Range             194 Source/core/editing/Editor.h     void addToKillRing(Range*, bool prepend);
Range             205 Source/core/editing/Editor.h     PassRefPtrWillBeRawPtr<Range> findStringAndScrollToVisible(const String&, Range*, FindOptions);
Range             212 Source/core/editing/Editor.h     IntRect firstRectForRange(Range*) const;
Range             249 Source/core/editing/Editor.h     bool canDeleteRange(Range*) const;
Range             260 Source/core/editing/Editor.h     void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
Range             269 Source/core/editing/Editor.h     PassRefPtrWillBeRawPtr<Range> rangeOfString(const String&, Range*, FindOptions);
Range             216 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange();
Range             266 Source/core/editing/EditorCommand.cpp static PassRefPtrWillBeRawPtr<Range> unionDOMRanges(Range* a, Range* b)
Range             268 Source/core/editing/EditorCommand.cpp     Range* start = a->compareBoundaryPoints(Range::START_TO_START, b, ASSERT_NO_EXCEPTION) <= 0 ? a : b;
Range             269 Source/core/editing/EditorCommand.cpp     Range* end = a->compareBoundaryPoints(Range::END_TO_END, b, ASSERT_NO_EXCEPTION) <= 0 ? b : a;
Range             271 Source/core/editing/EditorCommand.cpp     return Range::create(a->ownerDocument(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset());
Range             382 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange();
Range            1030 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> mark = frame.editor().mark().toNormalizedRange();
Range            1031 Source/core/editing/EditorCommand.cpp     RefPtrWillBeRawPtr<Range> selection = frame.editor().selectedRange();
Range              73 Source/core/editing/FormatBlockCommand.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(document(), start, endOfSelection);
Range             104 Source/core/editing/FormatBlockCommand.cpp Element* FormatBlockCommand::elementForFormatBlockCommand(Range* range)
Range              38 Source/core/editing/FormatBlockCommand.h class Range;
Range              50 Source/core/editing/FormatBlockCommand.h     static Element* elementForFormatBlockCommand(Range*);
Range             357 Source/core/editing/FrameSelection.cpp     } else if (RefPtrWillBeRawPtr<Range> range = m_selection.firstRange()) {
Range             359 Source/core/editing/FrameSelection.cpp         Range::CompareResults compareResult = range->compareNode(&node, exceptionState);
Range             360 Source/core/editing/FrameSelection.cpp         if (!exceptionState.hadException() && (compareResult == Range::NODE_BEFORE_AND_AFTER || compareResult == Range::NODE_INSIDE)) {
Range            1402 Source/core/editing/FrameSelection.cpp bool FrameSelection::setSelectedRange(Range* range, EAffinity affinity, SetSelectionOptions options)
Range            1431 Source/core/editing/FrameSelection.cpp PassRefPtrWillBeRawPtr<Range> FrameSelection::firstRange() const
Range              98 Source/core/editing/FrameSelection.h     bool setSelectedRange(Range*, EAffinity, SetSelectionOptions = CloseTyping | ClearTypingStyle);
Range             150 Source/core/editing/FrameSelection.h     PassRefPtrWillBeRawPtr<Range> firstRange() const;
Range             152 Source/core/editing/FrameSelection.h     PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const { return m_selection.toNormalizedRange(); }
Range             261 Source/core/editing/FrameSelection.h     RefPtrWillBePersistent<Range> m_logicalRange;
Range              98 Source/core/editing/InputMethodController.cpp     RefPtrWillBeRawPtr<Range> range = compositionRange();
Range             312 Source/core/editing/InputMethodController.cpp             RefPtrWillBeRawPtr<Range> selectedRange = Range::create(baseNode->document(), baseNode, start, baseNode, end);
Range             352 Source/core/editing/InputMethodController.cpp PassRefPtrWillBeRawPtr<Range> InputMethodController::compositionRange() const
Range             361 Source/core/editing/InputMethodController.cpp     return Range::create(m_compositionNode->document(), m_compositionNode.get(), start, m_compositionNode.get(), end);
Range             366 Source/core/editing/InputMethodController.cpp     RefPtrWillBeRawPtr<Range> range = m_frame.selection().selection().firstRange();
Range             382 Source/core/editing/InputMethodController.cpp     RefPtrWillBeRawPtr<Range> range = selectionOffsets.createRange(*rootEditableElement);
Range              38 Source/core/editing/InputMethodController.h class Range;
Range              69 Source/core/editing/InputMethodController.h     PassRefPtrWillBeRawPtr<Range> compositionRange() const;
Range             142 Source/core/editing/InsertListCommand.cpp             RefPtrWillBeRawPtr<Range> currentSelection = endingSelection().firstRange();
Range             196 Source/core/editing/InsertListCommand.cpp void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range& currentSelection)
Range              55 Source/core/editing/InsertListCommand.h     void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range& currentSelection);
Range              99 Source/core/editing/MarkupAccumulator.cpp MarkupAccumulator::MarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs resolveUrlsMethod, const Range* range, SerializationType serializationType)
Range              40 Source/core/editing/MarkupAccumulator.h class Range;
Range              69 Source/core/editing/MarkupAccumulator.h     MarkupAccumulator(Vector<Node*>*, EAbsoluteURLs, const Range* = 0, SerializationType = AsOwnerDocument);
Range             106 Source/core/editing/MarkupAccumulator.h     const Range* const m_range;
Range              60 Source/core/editing/PlainTextRange.cpp PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRange(const ContainerNode& scope) const
Range              65 Source/core/editing/PlainTextRange.cpp PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const
Range              70 Source/core/editing/PlainTextRange.cpp PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeFor(const ContainerNode& scope, GetRangeFor getRangeFor) const
Range              74 Source/core/editing/PlainTextRange.cpp     RefPtrWillBeRawPtr<Range> resultRange = scope.document().createRange();
Range              79 Source/core/editing/PlainTextRange.cpp     RefPtrWillBeRawPtr<Range> textRunRange = nullptr;
Range             109 Source/core/editing/PlainTextRange.cpp                     RefPtrWillBeRawPtr<Range> range = it.range();
Range             159 Source/core/editing/PlainTextRange.cpp PlainTextRange PlainTextRange::create(const Node& scope, const Range& range)
Range             174 Source/core/editing/PlainTextRange.cpp     RefPtrWillBeRawPtr<Range> testRange = Range::create(scope.document(), const_cast<Node*>(&scope), 0, range.startContainer(), range.startOffset());
Range              37 Source/core/editing/PlainTextRange.h class Range;
Range              52 Source/core/editing/PlainTextRange.h     PassRefPtrWillBeRawPtr<Range> createRange(const ContainerNode& scope) const;
Range              53 Source/core/editing/PlainTextRange.h     PassRefPtrWillBeRawPtr<Range> createRangeForSelection(const ContainerNode& scope) const;
Range              55 Source/core/editing/PlainTextRange.h     static PlainTextRange create(const Node& scope, const Range&);
Range              61 Source/core/editing/PlainTextRange.h     PassRefPtrWillBeRawPtr<Range> createRangeFor(const ContainerNode& scope, GetRangeFor) const;
Range             168 Source/core/editing/ReplaceSelectionCommand.cpp     RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
Range              40 Source/core/editing/SpellCheckRequester.cpp     PassRefPtrWillBeRawPtr<Range> checkingRange,
Range              41 Source/core/editing/SpellCheckRequester.cpp     PassRefPtrWillBeRawPtr<Range> paragraphRange,
Range              62 Source/core/editing/SpellCheckRequester.cpp PassRefPtr<SpellCheckRequest> SpellCheckRequest::create(TextCheckingTypeMask textCheckingOptions, TextCheckingProcessType processType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber)
Range             153 Source/core/editing/SpellCheckRequester.cpp bool SpellCheckRequester::canCheckAsynchronously(Range* range) const
Range             158 Source/core/editing/SpellCheckRequester.cpp bool SpellCheckRequester::isCheckable(Range* range) const
Range              48 Source/core/editing/SpellCheckRequester.h     static PassRefPtr<SpellCheckRequest> create(TextCheckingTypeMask, TextCheckingProcessType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber = 0);
Range              51 Source/core/editing/SpellCheckRequester.h     PassRefPtrWillBeRawPtr<Range> checkingRange() const { return m_checkingRange; }
Range              52 Source/core/editing/SpellCheckRequester.h     PassRefPtrWillBeRawPtr<Range> paragraphRange() const { return m_paragraphRange; }
Range              65 Source/core/editing/SpellCheckRequester.h     SpellCheckRequest(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, const String&, TextCheckingTypeMask, TextCheckingProcessType, const Vector<uint32_t>& documentMarkersInRange, const Vector<unsigned>& documentMarkerOffsets, int requestNumber);
Range              68 Source/core/editing/SpellCheckRequester.h     RefPtrWillBePersistent<Range> m_checkingRange;
Range              69 Source/core/editing/SpellCheckRequester.h     RefPtrWillBePersistent<Range> m_paragraphRange;
Range              84 Source/core/editing/SpellCheckRequester.h     bool isCheckable(Range*) const;
Range             102 Source/core/editing/SpellCheckRequester.h     bool canCheckAsynchronously(Range*) const;
Range             146 Source/core/editing/SpellChecker.cpp     if (RefPtrWillBeRawPtr<Range> selectedRange = m_frame.selection().toNormalizedRange())
Range             158 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> spellingSearchRange(rangeOfContents(m_frame.document()));
Range             216 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> grammarSearchRange = nullptr;
Range             223 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
Range             289 Source/core/editing/SpellChecker.cpp         RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length);
Range             298 Source/core/editing/SpellChecker.cpp         RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
Range             320 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> selectedRange = movingSelection.toNormalizedRange();
Range             358 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> misspellingRange = nullptr;
Range             390 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
Range             400 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> searchRange(selection.toNormalizedRange());
Range             434 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellings(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
Range             441 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
Range             445 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* spellingRange, Range* grammarRange)
Range             463 Source/core/editing/SpellChecker.cpp     Range* rangeToCheck = shouldMarkGrammar ? grammarRange : spellingRange;
Range             474 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> rangeToCheck = Range::create(*m_frame.document(), firstPositionInNode(node), lastPositionInNode(node));
Range             493 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> checkRange = fullParagraphToCheck.checkingRange();
Range             510 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength)
Range             571 Source/core/editing/SpellChecker.cpp             RefPtrWillBeRawPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength);
Range             579 Source/core/editing/SpellChecker.cpp                     RefPtrWillBeRawPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail->location, detail->length);
Range             585 Source/core/editing/SpellChecker.cpp             RefPtrWillBeRawPtr<Range> invisibleSpellcheckRange = paragraph.subrange(resultLocation, resultLength);
Range             595 Source/core/editing/SpellChecker.cpp             RefPtrWillBeRawPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset);
Range             621 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> firstMisspellingRange = nullptr;
Range             692 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> wordRange = Range::create(*document, startOfFirstWord.deepEquivalent(), endOfLastWord.deepEquivalent());
Range             743 Source/core/editing/SpellChecker.cpp             if (RefPtrWillBeRawPtr<Range> wordRange = newAdjacentWords.toNormalizedRange())
Range             747 Source/core/editing/SpellChecker.cpp             if (RefPtrWillBeRawPtr<Range> sentenceRange = newSelectedSentence.toNormalizedRange())
Range             849 Source/core/editing/SpellChecker.cpp     RefPtrWillBeRawPtr<Range> rangeToCheck = rangeOfContents(const_cast<Element*>(&element));
Range              62 Source/core/editing/SpellChecker.h     void markMisspellings(const VisibleSelection&, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
Range              66 Source/core/editing/SpellChecker.h     void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange);
Range              92 Source/core/editing/SpellChecker.h     void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
Range              98 Source/core/editing/SpellChecker.h     void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkingRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength = 0);
Range              56 Source/core/editing/SurroundingText.cpp     RefPtrWillBeRawPtr<Range> forwardRange = forwardIterator.range();
Range              57 Source/core/editing/SurroundingText.cpp     if (!forwardRange || !Range::create(*document, position, forwardRange->startPosition())->text().length()) {
Range              66 Source/core/editing/SurroundingText.cpp     RefPtrWillBeRawPtr<Range> backwardsRange = backwardsIterator.range();
Range              72 Source/core/editing/SurroundingText.cpp     m_positionOffsetInContent = Range::create(*document, backwardsRange->endPosition(), position)->text().length();
Range              73 Source/core/editing/SurroundingText.cpp     m_contentRange = Range::create(*document, backwardsRange->endPosition(), forwardRange->startPosition());
Range              77 Source/core/editing/SurroundingText.cpp PassRefPtrWillBeRawPtr<Range> SurroundingText::rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent)
Range              97 Source/core/editing/SurroundingText.cpp     return Range::create(*start.document(), start, end);
Range              39 Source/core/editing/SurroundingText.h class Range;
Range              50 Source/core/editing/SurroundingText.h     PassRefPtrWillBeRawPtr<Range> rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent);
Range              53 Source/core/editing/SurroundingText.h     RefPtrWillBePersistent<Range> m_contentRange;
Range             101 Source/core/editing/TextCheckingHelper.cpp static PassRefPtrWillBeRawPtr<Range> expandToParagraphBoundary(PassRefPtrWillBeRawPtr<Range> range)
Range             103 Source/core/editing/TextCheckingHelper.cpp     RefPtrWillBeRawPtr<Range> paragraphRange = range->cloneRange(IGNORE_EXCEPTION);
Range             109 Source/core/editing/TextCheckingHelper.cpp TextCheckingParagraph::TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange)
Range             117 Source/core/editing/TextCheckingHelper.cpp TextCheckingParagraph::TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange)
Range             150 Source/core/editing/TextCheckingHelper.cpp PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::paragraphRange() const
Range             158 Source/core/editing/TextCheckingHelper.cpp PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCount) const
Range             167 Source/core/editing/TextCheckingHelper.cpp     RefPtrWillBeRawPtr<Range> range = offsetAsRange()->cloneRange(ASSERT_NO_EXCEPTION);
Range             181 Source/core/editing/TextCheckingHelper.cpp PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::offsetAsRange() const
Range             185 Source/core/editing/TextCheckingHelper.cpp         m_offsetAsRange = Range::create(paragraphRange()->startContainer()->document(), paragraphRange()->startPosition(), checkingRange()->startPosition());
Range             222 Source/core/editing/TextCheckingHelper.cpp TextCheckingHelper::TextCheckingHelper(SpellCheckerClient& client, PassRefPtrWillBeRawPtr<Range> range)
Range             233 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
Range             264 Source/core/editing/TextCheckingHelper.cpp                 RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
Range             309 Source/core/editing/TextCheckingHelper.cpp     RefPtrWillBeRawPtr<Range> paragraphRange = m_range->cloneRange(IGNORE_EXCEPTION);
Range             314 Source/core/editing/TextCheckingHelper.cpp     RefPtrWillBeRawPtr<Range> offsetAsRange = Range::create(paragraphRange->startContainer()->document(), paragraphRange->startPosition(), m_range->startPosition());
Range             328 Source/core/editing/TextCheckingHelper.cpp             RefPtrWillBeRawPtr<Range> endOffsetAsRange = Range::create(paragraphRange->startContainer()->document(), paragraphRange->startPosition(), m_range->endPosition());
Range             381 Source/core/editing/TextCheckingHelper.cpp                         RefPtrWillBeRawPtr<Range> paragraphOffsetAsRange = Range::create(paragraphRange->startContainer()->document(), m_range->startPosition(), paragraphRange->startPosition());
Range             392 Source/core/editing/TextCheckingHelper.cpp                         RefPtrWillBeRawPtr<Range> paragraphOffsetAsRange = Range::create(paragraphRange->startContainer()->document(), m_range->startPosition(), paragraphRange->startPosition());
Range             434 Source/core/editing/TextCheckingHelper.cpp             RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
Range             507 Source/core/editing/TextCheckingHelper.cpp void TextCheckingHelper::markAllMisspellings(RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
Range              32 Source/core/editing/TextCheckingHelper.h class Range;
Range              41 Source/core/editing/TextCheckingHelper.h     explicit TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange);
Range              42 Source/core/editing/TextCheckingHelper.h     TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange);
Range              46 Source/core/editing/TextCheckingHelper.h     PassRefPtrWillBeRawPtr<Range> subrange(int characterOffset, int characterCount) const;
Range              65 Source/core/editing/TextCheckingHelper.h     PassRefPtrWillBeRawPtr<Range> paragraphRange() const;
Range              66 Source/core/editing/TextCheckingHelper.h     PassRefPtrWillBeRawPtr<Range> checkingRange() const { return m_checkingRange; }
Range              70 Source/core/editing/TextCheckingHelper.h     PassRefPtrWillBeRawPtr<Range> offsetAsRange() const;
Range              72 Source/core/editing/TextCheckingHelper.h     RefPtrWillBeMember<Range> m_checkingRange;
Range              73 Source/core/editing/TextCheckingHelper.h     mutable RefPtrWillBeMember<Range> m_paragraphRange;
Range              74 Source/core/editing/TextCheckingHelper.h     mutable RefPtrWillBeMember<Range> m_offsetAsRange;
Range              85 Source/core/editing/TextCheckingHelper.h     TextCheckingHelper(SpellCheckerClient&, PassRefPtrWillBeRawPtr<Range>);
Range              88 Source/core/editing/TextCheckingHelper.h     String findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
Range              91 Source/core/editing/TextCheckingHelper.h     void markAllMisspellings(RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
Range              96 Source/core/editing/TextCheckingHelper.h     RefPtrWillBeMember<Range> m_range;
Range             242 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior)
Range            1152 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> TextIterator::range() const
Range            1162 Source/core/editing/TextIterator.cpp         return Range::create(m_positionNode->document(), m_positionNode, m_positionStartOffset, m_positionNode, m_positionEndOffset);
Range            1167 Source/core/editing/TextIterator.cpp         return Range::create(m_endContainer->document(), m_endContainer, m_endOffset, m_endContainer, m_endOffset);
Range            1174 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> textRange = range();
Range            1189 Source/core/editing/TextIterator.cpp SimplifiedBackwardsTextIterator::SimplifiedBackwardsTextIterator(const Range* r, TextIteratorBehaviorFlags behavior)
Range            1470 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> SimplifiedBackwardsTextIterator::range() const
Range            1473 Source/core/editing/TextIterator.cpp         return Range::create(m_positionNode->document(), m_positionNode, m_positionStartOffset, m_positionNode, m_positionEndOffset);
Range            1475 Source/core/editing/TextIterator.cpp     return Range::create(m_startNode->document(), m_startNode, m_startOffset, m_startNode, m_startOffset);
Range            1480 Source/core/editing/TextIterator.cpp CharacterIterator::CharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior)
Range            1504 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> CharacterIterator::range() const
Range            1506 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> r = m_textIterator.range();
Range            1566 Source/core/editing/TextIterator.cpp static PassRefPtrWillBeRawPtr<Range> characterSubrange(CharacterIterator& it, int offset, int length)
Range            1569 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> start = it.range();
Range            1573 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> end = it.range();
Range            1575 Source/core/editing/TextIterator.cpp     return Range::create(start->startContainer()->document(),
Range            1580 Source/core/editing/TextIterator.cpp BackwardsCharacterIterator::BackwardsCharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior)
Range            1590 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> BackwardsCharacterIterator::range() const
Range            1592 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> r = m_textIterator.range();
Range            1648 Source/core/editing/TextIterator.cpp WordAwareIterator::WordAwareIterator(const Range* range)
Range            2032 Source/core/editing/TextIterator.cpp int TextIterator::rangeLength(const Range* r, bool forSelectionPreservation)
Range            2041 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> TextIterator::subrange(Range* entireRange, int characterOffset, int characterCount)
Range            2049 Source/core/editing/TextIterator.cpp String plainText(const Range* r, TextIteratorBehaviorFlags behavior)
Range            2069 Source/core/editing/TextIterator.cpp static PassRefPtrWillBeRawPtr<Range> collapsedToBoundary(const Range* range, bool forward)
Range            2071 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> result = range->cloneRange(ASSERT_NO_EXCEPTION);
Range            2084 Source/core/editing/TextIterator.cpp         RefPtrWillBeRawPtr<Range> startRange = it.range();
Range            2085 Source/core/editing/TextIterator.cpp         RefPtrWillBeRawPtr<Range> beforeStartRange = startRange->ownerDocument().createRange();
Range            2124 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Range* range, const String& target, FindOptions options)
Range            2144 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String& target, FindOptions options)
Range            2160 Source/core/editing/TextIterator.cpp             return Range::create(*start.document(), collapseTo, collapseTo);
Range              52 Source/core/editing/TextIterator.h String plainText(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
Range              53 Source/core/editing/TextIterator.h PassRefPtrWillBeRawPtr<Range> findPlainText(const Range*, const String&, FindOptions);
Range              54 Source/core/editing/TextIterator.h PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String&, FindOptions);
Range              78 Source/core/editing/TextIterator.h     explicit TextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
Range             107 Source/core/editing/TextIterator.h     PassRefPtrWillBeRawPtr<Range> range() const;
Range             110 Source/core/editing/TextIterator.h     static int rangeLength(const Range*, bool spacesForReplacedElements = false);
Range             111 Source/core/editing/TextIterator.h     static PassRefPtrWillBeRawPtr<Range> subrange(Range* entireRange, int characterOffset, int characterCount);
Range             217 Source/core/editing/TextIterator.h     explicit SimplifiedBackwardsTextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
Range             237 Source/core/editing/TextIterator.h     PassRefPtrWillBeRawPtr<Range> range() const;
Range             299 Source/core/editing/TextIterator.h     explicit CharacterIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
Range             314 Source/core/editing/TextIterator.h     PassRefPtrWillBeRawPtr<Range> range() const;
Range             328 Source/core/editing/TextIterator.h     explicit BackwardsCharacterIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
Range             334 Source/core/editing/TextIterator.h     PassRefPtrWillBeRawPtr<Range> range() const;
Range             349 Source/core/editing/TextIterator.h     explicit WordAwareIterator(const Range*);
Range             363 Source/core/editing/TextIterator.h     RefPtrWillBeMember<Range> m_range;
Range              67 Source/core/editing/TextIteratorTest.cpp     PassRefPtrWillBeRawPtr<Range> getBodyRange() const;
Range              86 Source/core/editing/TextIteratorTest.cpp     RefPtrWillBeRawPtr<Range> range = getBodyRange();
Range             106 Source/core/editing/TextIteratorTest.cpp PassRefPtrWillBeRawPtr<Range> TextIteratorTest::getBodyRange() const
Range             108 Source/core/editing/TextIteratorTest.cpp     RefPtrWillBeRawPtr<Range> range(Range::create(document()));
Range             723 Source/core/editing/VisiblePosition.cpp PassRefPtrWillBeRawPtr<Range> makeRange(const VisiblePosition &start, const VisiblePosition &end)
Range             733 Source/core/editing/VisiblePosition.cpp     return Range::create(s.containerNode()->document(), s.containerNode(), s.offsetInContainerNode(), e.containerNode(), e.offsetInContainerNode());
Range             736 Source/core/editing/VisiblePosition.cpp VisiblePosition startVisiblePosition(const Range *r, EAffinity affinity)
Range             741 Source/core/editing/VisiblePosition.cpp bool setStart(Range *r, const VisiblePosition &visiblePosition)
Range             751 Source/core/editing/VisiblePosition.cpp bool setEnd(Range *r, const VisiblePosition &visiblePosition)
Range             130 Source/core/editing/VisiblePosition.h PassRefPtrWillBeRawPtr<Range> makeRange(const VisiblePosition&, const VisiblePosition&);
Range             131 Source/core/editing/VisiblePosition.h bool setStart(Range*, const VisiblePosition&);
Range             132 Source/core/editing/VisiblePosition.h bool setEnd(Range*, const VisiblePosition&);
Range             133 Source/core/editing/VisiblePosition.h VisiblePosition startVisiblePosition(const Range*, EAffinity);
Range              98 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity, bool isDirectional)
Range             184 Source/core/editing/VisibleSelection.cpp PassRefPtrWillBeRawPtr<Range> VisibleSelection::firstRange() const
Range             190 Source/core/editing/VisibleSelection.cpp     return Range::create(*start.document(), start, end);
Range             193 Source/core/editing/VisibleSelection.cpp PassRefPtrWillBeRawPtr<Range> VisibleSelection::toNormalizedRange() const
Range             246 Source/core/editing/VisibleSelection.cpp     return Range::create(*s.document(), s, e);
Range             265 Source/core/editing/VisibleSelection.cpp static PassRefPtrWillBeRawPtr<Range> makeSearchRange(const Position& pos)
Range             278 Source/core/editing/VisibleSelection.cpp     RefPtrWillBeRawPtr<Range> searchRange(Range::create(d));
Range             294 Source/core/editing/VisibleSelection.cpp     RefPtrWillBeRawPtr<Range> searchRange = makeSearchRange(m_end);
Range              48 Source/core/editing/VisibleSelection.h     explicit VisibleSelection(const Range*, EAffinity = SEL_DEFAULT_AFFINITY, bool isDirectional = false);
Range              96 Source/core/editing/VisibleSelection.h     PassRefPtrWillBeRawPtr<Range> firstRange() const;
Range             101 Source/core/editing/VisibleSelection.h     PassRefPtrWillBeRawPtr<Range> toNormalizedRange() const;
Range             460 Source/core/editing/VisibleUnits.cpp     RefPtrWillBeRawPtr<Range> searchRange = Range::create(d);
Range             467 Source/core/editing/VisibleUnits.cpp         RefPtrWillBeRawPtr<Range> forwardsScanRange(d.createRange());
Range             539 Source/core/editing/VisibleUnits.cpp     RefPtrWillBeRawPtr<Range> searchRange(d.createRange());
Range             546 Source/core/editing/VisibleUnits.cpp         RefPtrWillBeRawPtr<Range> backwardsScanRange(d.createRange());
Range             598 Source/core/editing/VisibleUnits.cpp         RefPtrWillBeRawPtr<Range> characterRange = charIt.range();
Range             102 Source/core/editing/htmlediting.cpp     int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
Range             528 Source/core/editing/htmlediting.cpp PassRefPtrWillBeRawPtr<Range> createRange(Document& document, const VisiblePosition& start, const VisiblePosition& end, ExceptionState& exceptionState)
Range             530 Source/core/editing/htmlediting.cpp     RefPtrWillBeRawPtr<Range> selectedRange = Range::create(document);
Range            1017 Source/core/editing/htmlediting.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(document, firstPositionInNode(scope.get()), p.parentAnchoredEquivalent());
Range            1026 Source/core/editing/htmlediting.cpp     RefPtrWillBeRawPtr<Range> range = PlainTextRange(index).createRangeForSelection(*scope);
Range            1043 Source/core/editing/htmlediting.cpp bool isNodeVisiblyContainedWithin(Node& node, const Range& selectedRange)
Range            1046 Source/core/editing/htmlediting.cpp     if (selectedRange.compareNode(&node, IGNORE_EXCEPTION) == Range::NODE_INSIDE)
Range              43 Source/core/editing/htmlediting.h class Range;
Range             112 Source/core/editing/htmlediting.h bool isNodeVisiblyContainedWithin(Node&, const Range&);
Range             194 Source/core/editing/htmlediting.h PassRefPtrWillBeRawPtr<Range> createRange(Document&, const VisiblePosition& start, const VisiblePosition& end, ExceptionState&);
Range             120 Source/core/editing/markup.cpp     StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs, EAnnotateForInterchange, const Range*, Node* highestNodeToBeSerialized = 0);
Range             131 Source/core/editing/markup.cpp     String renderedText(Node&, const Range*);
Range             132 Source/core/editing/markup.cpp     String stringValueForRange(const Node&, const Range*);
Range             153 Source/core/editing/markup.cpp     const Range* range, Node* highestNodeToBeSerialized)
Range             243 Source/core/editing/markup.cpp String StyledMarkupAccumulator::renderedText(Node& node, const Range* range)
Range             259 Source/core/editing/markup.cpp     return plainText(Range::create(node.document(), start, end).get());
Range             262 Source/core/editing/markup.cpp String StyledMarkupAccumulator::stringValueForRange(const Node& node, const Range* range)
Range             497 Source/core/editing/markup.cpp static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange shouldAnnotate, Node* constrainingAncestor)
Range             544 Source/core/editing/markup.cpp static String createMarkupInternal(Document& document, const Range* range, const Range* updatedRange, Vector<Node*>* nodes,
Range             579 Source/core/editing/markup.cpp         if (pastEnd && Range::compareBoundaryPoints(startNode, 0, pastEnd, 0, ASSERT_NO_EXCEPTION) >= 0)
Range             627 Source/core/editing/markup.cpp String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor)
Range             633 Source/core/editing/markup.cpp     const Range* updatedRange = range;
Range             716 Source/core/editing/markup.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(*taggedDocument.get(),
Range             802 Source/core/editing/markup.cpp static bool shouldPreserveNewline(const Range& range)
Range             817 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text)
Range              45 Source/core/editing/markup.h class Range;
Range              50 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text);
Range              64 Source/core/editing/markup.h String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0);
Range             307 Source/core/frame/LocalFrame.cpp PassRefPtrWillBeRawPtr<Range> LocalFrame::rangeForPoint(const IntPoint& framePoint)
Range             315 Source/core/frame/LocalFrame.cpp         RefPtrWillBeRawPtr<Range> previousCharacterRange = makeRange(previous, position);
Range             322 Source/core/frame/LocalFrame.cpp     if (RefPtrWillBeRawPtr<Range> nextCharacterRange = makeRange(position, next)) {
Range              52 Source/core/frame/LocalFrame.h     class Range;
Range             134 Source/core/frame/LocalFrame.h         PassRefPtrWillBeRawPtr<Range> rangeForPoint(const IntPoint& framePoint);
Range             315 Source/core/html/HTMLTextFormControlElement.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(document());
Range             328 Source/core/html/HTMLTextFormControlElement.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(*indexPosition.document());
Range             424 Source/core/html/HTMLTextFormControlElement.cpp PassRefPtrWillBeRawPtr<Range> HTMLTextFormControlElement::selection() const
Range             438 Source/core/html/HTMLTextFormControlElement.cpp         return Range::create(document(), innerText, 0, innerText, 0);
Range             462 Source/core/html/HTMLTextFormControlElement.cpp     return Range::create(document(), startNode, start, endNode, end);
Range              72 Source/core/html/HTMLTextFormControlElement.h     PassRefPtrWillBeRawPtr<Range> selection() const;
Range             110 Source/core/html/TimeRanges.cpp         const Range& range = other->m_ranges[index];
Range             139 Source/core/html/TimeRanges.cpp     Range addedRange(start, end);
Range              79 Source/core/html/TimeRanges.h         Range() { }
Range              80 Source/core/html/TimeRanges.h         Range(double start, double end)
Range              93 Source/core/html/TimeRanges.h         inline bool isOverlappingRange(const Range& range) const
Range              98 Source/core/html/TimeRanges.h         inline bool isContiguousWithRange(const Range& range) const
Range             103 Source/core/html/TimeRanges.h         inline Range unionWithOverlappingOrContiguousRange(const Range& range) const
Range             105 Source/core/html/TimeRanges.h             Range ret;
Range             113 Source/core/html/TimeRanges.h         inline bool isBeforeRange(const Range& range) const
Range             119 Source/core/html/TimeRanges.h     Vector<Range> m_ranges;
Range              79 Source/core/html/parser/HTMLToken.h         class Range {
Range              85 Source/core/html/parser/HTMLToken.h         Range nameRange;
Range              86 Source/core/html/parser/HTMLToken.h         Range valueRange;
Range             443 Source/core/html/parser/HTMLToken.h     Attribute::Range m_range; // Always starts at zero.
Range              77 Source/core/html/shadow/DateTimeEditElement.cpp     DateTimeNumericFieldElement::Range m_dayRange;
Range              78 Source/core/html/shadow/DateTimeEditElement.cpp     DateTimeNumericFieldElement::Range m_hour23Range;
Range              79 Source/core/html/shadow/DateTimeEditElement.cpp     DateTimeNumericFieldElement::Range m_minuteRange;
Range              80 Source/core/html/shadow/DateTimeEditElement.cpp     DateTimeNumericFieldElement::Range m_secondRange;
Range              81 Source/core/html/shadow/DateTimeEditElement.cpp     DateTimeNumericFieldElement::Range m_millisecondRange;
Range             234 Source/core/html/shadow/DateTimeEditElement.cpp             field = DateTimeMonthFieldElement::create(document, m_editElement, m_parameters.placeholderForMonth, DateTimeNumericFieldElement::Range(minMonth + 1, maxMonth + 1));
Range             283 Source/core/html/shadow/DateTimeEditElement.cpp         DateTimeNumericFieldElement::Range range(DateComponents::minimumWeekNumber, DateComponents::maximumWeekNumber);
Range              81 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeDayFieldElement::DateTimeDayFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
Range              82 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, range, Range(1, 31), placeholder)
Range              86 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeDayFieldElement> DateTimeDayFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
Range             122 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeHourFieldElementBase::DateTimeHourFieldElementBase(Document& document, FieldOwner& fieldOwner, const Range& range, const Range& hardLimits, const Step& step)
Range             157 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeHour11FieldElement::DateTimeHour11FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             158 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeHourFieldElementBase(document, fieldOwner, range, Range(0, 11), step)
Range             162 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeHour11FieldElement> DateTimeHour11FieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& hour23Range, const Step& step)
Range             167 Source/core/html/shadow/DateTimeFieldElements.cpp     Range range(0, 11);
Range             192 Source/core/html/shadow/DateTimeFieldElements.cpp     value = Range(0, 23).clampValue(value) % 12;
Range             198 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeHour12FieldElement::DateTimeHour12FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             199 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeHourFieldElementBase(document, fieldOwner, range, Range(1, 12), step)
Range             203 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeHour12FieldElement> DateTimeHour12FieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& hour23Range, const Step& step)
Range             208 Source/core/html/shadow/DateTimeFieldElements.cpp     Range range(1, 12);
Range             235 Source/core/html/shadow/DateTimeFieldElements.cpp     value = Range(0, 24).clampValue(value) % 12;
Range             241 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeHour23FieldElement::DateTimeHour23FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             242 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeHourFieldElementBase(document, fieldOwner, range, Range(0, 23), step)
Range             246 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeHour23FieldElement> DateTimeHour23FieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& hour23Range, const Step& step)
Range             271 Source/core/html/shadow/DateTimeFieldElements.cpp     value = Range(0, 23).clampValue(value);
Range             277 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeHour24FieldElement::DateTimeHour24FieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             278 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeHourFieldElementBase(document, fieldOwner, range, Range(1, 24), step)
Range             282 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeHour24FieldElement> DateTimeHour24FieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& hour23Range, const Step& step)
Range             287 Source/core/html/shadow/DateTimeFieldElements.cpp     Range range(hour23Range.minimum ? hour23Range.minimum : 24, hour23Range.maximum ? hour23Range.maximum : 24);
Range             318 Source/core/html/shadow/DateTimeFieldElements.cpp     value = Range(0, 24).clampValue(value);
Range             324 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeMillisecondFieldElement::DateTimeMillisecondFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             325 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, range, Range(0, 999), "---", step)
Range             329 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeMillisecondFieldElement> DateTimeMillisecondFieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             365 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeMinuteFieldElement::DateTimeMinuteFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             366 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, range, Range(0, 59), "--", step)
Range             370 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeMinuteFieldElement> DateTimeMinuteFieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             406 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeMonthFieldElement::DateTimeMonthFieldElement(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
Range             407 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, range, Range(1, 12), placeholder)
Range             411 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeMonthFieldElement> DateTimeMonthFieldElement::create(Document& document, FieldOwner& fieldOwner, const String& placeholder, const Range& range)
Range             447 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeSecondFieldElement::DateTimeSecondFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             448 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, range, Range(0, 59), "--", step)
Range             452 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeSecondFieldElement> DateTimeSecondFieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& range, const Step& step)
Range             532 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeWeekFieldElement::DateTimeWeekFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range)
Range             533 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, range, Range(DateComponents::minimumWeekNumber, DateComponents::maximumWeekNumber), "--")
Range             537 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeWeekFieldElement> DateTimeWeekFieldElement::create(Document& document, FieldOwner& fieldOwner, const Range& range)
Range             574 Source/core/html/shadow/DateTimeFieldElements.cpp     : DateTimeNumericFieldElement(document, fieldOwner, Range(parameters.minimumYear, parameters.maximumYear), Range(DateComponents::minimumYear(), DateComponents::maximumYear()), parameters.placeholder.isEmpty() ? "----" : parameters.placeholder)
Range              54 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeDayFieldElement> create(Document&, FieldOwner&, const String& placeholder, const Range&);
Range              57 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeDayFieldElement(Document&, FieldOwner&, const String& placeholder, const Range&);
Range              69 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeHourFieldElementBase(Document&, FieldOwner&, const Range&, const Range& hardLimits, const Step&);
Range              82 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeHour11FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range              85 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeHour11FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
Range              96 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeHour12FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range              99 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeHour12FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
Range             110 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeHour23FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range             113 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeHour23FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
Range             124 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeHour24FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range             127 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeHour24FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
Range             138 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeMillisecondFieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range             141 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeMillisecondFieldElement(Document&, FieldOwner&, const Range&, const Step&);
Range             153 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeMinuteFieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range             156 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeMinuteFieldElement(Document&, FieldOwner&, const Range&, const Step&);
Range             168 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeMonthFieldElement> create(Document&, FieldOwner&, const String& placeholder, const Range&);
Range             171 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeMonthFieldElement(Document&, FieldOwner&, const String& placeholder, const Range&);
Range             183 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeSecondFieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
Range             186 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeSecondFieldElement(Document&, FieldOwner&, const Range&, const Step&);
Range             213 Source/core/html/shadow/DateTimeFieldElements.h     static PassRefPtr<DateTimeWeekFieldElement> create(Document&, FieldOwner&, const Range&);
Range             216 Source/core/html/shadow/DateTimeFieldElements.h     DateTimeWeekFieldElement(Document&, FieldOwner&, const Range&);
Range              40 Source/core/html/shadow/DateTimeNumericFieldElement.cpp int DateTimeNumericFieldElement::Range::clampValue(int value) const
Range              45 Source/core/html/shadow/DateTimeNumericFieldElement.cpp bool DateTimeNumericFieldElement::Range::isInRange(int value) const
Range              52 Source/core/html/shadow/DateTimeNumericFieldElement.cpp DateTimeNumericFieldElement::DateTimeNumericFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Range& hardLimits, const String& placeholder, const DateTimeNumericFieldElement::Step& step)
Range              55 Source/core/html/shadow/DateTimeNumericFieldElement.h         Range(int minimum, int maximum) : minimum(minimum), maximum(maximum) { }
Range              65 Source/core/html/shadow/DateTimeNumericFieldElement.h     DateTimeNumericFieldElement(Document&, FieldOwner&, const Range&, const Range& hardLimits, const String& placeholder, const Step& = Step());
Range              70 Source/core/html/shadow/DateTimeNumericFieldElement.h     const Range& range() const { return m_range; }
Range              98 Source/core/html/shadow/DateTimeNumericFieldElement.h     const Range m_range;
Range              99 Source/core/html/shadow/DateTimeNumericFieldElement.h     const Range m_hardLimits;
Range             352 Source/core/page/DOMSelection.cpp PassRefPtrWillBeRawPtr<Range> DOMSelection::getRangeAt(int index, ExceptionState& exceptionState)
Range             369 Source/core/page/DOMSelection.cpp         return Range::create(shadowAncestor->document(), container, offset, container, offset);
Range             382 Source/core/page/DOMSelection.cpp void DOMSelection::addRange(Range* newRange)
Range             405 Source/core/page/DOMSelection.cpp     RefPtrWillBeRawPtr<Range> originalRange = selection.firstRange();
Range             416 Source/core/page/DOMSelection.cpp     if (originalRange->compareBoundaryPoints(Range::START_TO_END, newRange, ASSERT_NO_EXCEPTION) < 0
Range             417 Source/core/page/DOMSelection.cpp         || newRange->compareBoundaryPoints(Range::START_TO_END, originalRange.get(), ASSERT_NO_EXCEPTION) < 0) {
Range             427 Source/core/page/DOMSelection.cpp     Range* start = originalRange->compareBoundaryPoints(Range::START_TO_START, newRange, ASSERT_NO_EXCEPTION) < 0 ? originalRange.get() : newRange;
Range             428 Source/core/page/DOMSelection.cpp     Range* end = originalRange->compareBoundaryPoints(Range::END_TO_END, newRange, ASSERT_NO_EXCEPTION) < 0 ? newRange : originalRange.get();
Range             429 Source/core/page/DOMSelection.cpp     RefPtrWillBeRawPtr<Range> merged = Range::create(originalRange->startContainer()->document(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset());
Range             447 Source/core/page/DOMSelection.cpp     RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
Range             467 Source/core/page/DOMSelection.cpp     RefPtrWillBeRawPtr<Range> selectedRange = selection.selection().toNormalizedRange();
Range             474 Source/core/page/DOMSelection.cpp     bool nodeFullySelected = Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->startContainer(), selectedRange->startOffset(), exceptionState) >= 0 && !exceptionState.hadException()
Range             475 Source/core/page/DOMSelection.cpp         && Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->endContainer(), selectedRange->endOffset(), exceptionState) <= 0 && !exceptionState.hadException();
Range             481 Source/core/page/DOMSelection.cpp     bool nodeFullyUnselected = (Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->endContainer(), selectedRange->endOffset(), exceptionState) > 0 && !exceptionState.hadException())
Range             482 Source/core/page/DOMSelection.cpp         || (Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->startContainer(), selectedRange->startOffset(), exceptionState) < 0 && !exceptionState.hadException());
Range              47 Source/core/page/DOMSelection.h class Range;
Range              86 Source/core/page/DOMSelection.h     PassRefPtrWillBeRawPtr<Range> getRangeAt(int, ExceptionState&);
Range              88 Source/core/page/DOMSelection.h     void addRange(Range*);
Range             151 Source/core/page/DragController.cpp static PassRefPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context,
Range             427 Source/core/page/DragController.cpp static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
Range             486 Source/core/page/DragController.cpp     RefPtrWillBeRawPtr<Range> range = dragCaret.toNormalizedRange();
Range             717 Source/core/page/DragController.cpp         RefPtrWillBeRawPtr<Range> range = source->document()->createRange();
Range             750 Source/core/page/DragController.cpp             RefPtrWillBeRawPtr<Range> selectionRange = src->selection().toNormalizedRange();
Range              52 Source/core/page/DragController.h     class Range;
Range             135 Source/core/page/DragData.cpp PassRefPtr<DocumentFragment> DragData::asFragment(LocalFrame* frame, PassRefPtrWillBeRawPtr<Range>, bool, bool&) const
Range              42 Source/core/page/DragData.h class Range;
Range              70 Source/core/page/DragData.h     PassRefPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
Range             546 Source/core/page/EventHandler.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(*start.document(), start, end);
Range            2083 Source/core/page/EventHandler.cpp         && m_frame->selection().toNormalizedRange()->compareNode(element, IGNORE_EXCEPTION) == Range::NODE_INSIDE
Range            2839 Source/core/page/EventHandler.cpp         RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange();
Range              66 Source/core/page/Page.h class Range;
Range             152 Source/core/rendering/AbstractInlineTextBox.cpp         RefPtrWillBeRawPtr<Range> range = Range::create(node->document());
Range            1291 Source/core/rendering/RenderObject.cpp FloatRect RenderObject::absoluteBoundingBoxRectForRange(const Range* range)
Range             774 Source/core/rendering/RenderObject.h     static FloatRect absoluteBoundingBoxRectForRange(const Range*);
Range             871 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Range> Internals::markerRangeForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState)
Range             876 Source/core/testing/Internals.cpp     return Range::create(node->document(), node, marker->startOffset(), node, marker->endOffset());
Range             887 Source/core/testing/Internals.cpp void Internals::addTextMatchMarker(const Range* range, bool isActive)
Range            1081 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Range> Internals::rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState& exceptionState)
Range            1094 Source/core/testing/Internals.cpp unsigned Internals::locationFromRange(Element* scope, const Range* range, ExceptionState& exceptionState)
Range            1107 Source/core/testing/Internals.cpp unsigned Internals::lengthFromRange(Element* scope, const Range* range, ExceptionState& exceptionState)
Range            1120 Source/core/testing/Internals.cpp String Internals::rangeAsText(const Range* range, ExceptionState& exceptionState)
Range              67 Source/core/testing/Internals.h class Range;
Range             152 Source/core/testing/Internals.h     PassRefPtrWillBeRawPtr<Range> markerRangeForNode(Node*, const String& markerType, unsigned index, ExceptionState&);
Range             154 Source/core/testing/Internals.h     void addTextMatchMarker(const Range*, bool isActive);
Range             169 Source/core/testing/Internals.h     PassRefPtrWillBeRawPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState&);
Range             170 Source/core/testing/Internals.h     unsigned locationFromRange(Element* scope, const Range*, ExceptionState&);
Range             171 Source/core/testing/Internals.h     unsigned lengthFromRange(Element* scope, const Range*, ExceptionState&);
Range             172 Source/core/testing/Internals.h     String rangeAsText(const Range*, ExceptionState&);
Range             161 Source/web/ContextMenuClientImpl.cpp     RefPtrWillBeRawPtr<Range> selectionRange = selection.toNormalizedRange();
Range             168 Source/web/ContextMenuClientImpl.cpp     RefPtrWillBeRawPtr<Range> markerRange = selectionRange->cloneRange(ASSERT_NO_EXCEPTION);
Range             131 Source/web/FindInPageCoordinates.cpp FloatRect findInPageRectFromRange(Range* range)
Range              37 Source/web/FindInPageCoordinates.h class Range;
Range              57 Source/web/FindInPageCoordinates.h WebCore::FloatRect findInPageRectFromRange(WebCore::Range*);
Range              57 Source/web/TextFinder.cpp TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal)
Range             236 Source/web/TextFinder.cpp     RefPtrWillBeRawPtr<Range> searchRange(rangeOfContents(m_ownerFrame.frame()->document()));
Range             267 Source/web/TextFinder.cpp         RefPtrWillBeRawPtr<Range> resultRange(findPlainText(
Range             554 Source/web/TextFinder.cpp     RefPtrWillBeRawPtr<Range> range = m_findMatchesCache[index].m_range;
Range             629 Source/web/TextFinder.cpp void TextFinder::addMarker(Range* range, bool activeMatch)
Range             634 Source/web/TextFinder.cpp void TextFinder::setMarkerActive(Range* range, bool active)
Range              47 Source/web/TextFinder.h class Range;
Range              81 Source/web/TextFinder.h     WebCore::Range* activeMatch() const { return m_activeMatch.get(); }
Range              96 Source/web/TextFinder.h         RefPtrWillBeMember<WebCore::Range> m_range;
Range             105 Source/web/TextFinder.h         FindMatch(PassRefPtrWillBeRawPtr<WebCore::Range>, int ordinal);
Range             147 Source/web/TextFinder.h     void addMarker(WebCore::Range*, bool activeMatch);
Range             150 Source/web/TextFinder.h     void setMarkerActive(WebCore::Range*, bool active);
Range             200 Source/web/TextFinder.h     RefPtrWillBePersistent<WebCore::Range> m_activeMatch;
Range             207 Source/web/TextFinder.h     RefPtrWillBePersistent<WebCore::Range> m_resumeScopingFromRange;
Range             222 Source/web/WebBindings.cpp     Range* native = V8Range::hasInstance(v8Object, isolate) ? V8Range::toNative(v8Object) : 0;
Range             214 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range(document->createRange());
Range            1088 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = PlainTextRange(location, location + length).createRange(*editable);
Range            1104 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = frame()->rangeForPoint(result.roundedPointInInnerNodeFrame());
Range            1214 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> caretRange = frame()->selection().toNormalizedRange();
Range            1220 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> markerRange = Range::create(caretRange->ownerDocument(), caretRange->startContainer(), markers[0]->startOffset(), caretRange->endContainer(), markers[0]->endOffset());
Range            1253 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange();
Range            1271 Source/web/WebFrameImpl.cpp     RefPtrWillBeRawPtr<Range> range = frame()->selection().toNormalizedRange();
Range            1304 Source/web/WebFrameImpl.cpp     if (RefPtrWillBeRawPtr<Range> range = static_cast<PassRefPtrWillBeRawPtr<Range> >(webRange))
Range            1809 Source/web/WebFrameImpl.cpp     if (Range* activeMatch = m_textFinder->activeMatch()) {
Range            1948 Source/web/WebFrameImpl.cpp WebCore::Range* WebFrameImpl::activeMatch() const
Range              53 Source/web/WebFrameImpl.h class Range;
Range             281 Source/web/WebFrameImpl.h     WebCore::Range* activeMatch() const;
Range              48 Source/web/WebPopupMenuImpl.h class Range;
Range             140 Source/web/WebRange.cpp WebRange::WebRange(const PassRefPtrWillBeRawPtr<WebCore::Range>& range)
Range             145 Source/web/WebRange.cpp WebRange::operator PassRefPtrWillBeRawPtr<WebCore::Range>() const
Range            1948 Source/web/WebViewImpl.cpp     RefPtrWillBeRawPtr<Range> range = inputMethodController.compositionRange();
Range            2012 Source/web/WebViewImpl.cpp     RefPtrWillBeRawPtr<Range> range = focused->inputMethodController().compositionRange();
Range            2053 Source/web/WebViewImpl.cpp     if (RefPtrWillBeRawPtr<Range> range = selection.selection().firstRange()) {
Range            2061 Source/web/WebViewImpl.cpp     if (RefPtrWillBeRawPtr<Range> range = focused->inputMethodController().compositionRange()) {
Range            2164 Source/web/WebViewImpl.cpp         RefPtrWillBeRawPtr<Range> selectedRange = selection.toNormalizedRange();
Range            2168 Source/web/WebViewImpl.cpp         RefPtrWillBeRawPtr<Range> range(Range::create(selectedRange->startContainer()->document(),
Range            2175 Source/web/WebViewImpl.cpp         range = Range::create(selectedRange->endContainer()->document(),
Range             103 Source/web/tests/WebFrameTest.cpp using WebCore::Range;
Range            3212 Source/web/tests/WebFrameTest.cpp         Range* result = mainFrame->activeMatchFrame()->activeMatch();
Range            4223 Source/web/tests/WebFrameTest.cpp     RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange();
Range            4256 Source/web/tests/WebFrameTest.cpp     RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange();
Range              39 public/web/WebRange.h namespace WebCore { class Range; }
Range              80 public/web/WebRange.h     WebRange(const PassRefPtrWillBeRawPtr<WebCore::Range>&);
Range              81 public/web/WebRange.h     operator PassRefPtrWillBeRawPtr<WebCore::Range>() const;
Range              85 public/web/WebRange.h     WebPrivatePtr<WebCore::Range> m_private;