Searched refs:preserveStyle (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/editing/ |
D | CompositeEditCommand.h | 101 …siblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true); 102 …siblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
|
D | CompositeEditCommand.cpp | 731 …dOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) in moveParagraph() argument 735 …raphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle); in moveParagraph() 738 …dOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) in moveParagraphs() argument 792 if (startOfParagraphToMove == endOfParagraphToMove && preserveStyle) { in moveParagraphs() 855 …e(ReplaceSelectionCommand::create(document(), fragment, true, false, !preserveStyle, false, true)); in moveParagraphs()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 48656 (WebCore::CompositeEditCommand::moveParagraph): Added a preserveStyle bool.
|
D | ChangeLog-2008-08-10 | 8732 (WebCore::CompositeEditCommand::moveParagraphs): If asked to preserveStyle, we
|