selectionFromContentsOfNode 954 Source/core/editing/CompositeEditCommand.cpp setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode)); selectionFromContentsOfNode 1396 Source/core/editing/FrameSelection.cpp VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get())); selectionFromContentsOfNode 168 Source/core/editing/ReplaceSelectionCommand.cpp RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange(); selectionFromContentsOfNode 136 Source/core/editing/SpellChecker.cpp VisibleSelection selection = VisibleSelection::selectionFromContentsOfNode(element); selectionFromContentsOfNode 58 Source/core/editing/VisibleSelection.h static VisibleSelection selectionFromContentsOfNode(Node*); selectionFromContentsOfNode 508 Source/core/editing/markup.cpp if (WebCore::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) { selectionFromContentsOfNode 563 Source/core/editing/markup.cpp if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range)) selectionFromContentsOfNode 905 Source/core/page/DragController.cpp src->selection().setSelection(VisibleSelection::selectionFromContentsOfNode(node)); selectionFromContentsOfNode 497 Source/core/page/EventHandler.cpp newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);