setSelection 1615 Source/core/accessibility/AXRenderObject.cpp frame->selection().setSelection(VisibleSelection(Position(node, range.start, Position::PositionIsOffsetInAnchor), setSelection 2176 Source/core/dom/Element.cpp frame->selection().setSelection(newSelection); setSelection 1009 Source/core/editing/Editor.cpp m_frame.selection().setSelection(newSelection); setSelection 1036 Source/core/editing/Editor.cpp m_frame.selection().setSelection(newSelection, options); setSelection 1122 Source/core/editing/Editor.cpp m_frame.selection().setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM)); setSelection 1083 Source/core/editing/EditorCommand.cpp frame.selection().setSelection(mark); setSelection 132 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align); setSelection 139 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options); setSelection 145 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options); setSelection 212 Source/core/editing/FrameSelection.cpp setSelection(newSelection, granularity); setSelection 236 Source/core/editing/FrameSelection.cpp document.frame()->selection().setSelection(s, options, align, granularity); setSelection 373 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(), DoNotSetFocus); setSelection 471 Source/core/editing/FrameSelection.cpp setSelection(newSelection, DoNotSetFocus); setSelection 938 Source/core/editing/FrameSelection.cpp trialFrameSelection.setSelection(m_selection); setSelection 1052 Source/core/editing/FrameSelection.cpp trialFrameSelection.setSelection(m_selection); setSelection 1165 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection()); setSelection 1178 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(), CloseTyping | ClearTypingStyle | DoNotUpdateAppearance); setSelection 1201 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(pos.deepEquivalent(), m_selection.extent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered); setSelection 1207 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered); setSelection 1358 Source/core/editing/FrameSelection.cpp parent->selection().setSelection(newSelection); setSelection 1397 Source/core/editing/FrameSelection.cpp setSelection(newSelection); setSelection 1423 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(visibleStart, visibleEnd), options); setSelection 1589 Source/core/editing/FrameSelection.cpp view->setSelection(startRenderer, startPos.deprecatedEditingOffset(), endRenderer, endPos.deprecatedEditingOffset()); setSelection 1811 Source/core/editing/FrameSelection.cpp setSelection(VisibleSelection(firstPositionInOrBeforeNode(body), DOWNSTREAM)); setSelection 96 Source/core/editing/FrameSelection.h void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity); setSelection 97 Source/core/editing/FrameSelection.h void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); } setSelection 106 Source/core/editing/InputMethodController.cpp m_frame.selection().setSelection(selection, 0); setSelection 290 Source/core/editing/SpellChecker.cpp m_frame.selection().setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY)); setSelection 299 Source/core/editing/SpellChecker.cpp m_frame.selection().setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM)); setSelection 373 Source/core/editing/SpellChecker.cpp m_frame.selection().setSelection(newSelection); setSelection 53 Source/core/editing/TextInsertionBaseCommand.cpp frame->selection().setSelection(endingSelection); setSelection 429 Source/core/editing/TypingCommand.cpp selection.setSelection(endingSelection()); setSelection 531 Source/core/editing/TypingCommand.cpp selection.setSelection(endingSelection()); setSelection 308 Source/core/html/HTMLTextFormControlElement.cpp frame->selection().setSelection(newSelection); setSelection 429 Source/core/page/DragController.cpp frame->selection().setSelection(dragCaret); setSelection 432 Source/core/page/DragController.cpp frame->selection().setSelection(dragCaret); setSelection 719 Source/core/page/DragController.cpp source->selection().setSelection(VisibleSelection(range.get(), DOWNSTREAM)); setSelection 905 Source/core/page/DragController.cpp src->selection().setSelection(VisibleSelection::selectionFromContentsOfNode(node)); setSelection 381 Source/core/page/EventHandler.cpp selection.setSelection(newSelection); setSelection 3985 Source/core/page/EventHandler.cpp m_frame->selection().setSelection(newSelection); setSelection 418 Source/core/page/FocusController.cpp frame->selection().setSelection(newSelection); setSelection 763 Source/core/rendering/RenderView.cpp setSelection(0, -1, 0, -1, RepaintNewMinusOld); setSelection 86 Source/core/rendering/RenderView.h void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld); setSelection 197 Source/core/svg/SVGTextContentElement.cpp document().frame()->selection().setSelection(VisibleSelection(start, end)); setSelection 141 Source/web/ContextMenuClientImpl.cpp selectedFrame->selection().setSelection(VisibleSelection(pos)); setSelection 144 Source/web/ContextMenuClientImpl.cpp selectedFrame->selection().setSelection(VisibleSelection(pos)); setSelection 1223 Source/web/WebFrameImpl.cpp frame()->selection().setSelection(VisibleSelection(markerRange.get()), CharacterGranularity); setSelection 1284 Source/web/WebFrameImpl.cpp frame->selection().setSelection(selection, granularity); setSelection 1313 Source/web/WebFrameImpl.cpp frame()->selection().setSelection(newSelection, CharacterGranularity); setSelection 1832 Source/web/WebFrameImpl.cpp frame()->selection().setSelection(VisibleSelection(activeMatch)); setSelection 1857 Source/web/WebFrameImpl.cpp frame()->selection().setSelection(VisibleSelection(activeMatch)); setSelection 1891 Source/web/WebViewImpl.cpp localFrame->selection().setSelection(VisibleSelection(position, SEL_DEFAULT_AFFINITY));