firstRange       1117 Source/core/editing/Editor.cpp     RefPtrWillBeRawPtr<Range> resultRange = rangeOfString(target, selection.firstRange().get(), options);
firstRange       1423 Source/core/editing/EditorCommand.cpp     Element* formatBlockElement = FormatBlockCommand::elementForFormatBlockCommand(selection.firstRange().get());
firstRange        357 Source/core/editing/FrameSelection.cpp     } else if (RefPtrWillBeRawPtr<Range> range = m_selection.firstRange()) {
firstRange       1435 Source/core/editing/FrameSelection.cpp     return m_selection.firstRange();
firstRange        150 Source/core/editing/FrameSelection.h     PassRefPtrWillBeRawPtr<Range> firstRange() const;
firstRange        366 Source/core/editing/InputMethodController.cpp     RefPtrWillBeRawPtr<Range> range = m_frame.selection().selection().firstRange();
firstRange        142 Source/core/editing/InsertListCommand.cpp             RefPtrWillBeRawPtr<Range> currentSelection = endingSelection().firstRange();
firstRange        192 Source/core/editing/InsertListCommand.cpp     ASSERT(endingSelection().firstRange());
firstRange        193 Source/core/editing/InsertListCommand.cpp     doApplyForSingleParagraph(false, listTag, *endingSelection().firstRange());
firstRange         96 Source/core/editing/VisibleSelection.h     PassRefPtrWillBeRawPtr<Range> firstRange() const;
firstRange        372 Source/core/page/DOMSelection.cpp     return m_frame->selection().firstRange();
firstRange        405 Source/core/page/DOMSelection.cpp     RefPtrWillBeRawPtr<Range> originalRange = selection.firstRange();
firstRange        116 Source/web/TextFinder.cpp         m_activeMatch = selection.firstRange().get();
firstRange       2053 Source/web/WebViewImpl.cpp     if (RefPtrWillBeRawPtr<Range> range = selection.selection().firstRange()) {