OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startofcurrentparagraph
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp
142
VisiblePosition
startOfCurrentParagraph
= startOfSelection;
143
while (!inSameParagraph(
startOfCurrentParagraph
, startOfLastParagraph, CanCrossEditingBoundary)) {
145
// if it's in the same list item as
startOfCurrentParagraph
. Return early to avoid an
151
setEndingSelection(
startOfCurrentParagraph
);
173
if (
startOfCurrentParagraph
== startOfSelection)
176
startOfCurrentParagraph
= startOfNextParagraph(endingSelection().visibleStart());
Completed in 723 milliseconds