VisibleSelection   55 Source/core/accessibility/AXNodeObject.h class VisibleSelection;
VisibleSelection   55 Source/core/accessibility/AXObject.h class VisibleSelection;
VisibleSelection 1593 Source/core/accessibility/AXRenderObject.cpp VisibleSelection AXRenderObject::selection() const
VisibleSelection 1615 Source/core/accessibility/AXRenderObject.cpp     frame->selection().setSelection(VisibleSelection(Position(node, range.start, Position::PositionIsOffsetInAnchor),
VisibleSelection 1865 Source/core/accessibility/AXRenderObject.cpp     VisibleSelection visibleSelection = selection();
VisibleSelection   56 Source/core/accessibility/AXRenderObject.h class VisibleSelection;
VisibleSelection  233 Source/core/accessibility/AXRenderObject.h     VisibleSelection selection() const;
VisibleSelection 2175 Source/core/dom/Element.cpp         VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM);
VisibleSelection   77 Source/core/editing/ApplyBlockElementCommand.cpp         setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
VisibleSelection   79 Source/core/editing/ApplyBlockElementCommand.cpp     VisibleSelection selection = selectionForParagraphIteration(endingSelection());
VisibleSelection  100 Source/core/editing/ApplyBlockElementCommand.cpp             setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
VisibleSelection  114 Source/core/editing/ApplyBlockElementCommand.cpp         setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  184 Source/core/editing/ApplyStyleCommand.cpp     setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
VisibleSelection   82 Source/core/editing/BreakBlockquoteCommand.cpp         setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection   92 Source/core/editing/BreakBlockquoteCommand.cpp         setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  126 Source/core/editing/BreakBlockquoteCommand.cpp         setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
VisibleSelection  185 Source/core/editing/BreakBlockquoteCommand.cpp     setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection   78 Source/core/editing/CompositeEditCommand.cpp     const VisibleSelection& startingSelection, const VisibleSelection& endingSelection, EditAction editAction)
VisibleSelection   83 Source/core/editing/CompositeEditCommand.cpp EditCommandComposition::EditCommandComposition(Document* document, const VisibleSelection& startingSelection, const VisibleSelection& endingSelection, EditAction editAction)
VisibleSelection  144 Source/core/editing/CompositeEditCommand.cpp void EditCommandComposition::setStartingSelection(const VisibleSelection& selection)
VisibleSelection  150 Source/core/editing/CompositeEditCommand.cpp void EditCommandComposition::setEndingSelection(const VisibleSelection& selection)
VisibleSelection  242 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::applyCommandToComposite(PassRefPtr<CompositeEditCommand> command, const VisibleSelection& selection)
VisibleSelection  553 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup)
VisibleSelection  695 Source/core/editing/CompositeEditCommand.cpp     VisibleSelection selection = endingSelection();
VisibleSelection  954 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode));
VisibleSelection 1101 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(start, end, DOWNSTREAM));
VisibleSelection 1199 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(start, end, DOWNSTREAM));
VisibleSelection 1226 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(destination, originalIsDirectional));
VisibleSelection 1250 Source/core/editing/CompositeEditCommand.cpp                 setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM, originalIsDirectional));
VisibleSelection 1313 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(firstPositionInNode(newBlock.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection 1351 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(atBR, endingSelection().isDirectional()));
VisibleSelection   43 Source/core/editing/CompositeEditCommand.h     static PassRefPtr<EditCommandComposition> create(Document*, const VisibleSelection&, const VisibleSelection&, EditAction);
VisibleSelection   52 Source/core/editing/CompositeEditCommand.h     const VisibleSelection& startingSelection() const { return m_startingSelection; }
VisibleSelection   53 Source/core/editing/CompositeEditCommand.h     const VisibleSelection& endingSelection() const { return m_endingSelection; }
VisibleSelection   54 Source/core/editing/CompositeEditCommand.h     void setStartingSelection(const VisibleSelection&);
VisibleSelection   55 Source/core/editing/CompositeEditCommand.h     void setEndingSelection(const VisibleSelection&);
VisibleSelection   60 Source/core/editing/CompositeEditCommand.h     EditCommandComposition(Document*, const VisibleSelection& startingSelection, const VisibleSelection& endingSelection, EditAction);
VisibleSelection   63 Source/core/editing/CompositeEditCommand.h     VisibleSelection m_startingSelection;
VisibleSelection   64 Source/core/editing/CompositeEditCommand.h     VisibleSelection m_endingSelection;
VisibleSelection   93 Source/core/editing/CompositeEditCommand.h     void applyCommandToComposite(PassRefPtr<CompositeEditCommand>, const VisibleSelection&);
VisibleSelection   99 Source/core/editing/CompositeEditCommand.h     void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = true, bool sanitizeMarkup = true);
VisibleSelection   54 Source/core/editing/CreateLinkCommand.cpp         setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAfterNode(*anchorElement), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection   81 Source/core/editing/DeleteSelectionCommand.cpp DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup)
VisibleSelection  159 Source/core/editing/DeleteSelectionCommand.cpp     setStartingSelection(VisibleSelection(newBase, newExtent, startingSelection().isDirectional()));
VisibleSelection  740 Source/core/editing/DeleteSelectionCommand.cpp     m_selectionToDelete = VisibleSelection();
VisibleSelection  813 Source/core/editing/DeleteSelectionCommand.cpp         setEndingSelection(VisibleSelection(m_endingPosition, affinity, endingSelection().isDirectional()));
VisibleSelection  846 Source/core/editing/DeleteSelectionCommand.cpp     setEndingSelection(VisibleSelection(m_endingPosition, affinity, endingSelection().isDirectional()));
VisibleSelection   41 Source/core/editing/DeleteSelectionCommand.h     static PassRefPtr<DeleteSelectionCommand> create(const VisibleSelection& selection, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool expandForSpecialElements = false, bool sanitizeMarkup = true)
VisibleSelection   48 Source/core/editing/DeleteSelectionCommand.h     DeleteSelectionCommand(const VisibleSelection&, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup);
VisibleSelection   81 Source/core/editing/DeleteSelectionCommand.h     VisibleSelection m_selectionToDelete;
VisibleSelection   47 Source/core/editing/EditCommand.cpp EditCommand::EditCommand(Document* document, const VisibleSelection& startingSelection, const VisibleSelection& endingSelection)
VisibleSelection   73 Source/core/editing/EditCommand.cpp void EditCommand::setStartingSelection(const VisibleSelection& selection)
VisibleSelection   88 Source/core/editing/EditCommand.cpp     setStartingSelection(VisibleSelection(position));
VisibleSelection   91 Source/core/editing/EditCommand.cpp void EditCommand::setEndingSelection(const VisibleSelection& selection)
VisibleSelection  104 Source/core/editing/EditCommand.cpp     setEndingSelection(VisibleSelection(position));
VisibleSelection   50 Source/core/editing/EditCommand.h     const VisibleSelection& startingSelection() const { return m_startingSelection; }
VisibleSelection   51 Source/core/editing/EditCommand.h     const VisibleSelection& endingSelection() const { return m_endingSelection; }
VisibleSelection   61 Source/core/editing/EditCommand.h     EditCommand(Document*, const VisibleSelection&, const VisibleSelection&);
VisibleSelection   65 Source/core/editing/EditCommand.h     void setStartingSelection(const VisibleSelection&);
VisibleSelection   67 Source/core/editing/EditCommand.h     void setEndingSelection(const VisibleSelection&);
VisibleSelection   72 Source/core/editing/EditCommand.h     VisibleSelection m_startingSelection;
VisibleSelection   73 Source/core/editing/EditCommand.h     VisibleSelection m_endingSelection;
VisibleSelection  689 Source/core/editing/EditingStyle.cpp TriState EditingStyle::triStateOfStyle(const VisibleSelection& selection) const
VisibleSelection 1235 Source/core/editing/EditingStyle.cpp PassRefPtr<EditingStyle> EditingStyle::styleAtSelectionStart(const VisibleSelection& selection, bool shouldUseBackgroundColorInEffect)
VisibleSelection 1269 Source/core/editing/EditingStyle.cpp WritingDirection EditingStyle::textDirectionForSelection(const VisibleSelection& selection, EditingStyle* typingStyle, bool& hasNestedOrMultipleEmbeddings)
VisibleSelection   61 Source/core/editing/EditingStyle.h class VisibleSelection;
VisibleSelection  112 Source/core/editing/EditingStyle.h     TriState triStateOfStyle(const VisibleSelection&) const;
VisibleSelection  141 Source/core/editing/EditingStyle.h     static PassRefPtr<EditingStyle> styleAtSelectionStart(const VisibleSelection&, bool shouldUseBackgroundColorInEffect = false);
VisibleSelection  142 Source/core/editing/EditingStyle.h     static WritingDirection textDirectionForSelection(const VisibleSelection&, EditingStyle* typingStyle, bool& hasNestedOrMultipleEmbeddings);
VisibleSelection  110 Source/core/editing/Editor.cpp VisibleSelection Editor::selectionForCommand(Event* event)
VisibleSelection  112 Source/core/editing/Editor.cpp     VisibleSelection selection = m_frame.selection().selection();
VisibleSelection  121 Source/core/editing/Editor.cpp             return VisibleSelection(range.get(), DOWNSTREAM, selection.isDirectional());
VisibleSelection  525 Source/core/editing/Editor.cpp void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
VisibleSelection  531 Source/core/editing/Editor.cpp void Editor::respondToChangedContents(const VisibleSelection& endingSelection)
VisibleSelection  584 Source/core/editing/Editor.cpp Node* Editor::findEventTargetFrom(const VisibleSelection& selection) const
VisibleSelection  691 Source/core/editing/Editor.cpp     VisibleSelection newSelection(cmd->endingSelection());
VisibleSelection  720 Source/core/editing/Editor.cpp     VisibleSelection newSelection(cmd->startingSelection());
VisibleSelection  736 Source/core/editing/Editor.cpp     VisibleSelection newSelection(cmd->endingSelection());
VisibleSelection  784 Source/core/editing/Editor.cpp     VisibleSelection selection = selectionForCommand(triggeringEvent);
VisibleSelection  983 Source/core/editing/Editor.cpp     VisibleSelection selection = m_frame.selection().selection();
VisibleSelection  999 Source/core/editing/Editor.cpp     VisibleSelection newSelection(range.get(), DOWNSTREAM);
VisibleSelection 1028 Source/core/editing/Editor.cpp void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection,  FrameSelection::SetSelectionOptions options)
VisibleSelection 1115 Source/core/editing/Editor.cpp     VisibleSelection selection = m_frame.selection().selection();
VisibleSelection 1122 Source/core/editing/Editor.cpp     m_frame.selection().setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM));
VisibleSelection 1169 Source/core/editing/Editor.cpp     if (startInReferenceRange && areRangesEqual(VisibleSelection(resultRange.get()).toNormalizedRange().get(), referenceRange)) {
VisibleSelection 1219 Source/core/editing/Editor.cpp void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
VisibleSelection  108 Source/core/editing/Editor.h     void respondToChangedContents(const VisibleSelection& endingSelection);
VisibleSelection  186 Source/core/editing/Editor.h     VisibleSelection selectionForCommand(Event*);
VisibleSelection  199 Source/core/editing/Editor.h     Node* findEventTargetFrom(const VisibleSelection&) const;
VisibleSelection  207 Source/core/editing/Editor.h     const VisibleSelection& mark() const; // Mark, to be used as emacs uses it.
VisibleSelection  208 Source/core/editing/Editor.h     void setMark(const VisibleSelection&);
VisibleSelection  214 Source/core/editing/Editor.h     void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
VisibleSelection  242 Source/core/editing/Editor.h     VisibleSelection m_mark;
VisibleSelection  264 Source/core/editing/Editor.h     void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
VisibleSelection  265 Source/core/editing/Editor.h     void notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
VisibleSelection  281 Source/core/editing/Editor.h inline const VisibleSelection& Editor::mark() const
VisibleSelection  286 Source/core/editing/Editor.h inline void Editor::setMark(const VisibleSelection& selection)
VisibleSelection  214 Source/core/editing/EditorCommand.cpp     VisibleSelection selection = frame.selection().selection();
VisibleSelection 1079 Source/core/editing/EditorCommand.cpp     const VisibleSelection& mark = frame.editor().mark();
VisibleSelection 1080 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.selection().selection();
VisibleSelection 1190 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.editor().selectionForCommand(event);
VisibleSelection 1209 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.editor().selectionForCommand(event);
VisibleSelection 1216 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.editor().selectionForCommand(event);
VisibleSelection 1420 Source/core/editing/EditorCommand.cpp     const VisibleSelection& selection = frame.selection().selection();
VisibleSelection  132 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align);
VisibleSelection  139 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options);
VisibleSelection  145 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options);
VisibleSelection  185 Source/core/editing/FrameSelection.cpp void FrameSelection::setNonDirectionalSelectionIfNeeded(const VisibleSelection& passedNewSelection, TextGranularity granularity,
VisibleSelection  188 Source/core/editing/FrameSelection.cpp     VisibleSelection newSelection = passedNewSelection;
VisibleSelection  215 Source/core/editing/FrameSelection.cpp void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity)
VisibleSelection  221 Source/core/editing/FrameSelection.cpp     VisibleSelection s = newSelection;
VisibleSelection  261 Source/core/editing/FrameSelection.cpp     VisibleSelection oldSelection = m_selection;
VisibleSelection  373 Source/core/editing/FrameSelection.cpp         setSelection(VisibleSelection(), DoNotSetFocus);
VisibleSelection  468 Source/core/editing/FrameSelection.cpp     VisibleSelection newSelection;
VisibleSelection 1004 Source/core/editing/FrameSelection.cpp             VisibleSelection newSelection = m_selection;
VisibleSelection 1165 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection());
VisibleSelection 1178 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(), CloseTyping | ClearTypingStyle | DoNotUpdateAppearance);
VisibleSelection 1201 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(pos.deepEquivalent(), m_selection.extent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered);
VisibleSelection 1207 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered);
VisibleSelection 1215 Source/core/editing/FrameSelection.cpp static bool isNonOrphanedCaret(const VisibleSelection& selection)
VisibleSelection 1356 Source/core/editing/FrameSelection.cpp     VisibleSelection newSelection(beforeOwnerElement, afterOwnerElement);
VisibleSelection 1396 Source/core/editing/FrameSelection.cpp     VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get()));
VisibleSelection 1423 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(visibleStart, visibleEnd), options);
VisibleSelection 1564 Source/core/editing/FrameSelection.cpp     VisibleSelection selection(m_selection.visibleStart(), forwardPosition.isNotNull() ? forwardPosition : m_selection.visibleEnd());
VisibleSelection 1811 Source/core/editing/FrameSelection.cpp         setSelection(VisibleSelection(firstPositionInOrBeforeNode(body), DOWNSTREAM));
VisibleSelection   59 Source/core/editing/FrameSelection.h class FrameSelection FINAL : public VisibleSelection::ChangeObserver, private CaretBase {
VisibleSelection   95 Source/core/editing/FrameSelection.h     const VisibleSelection& selection() const { return m_selection; }
VisibleSelection   96 Source/core/editing/FrameSelection.h     void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
VisibleSelection   97 Source/core/editing/FrameSelection.h     void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); }
VisibleSelection  185 Source/core/editing/FrameSelection.h     void setNonDirectionalSelectionIfNeeded(const VisibleSelection&, TextGranularity, EndPointsAdjustmentMode = DoNotAdjsutEndpoints);
VisibleSelection  253 Source/core/editing/FrameSelection.h     VisibleSelection m_selection;
VisibleSelection  210 Source/core/editing/IndentOutdentCommand.cpp             setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
VisibleSelection  104 Source/core/editing/InputMethodController.cpp     VisibleSelection selection;
VisibleSelection   68 Source/core/editing/InsertLineBreakCommand.cpp     VisibleSelection selection = endingSelection();
VisibleSelection  101 Source/core/editing/InsertLineBreakCommand.cpp         setEndingSelection(VisibleSelection(endingPosition, endingSelection().isDirectional()));
VisibleSelection  109 Source/core/editing/InsertLineBreakCommand.cpp         setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  114 Source/core/editing/InsertLineBreakCommand.cpp         setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  139 Source/core/editing/InsertLineBreakCommand.cpp         setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection   82 Source/core/editing/InsertListCommand.cpp bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
VisibleSelection  124 Source/core/editing/InsertListCommand.cpp         setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
VisibleSelection  131 Source/core/editing/InsertListCommand.cpp         VisibleSelection selection = selectionForParagraphIteration(endingSelection());
VisibleSelection  187 Source/core/editing/InsertListCommand.cpp             setEndingSelection(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));
VisibleSelection   53 Source/core/editing/InsertListCommand.h     bool selectionHasListOfType(const VisibleSelection& selection, const QualifiedName&);
VisibleSelection  257 Source/core/editing/InsertParagraphSeparatorCommand.cpp         setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  302 Source/core/editing/InsertParagraphSeparatorCommand.cpp         setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  320 Source/core/editing/InsertParagraphSeparatorCommand.cpp             setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  424 Source/core/editing/InsertParagraphSeparatorCommand.cpp     setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection   72 Source/core/editing/InsertTextCommand.cpp     VisibleSelection forcedEndingSelection;
VisibleSelection   95 Source/core/editing/InsertTextCommand.cpp         setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
VisibleSelection  116 Source/core/editing/InsertTextCommand.cpp         setEndingSelection(VisibleSelection(endingSelection().visibleEnd(), endingSelection().isDirectional()));
VisibleSelection  226 Source/core/editing/InsertTextCommand.cpp         setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity(), endingSelection().isDirectional()));
VisibleSelection   70 Source/core/editing/MoveSelectionCommand.cpp     setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
VisibleSelection   69 Source/core/editing/ReplaceSelectionCommand.cpp     ReplacementFragment(Document*, DocumentFragment*, const VisibleSelection&);
VisibleSelection  134 Source/core/editing/ReplaceSelectionCommand.cpp ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, const VisibleSelection& selection)
VisibleSelection  168 Source/core/editing/ReplaceSelectionCommand.cpp     RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
VisibleSelection  884 Source/core/editing/ReplaceSelectionCommand.cpp     VisibleSelection selection = endingSelection();
VisibleSelection 1348 Source/core/editing/ReplaceSelectionCommand.cpp         setEndingSelection(VisibleSelection(start, end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional()));
VisibleSelection 1350 Source/core/editing/ReplaceSelectionCommand.cpp         setEndingSelection(VisibleSelection(end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional()));
VisibleSelection 1498 Source/core/editing/ReplaceSelectionCommand.cpp     VisibleSelection selectionAfterReplace(m_selectReplacement ? start : end, end);
VisibleSelection   55 Source/core/editing/SpellChecker.cpp bool isSelectionInTextField(const VisibleSelection& selection)
VisibleSelection  136 Source/core/editing/SpellChecker.cpp             VisibleSelection selection = VisibleSelection::selectionFromContentsOfNode(element);
VisibleSelection  157 Source/core/editing/SpellChecker.cpp     VisibleSelection selection(m_frame.selection().selection());
VisibleSelection  290 Source/core/editing/SpellChecker.cpp         m_frame.selection().setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY));
VisibleSelection  299 Source/core/editing/SpellChecker.cpp         m_frame.selection().setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM));
VisibleSelection  318 Source/core/editing/SpellChecker.cpp void SpellChecker::clearMisspellingsAndBadGrammar(const VisibleSelection &movingSelection)
VisibleSelection  325 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsAndBadGrammar(const VisibleSelection &movingSelection)
VisibleSelection  330 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsAfterTypingToWord(const VisiblePosition &wordStart, const VisibleSelection& selectionAfterTyping)
VisibleSelection  344 Source/core/editing/SpellChecker.cpp         VisibleSelection adjacentWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary));
VisibleSelection  346 Source/core/editing/SpellChecker.cpp             VisibleSelection selectedSentence = VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart));
VisibleSelection  359 Source/core/editing/SpellChecker.cpp     markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
VisibleSelection  371 Source/core/editing/SpellChecker.cpp         VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM);
VisibleSelection  387 Source/core/editing/SpellChecker.cpp     markBadGrammar(VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart)));
VisibleSelection  390 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
VisibleSelection  434 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellings(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
VisibleSelection  439 Source/core/editing/SpellChecker.cpp void SpellChecker::markBadGrammar(const VisibleSelection& selection)
VisibleSelection  607 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection)
VisibleSelection  712 Source/core/editing/SpellChecker.cpp void SpellChecker::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options)
VisibleSelection  718 Source/core/editing/SpellChecker.cpp         VisibleSelection newAdjacentWords;
VisibleSelection  719 Source/core/editing/SpellChecker.cpp         VisibleSelection newSelectedSentence;
VisibleSelection  723 Source/core/editing/SpellChecker.cpp             newAdjacentWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStart, RightWordIfOnBoundary));
VisibleSelection  725 Source/core/editing/SpellChecker.cpp                 newSelectedSentence = VisibleSelection(startOfSentence(newStart), endOfSentence(newStart));
VisibleSelection  769 Source/core/editing/SpellChecker.cpp     VisibleSelection empty;
VisibleSelection  773 Source/core/editing/SpellChecker.cpp void SpellChecker::spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords, const VisibleSelection& newSelectedSentence)
VisibleSelection  776 Source/core/editing/SpellChecker.cpp     VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary));
VisibleSelection  779 Source/core/editing/SpellChecker.cpp             VisibleSelection selectedSentence = VisibleSelection(startOfSentence(oldStart), endOfSentence(oldStart));
VisibleSelection   61 Source/core/editing/SpellChecker.h     void markMisspellingsAfterTypingToWord(const VisiblePosition &wordStart, const VisibleSelection& selectionAfterTyping);
VisibleSelection   62 Source/core/editing/SpellChecker.h     void markMisspellings(const VisibleSelection&, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
VisibleSelection   63 Source/core/editing/SpellChecker.h     void markBadGrammar(const VisibleSelection&);
VisibleSelection   64 Source/core/editing/SpellChecker.h     void markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection);
VisibleSelection   70 Source/core/editing/SpellChecker.h     void clearMisspellingsAndBadGrammar(const VisibleSelection&);
VisibleSelection   71 Source/core/editing/SpellChecker.h     void markMisspellingsAndBadGrammar(const VisibleSelection&);
VisibleSelection   72 Source/core/editing/SpellChecker.h     void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
VisibleSelection   74 Source/core/editing/SpellChecker.h     void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords, const VisibleSelection& newSelectedSentence);
VisibleSelection   92 Source/core/editing/SpellChecker.h     void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange);
VisibleSelection   43 Source/core/editing/TextInsertionBaseCommand.cpp void TextInsertionBaseCommand::applyTextInsertionCommand(LocalFrame* frame, PassRefPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection)
VisibleSelection   57 Source/core/editing/TextInsertionBaseCommand.cpp String dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertion, bool insertionIsForUpdatingComposition)
VisibleSelection   74 Source/core/editing/TextInsertionBaseCommand.cpp bool canAppendNewLineFeedToSelection(const VisibleSelection& selection)
VisibleSelection   35 Source/core/editing/TextInsertionBaseCommand.h class VisibleSelection;
VisibleSelection   43 Source/core/editing/TextInsertionBaseCommand.h     static void applyTextInsertionCommand(LocalFrame*, PassRefPtr<TextInsertionBaseCommand>, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection);
VisibleSelection   46 Source/core/editing/TextInsertionBaseCommand.h String dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertion, bool insertionIsForUpdatingComposition);
VisibleSelection   47 Source/core/editing/TextInsertionBaseCommand.h bool canAppendNewLineFeedToSelection(const VisibleSelection&);
VisibleSelection  150 Source/core/editing/TypingCommand.cpp     VisibleSelection currentSelection = frame->selection().selection();
VisibleSelection  170 Source/core/editing/TypingCommand.cpp void TypingCommand::insertText(Document& document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType)
VisibleSelection  175 Source/core/editing/TypingCommand.cpp     VisibleSelection currentSelection = frame->selection().selection();
VisibleSelection  399 Source/core/editing/TypingCommand.cpp     setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  412 Source/core/editing/TypingCommand.cpp     VisibleSelection selectionToDelete;
VisibleSelection  413 Source/core/editing/TypingCommand.cpp     VisibleSelection selectionAfterUndo;
VisibleSelection  462 Source/core/editing/TypingCommand.cpp             setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection  516 Source/core/editing/TypingCommand.cpp     VisibleSelection selectionToDelete;
VisibleSelection  517 Source/core/editing/TypingCommand.cpp     VisibleSelection selectionAfterUndo;
VisibleSelection  545 Source/core/editing/TypingCommand.cpp             setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection   64 Source/core/editing/TypingCommand.h     static void insertText(Document&, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone);
VisibleSelection   49 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection()
VisibleSelection   58 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const Position& pos, EAffinity affinity, bool isDirectional)
VisibleSelection   68 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const Position& base, const Position& extent, EAffinity affinity, bool isDirectional)
VisibleSelection   78 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const VisiblePosition& pos, bool isDirectional)
VisibleSelection   88 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const VisiblePosition& base, const VisiblePosition& extent, bool isDirectional)
VisibleSelection   98 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity, bool isDirectional)
VisibleSelection  108 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const VisibleSelection& other)
VisibleSelection  121 Source/core/editing/VisibleSelection.cpp VisibleSelection& VisibleSelection::operator=(const VisibleSelection& other)
VisibleSelection  137 Source/core/editing/VisibleSelection.cpp VisibleSelection::~VisibleSelection()
VisibleSelection  142 Source/core/editing/VisibleSelection.cpp VisibleSelection VisibleSelection::selectionFromContentsOfNode(Node* node)
VisibleSelection  145 Source/core/editing/VisibleSelection.cpp     return VisibleSelection(firstPositionInNode(node), lastPositionInNode(node), DOWNSTREAM);
VisibleSelection  148 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setBase(const Position& position)
VisibleSelection  157 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setBase(const VisiblePosition& visiblePosition)
VisibleSelection  166 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setExtent(const Position& position)
VisibleSelection  175 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setExtent(const VisiblePosition& visiblePosition)
VisibleSelection  184 Source/core/editing/VisibleSelection.cpp PassRefPtrWillBeRawPtr<Range> VisibleSelection::firstRange() const
VisibleSelection  193 Source/core/editing/VisibleSelection.cpp PassRefPtrWillBeRawPtr<Range> VisibleSelection::toNormalizedRange() const
VisibleSelection  249 Source/core/editing/VisibleSelection.cpp bool VisibleSelection::expandUsingGranularity(TextGranularity granularity)
VisibleSelection  292 Source/core/editing/VisibleSelection.cpp void VisibleSelection::appendTrailingWhitespace()
VisibleSelection  312 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setBaseAndExtentToDeepEquivalents()
VisibleSelection  337 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setStartAndEndFromBaseAndExtentRespectingGranularity(TextGranularity granularity)
VisibleSelection  462 Source/core/editing/VisibleSelection.cpp void VisibleSelection::updateSelectionType()
VisibleSelection  477 Source/core/editing/VisibleSelection.cpp void VisibleSelection::validate(TextGranularity granularity)
VisibleSelection  510 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setWithoutValidation(const Position& base, const Position& extent)
VisibleSelection  565 Source/core/editing/VisibleSelection.cpp void VisibleSelection::adjustSelectionToAvoidCrossingShadowBoundaries()
VisibleSelection  584 Source/core/editing/VisibleSelection.cpp void VisibleSelection::adjustSelectionToAvoidCrossingEditingBoundaries()
VisibleSelection  691 Source/core/editing/VisibleSelection.cpp VisiblePosition VisibleSelection::visiblePositionRespectingEditingBoundary(const LayoutPoint& localPoint, Node* targetNode) const
VisibleSelection  712 Source/core/editing/VisibleSelection.cpp bool VisibleSelection::isContentEditable() const
VisibleSelection  717 Source/core/editing/VisibleSelection.cpp bool VisibleSelection::rendererIsEditable() const
VisibleSelection  722 Source/core/editing/VisibleSelection.cpp bool VisibleSelection::isContentRichlyEditable() const
VisibleSelection  727 Source/core/editing/VisibleSelection.cpp Element* VisibleSelection::rootEditableElement() const
VisibleSelection  732 Source/core/editing/VisibleSelection.cpp Node* VisibleSelection::nonBoundaryShadowTreeRootNode() const
VisibleSelection  737 Source/core/editing/VisibleSelection.cpp VisibleSelection::ChangeObserver::ChangeObserver()
VisibleSelection  741 Source/core/editing/VisibleSelection.cpp VisibleSelection::ChangeObserver::~ChangeObserver()
VisibleSelection  745 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setChangeObserver(ChangeObserver& observer)
VisibleSelection  751 Source/core/editing/VisibleSelection.cpp void VisibleSelection::clearChangeObserver()
VisibleSelection  757 Source/core/editing/VisibleSelection.cpp void VisibleSelection::didChange()
VisibleSelection  765 Source/core/editing/VisibleSelection.cpp void VisibleSelection::debugPosition() const
VisibleSelection  784 Source/core/editing/VisibleSelection.cpp void VisibleSelection::formatForDebugger(char* buffer, unsigned length) const
VisibleSelection  805 Source/core/editing/VisibleSelection.cpp void VisibleSelection::showTreeForThis() const
VisibleSelection  822 Source/core/editing/VisibleSelection.cpp void showTree(const WebCore::VisibleSelection& sel)
VisibleSelection  827 Source/core/editing/VisibleSelection.cpp void showTree(const WebCore::VisibleSelection* sel)
VisibleSelection   41 Source/core/editing/VisibleSelection.h class VisibleSelection {
VisibleSelection   43 Source/core/editing/VisibleSelection.h     VisibleSelection();
VisibleSelection   45 Source/core/editing/VisibleSelection.h     VisibleSelection(const Position&, EAffinity, bool isDirectional = false);
VisibleSelection   46 Source/core/editing/VisibleSelection.h     VisibleSelection(const Position&, const Position&, EAffinity = SEL_DEFAULT_AFFINITY, bool isDirectional = false);
VisibleSelection   48 Source/core/editing/VisibleSelection.h     explicit VisibleSelection(const Range*, EAffinity = SEL_DEFAULT_AFFINITY, bool isDirectional = false);
VisibleSelection   50 Source/core/editing/VisibleSelection.h     explicit VisibleSelection(const VisiblePosition&, bool isDirectional = false);
VisibleSelection   51 Source/core/editing/VisibleSelection.h     VisibleSelection(const VisiblePosition&, const VisiblePosition&, bool isDirectional = false);
VisibleSelection   53 Source/core/editing/VisibleSelection.h     VisibleSelection(const VisibleSelection&);
VisibleSelection   54 Source/core/editing/VisibleSelection.h     VisibleSelection& operator=(const VisibleSelection&);
VisibleSelection   56 Source/core/editing/VisibleSelection.h     ~VisibleSelection();
VisibleSelection   58 Source/core/editing/VisibleSelection.h     static VisibleSelection selectionFromContentsOfNode(Node*);
VisibleSelection  167 Source/core/editing/VisibleSelection.h inline bool operator==(const VisibleSelection& a, const VisibleSelection& b)
VisibleSelection  173 Source/core/editing/VisibleSelection.h inline bool operator!=(const VisibleSelection& a, const VisibleSelection& b)
VisibleSelection  182 Source/core/editing/VisibleSelection.h void showTree(const WebCore::VisibleSelection&);
VisibleSelection  183 Source/core/editing/VisibleSelection.h void showTree(const WebCore::VisibleSelection*);
VisibleSelection  972 Source/core/editing/htmlediting.cpp VisibleSelection selectionForParagraphIteration(const VisibleSelection& original)
VisibleSelection  974 Source/core/editing/htmlediting.cpp     VisibleSelection newSelection(original);
VisibleSelection  984 Source/core/editing/htmlediting.cpp             newSelection = VisibleSelection(startOfSelection, endOfSelection.previous(CannotCrossEditingBoundary));
VisibleSelection  992 Source/core/editing/htmlediting.cpp             newSelection = VisibleSelection(startOfSelection.next(CannotCrossEditingBoundary), endOfSelection);
VisibleSelection 1096 Source/core/editing/htmlediting.cpp Position adjustedSelectionStartForStyleComputation(const VisibleSelection& selection)
VisibleSelection   45 Source/core/editing/htmlediting.h class VisibleSelection;
VisibleSelection  237 Source/core/editing/htmlediting.h VisibleSelection selectionForParagraphIteration(const VisibleSelection&);
VisibleSelection  239 Source/core/editing/htmlediting.h Position adjustedSelectionStartForStyleComputation(const VisibleSelection&);
VisibleSelection  508 Source/core/editing/markup.cpp             if (WebCore::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) {
VisibleSelection  563 Source/core/editing/markup.cpp     if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
VisibleSelection   41 Source/core/html/FormAssociatedElement.h class VisibleSelection;
VisibleSelection   33 Source/core/html/HTMLTextAreaElement.h class VisibleSelection;
VisibleSelection  300 Source/core/html/HTMLTextFormControlElement.cpp     VisibleSelection newSelection;
VisibleSelection  302 Source/core/html/HTMLTextFormControlElement.cpp         newSelection = VisibleSelection(endPosition, startPosition);
VisibleSelection  304 Source/core/html/HTMLTextFormControlElement.cpp         newSelection = VisibleSelection(startPosition, endPosition);
VisibleSelection  409 Source/core/html/HTMLTextFormControlElement.cpp     const VisibleSelection& selection = frame->selection().selection();
VisibleSelection   74 Source/core/page/DOMSelection.cpp const VisibleSelection& DOMSelection::visibleSelection() const
VisibleSelection   80 Source/core/page/DOMSelection.cpp static Position anchorPosition(const VisibleSelection& selection)
VisibleSelection   86 Source/core/page/DOMSelection.cpp static Position focusPosition(const VisibleSelection& selection)
VisibleSelection   92 Source/core/page/DOMSelection.cpp static Position basePosition(const VisibleSelection& selection)
VisibleSelection   97 Source/core/page/DOMSelection.cpp static Position extentPosition(const VisibleSelection& selection)
VisibleSelection  219 Source/core/page/DOMSelection.cpp     const VisibleSelection& selection = m_frame->selection().selection();
VisibleSelection  234 Source/core/page/DOMSelection.cpp     const VisibleSelection& selection = m_frame->selection().selection();
VisibleSelection   49 Source/core/page/DOMSelection.h class VisibleSelection;
VisibleSelection  104 Source/core/page/DOMSelection.h     const VisibleSelection& visibleSelection() const;
VisibleSelection  427 Source/core/page/DragController.cpp static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
VisibleSelection  431 Source/core/page/DragController.cpp         dragCaret = VisibleSelection(frame->visiblePositionForPoint(point));
VisibleSelection  442 Source/core/page/DragController.cpp     Node* target = innerFrame->editor().findEventTargetFrom(VisibleSelection(m_page->dragCaretController().caretPosition()));
VisibleSelection  484 Source/core/page/DragController.cpp     VisibleSelection dragCaret(m_page->dragCaretController().caretPosition());
VisibleSelection  719 Source/core/page/DragController.cpp         source->selection().setSelection(VisibleSelection(range.get(), DOWNSTREAM));
VisibleSelection  905 Source/core/page/DragController.cpp                 src->selection().setSelection(VisibleSelection::selectionFromContentsOfNode(node));
VisibleSelection  378 Source/core/page/EventHandler.cpp static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection)
VisibleSelection  392 Source/core/page/EventHandler.cpp static VisibleSelection expandSelectionToRespectUserSelectAll(Node* targetNode, const VisibleSelection& selection)
VisibleSelection  398 Source/core/page/EventHandler.cpp     VisibleSelection newSelection(selection);
VisibleSelection  405 Source/core/page/EventHandler.cpp bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity)
VisibleSelection  428 Source/core/page/EventHandler.cpp     VisibleSelection newSelection;
VisibleSelection  433 Source/core/page/EventHandler.cpp             newSelection = VisibleSelection(pos);
VisibleSelection  447 Source/core/page/EventHandler.cpp     VisibleSelection newSelection;
VisibleSelection  458 Source/core/page/EventHandler.cpp                 newSelection = VisibleSelection(start, end);
VisibleSelection  493 Source/core/page/EventHandler.cpp         VisibleSelection newSelection;
VisibleSelection  497 Source/core/page/EventHandler.cpp             newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);
VisibleSelection  534 Source/core/page/EventHandler.cpp     VisibleSelection newSelection;
VisibleSelection  537 Source/core/page/EventHandler.cpp         newSelection = VisibleSelection(pos);
VisibleSelection  577 Source/core/page/EventHandler.cpp     VisibleSelection newSelection = m_frame->selection().selection();
VisibleSelection  581 Source/core/page/EventHandler.cpp         VisibleSelection selectionInUserSelectAll(expandSelectionToRespectUserSelectAll(innerNode, VisibleSelection(VisiblePosition(pos))));
VisibleSelection  598 Source/core/page/EventHandler.cpp                     newSelection = VisibleSelection(end, pos);
VisibleSelection  600 Source/core/page/EventHandler.cpp                     newSelection = VisibleSelection(start, pos);
VisibleSelection  610 Source/core/page/EventHandler.cpp         newSelection = expandSelectionToRespectUserSelectAll(innerNode, VisibleSelection(visiblePos));
VisibleSelection  771 Source/core/page/EventHandler.cpp     VisibleSelection newSelection = m_frame->selection().selection();
VisibleSelection  787 Source/core/page/EventHandler.cpp         newSelection = VisibleSelection(targetPosition);
VisibleSelection  844 Source/core/page/EventHandler.cpp         VisibleSelection newSelection;
VisibleSelection  849 Source/core/page/EventHandler.cpp             newSelection = VisibleSelection(pos);
VisibleSelection 3984 Source/core/page/EventHandler.cpp         VisibleSelection newSelection(visiblePos);
VisibleSelection   78 Source/core/page/EventHandler.h class VisibleSelection;
VisibleSelection  186 Source/core/page/EventHandler.h     bool updateSelectionForMouseDownDispatchingSelectStart(Node*, const VisibleSelection&, TextGranularity);
VisibleSelection  417 Source/core/page/FocusController.cpp         VisibleSelection newSelection(position, position, DOWNSTREAM);
VisibleSelection   71 Source/core/page/Page.h class VisibleSelection;
VisibleSelection  678 Source/core/rendering/RenderTreeAsText.cpp     VisibleSelection selection = frame->selection().selection();
VisibleSelection  197 Source/core/svg/SVGTextContentElement.cpp     document().frame()->selection().setSelection(VisibleSelection(start, end));
VisibleSelection  141 Source/web/ContextMenuClientImpl.cpp         selectedFrame->selection().setSelection(VisibleSelection(pos));
VisibleSelection  144 Source/web/ContextMenuClientImpl.cpp     selectedFrame->selection().setSelection(VisibleSelection(pos));
VisibleSelection  156 Source/web/ContextMenuClientImpl.cpp     VisibleSelection selection = selectedFrame->selection().selection();
VisibleSelection  107 Source/web/SpellCheckerClientImpl.cpp                 VisibleSelection frameSelection = frame->selection().selection();
VisibleSelection  113 Source/web/TextFinder.cpp     VisibleSelection selection(m_ownerFrame.frame()->selection().selection());
VisibleSelection 1223 Source/web/WebFrameImpl.cpp     frame()->selection().setSelection(VisibleSelection(markerRange.get()), CharacterGranularity);
VisibleSelection 1280 Source/web/WebFrameImpl.cpp     VisibleSelection selection(position);
VisibleSelection 1312 Source/web/WebFrameImpl.cpp     VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition);
VisibleSelection 1812 Source/web/WebFrameImpl.cpp         VisibleSelection selection(frame()->selection().selection());
VisibleSelection 1832 Source/web/WebFrameImpl.cpp                 frame()->selection().setSelection(VisibleSelection(activeMatch));
VisibleSelection 1857 Source/web/WebFrameImpl.cpp         frame()->selection().setSelection(VisibleSelection(activeMatch));
VisibleSelection 1891 Source/web/WebViewImpl.cpp                     localFrame->selection().setSelection(VisibleSelection(position, SEL_DEFAULT_AFFINITY));