Home
last modified time | relevance | path

Searched defs:forceCreateList (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertListCommand.cpp136 bool forceCreateList = !selectionHasListOfType(selection, listTag); in doApply() local
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTa… in doApplyForSingleParagraph()