HomeSort by relevance Sort by last modified time
    Searched defs:startOfSelection (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 78 VisiblePosition startOfSelection = selection.visibleStart();
80 ASSERT(!startOfSelection.isNull());
82 int startIndex = indexForVisiblePosition(startOfSelection);
85 formatSelection(startOfSelection, endOfSelection);
95 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
99 Position start = startOfSelection.deepEquivalent().downstream();
110 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
InsertListCommand.cpp 131 VisiblePosition startOfSelection = selection.visibleStart();
135 if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
139 VisiblePosition startOfCurrentParagraph = startOfSelection;
172 if (startOfCurrentParagraph == startOfSelection)
173 startOfSelection = endingSelection().visibleStart();
181 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection));
SpellingCorrectionController.cpp 131 VisiblePosition startOfSelection = selectionAfterTyping.visibleStart();
132 VisibleSelection currentWord = VisibleSelection(startOfWord(startOfSelection, LeftWordIfOnBoundary), endOfWord(startOfSelection, RightWordIfOnBoundary));
133 if (currentWord.visibleEnd() == startOfSelection) {

Completed in 73 milliseconds