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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h 57 void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range* currentSelection);
InsertListCommand.cpp 155 // But not using index is hard because there are so many ways we can lose selection inside doApplyForSingleParagraph.
158 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
179 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
187 doApplyForSingleParagraph(false, listTag, endingSelection().firstRange().get());
190 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection)

Completed in 36 milliseconds