Home
last modified time | relevance | path

Searched refs:preserveStyle (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
DCompositeEditCommand.h101 …siblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
102 …siblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
DCompositeEditCommand.cpp731 …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/
DChangeLog-2006-12-3148656 (WebCore::CompositeEditCommand::moveParagraph): Added a preserveStyle bool.
DChangeLog-2008-08-108732 (WebCore::CompositeEditCommand::moveParagraphs): If asked to preserveStyle, we