Searched defs:doApplyForSingleParagraph (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertListCommand.cpp154 // But not using index is hard because there are so many ways we can lose selection inside doApplyForSingleParagraph.
156 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
178 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
186 doApplyForSingleParagraph(false, listTag, endingSelection().firstRange().get());
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection) function in class:WebCore::InsertListCommand

Completed in 807 milliseconds