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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.h 57 void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range* currentSelection);
InsertListCommand.cpp 136 bool forceCreateList = !selectionHasListOfType(selection, listTag);
156 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
178 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection)
209 if (!switchListType && forceCreateList)
249 if (!listChildNode || switchListType || forceCreateList)

Completed in 28 milliseconds