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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertListCommand.h58 void doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName&, Range* currentSelection);
H A DInsertListCommand.cpp160 // But not using index is hard because there are so many ways we can lose selection inside doApplyForSingleParagraph.
163 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
184 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
192 doApplyForSingleParagraph(false, listTag, endingSelection().firstRange().get());
195 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName& listTag, Range* currentSelection) function in class:WebCore::InsertListCommand

Completed in 107 milliseconds