ParagraphGranularity 813 Source/core/editing/EditorCommand.cpp frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, ParagraphGranularity, UserTriggered); ParagraphGranularity 819 Source/core/editing/EditorCommand.cpp frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, ParagraphGranularity, UserTriggered); ParagraphGranularity 825 Source/core/editing/EditorCommand.cpp frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, ParagraphGranularity, UserTriggered); ParagraphGranularity 831 Source/core/editing/EditorCommand.cpp frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, ParagraphGranularity, UserTriggered); ParagraphGranularity 1020 Source/core/editing/EditorCommand.cpp return expandSelectionToGranularity(frame, ParagraphGranularity); ParagraphGranularity 633 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 661 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 705 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 744 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 797 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 829 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 873 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 906 Source/core/editing/FrameSelection.cpp case ParagraphGranularity: ParagraphGranularity 998 Source/core/editing/FrameSelection.cpp && (granularity == WordGranularity || granularity == ParagraphGranularity || granularity == LineGranularity) ParagraphGranularity 1024 Source/core/editing/FrameSelection.cpp if (granularity == LineGranularity || granularity == ParagraphGranularity) ParagraphGranularity 414 Source/core/editing/VisibleSelection.cpp case ParagraphGranularity: { ParagraphGranularity 311 Source/core/page/DOMSelection.cpp granularity = ParagraphGranularity; ParagraphGranularity 538 Source/core/page/EventHandler.cpp newSelection.expandUsingGranularity(ParagraphGranularity); ParagraphGranularity 541 Source/core/page/EventHandler.cpp return updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), ParagraphGranularity);