Searched refs:forceCreateList (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.cpp142 bool forceCreateList = !selectionHasListOfType(selection, listTag); local
163 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
184 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
195 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName& listTag, Range* currentSelection) argument
216 if (!switchListType && forceCreateList)
255 if (!listChildNode || switchListType || forceCreateList)

Completed in 127 milliseconds