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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 79 VisiblePosition startOfSelection = selection.visibleStart();
81 ASSERT(!startOfSelection.isNull());
84 int startIndex = indexForVisiblePosition(startOfSelection, startScope);
88 formatSelection(startOfSelection, endOfSelection);
103 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
107 Position start = startOfSelection.deepEquivalent().downstream();
118 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
InsertListCommand.cpp 132 VisiblePosition startOfSelection = selection.visibleStart();
136 if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
140 VisiblePosition startOfCurrentParagraph = startOfSelection;
173 if (startOfCurrentParagraph == startOfSelection)
174 startOfSelection = endingSelection().visibleStart();
182 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));

Completed in 129 milliseconds