Searched refs:useDefaultParagraphElement (Results 1 – 3 of 3) sorted by relevance
37 …nsertParagraphSeparatorCommand> create(Document* document, bool useDefaultParagraphElement = false)39 return adoptRef(new InsertParagraphSeparatorCommand(document, useDefaultParagraphElement));43 InsertParagraphSeparatorCommand(Document*, bool useDefaultParagraphElement);
66 void insertParagraphSeparator(bool useDefaultParagraphElement = false);
126 void CompositeEditCommand::insertParagraphSeparator(bool useDefaultParagraphElement) in insertParagraphSeparator() argument128 …ommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement)); in insertParagraphSeparator()