Home
last modified time | relevance | path

Searched refs:formatRange (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.h50 …void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPt…
DApplyBlockElementCommand.h49 …virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelectio…
DIndentOutdentCommand.h56 …void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPt…
DFormatBlockCommand.cpp61 void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& en… in formatRange() function in WebCore::FormatBlockCommand
DIndentOutdentCommand.cpp227 void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&,… in formatRange() function in WebCore::IndentOutdentCommand
DApplyBlockElementCommand.cpp127 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent); in formatSelection()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1614442 (WebCore::FormatBlockCommand::formatRange):
47249 … The bug was caused by FormatBlockCommand::formatRange's not removing refNode when the refNode
47252 Fixed the bug by modifying FormatBlockCommand::formatRange to correctly remove the node in
47262 … (WebCore::ApplyBlockElementCommand::formatSelection): Calls formatRange with m_endOfLastParagraph.
47268 (WebCore::FormatBlockCommand::formatRange): See above.
47271 (WebCore::IndentOutdentCommand::formatRange): Ignores the end of selection.
DChangeLog-2010-12-0632254 …(WebCore::FormatBlockCommand::formatRange): Moved from Editor.cpp. Takes Range* instead of access…
32800 Fixed the bug by rewriting FormatBlockCommand::formatRange. New code resembles that of
32801 IndentOutdentCommand::indentIntoBlockquote. The difference between two is that formatRange
32817 (WebCore::FormatBlockCommand::formatRange): Rewritten; see above.
34500 (WebCore::FormatBlockCommand::formatRange):
34520 Fixed the bug by rewriting FormatBlockCommand::formatRange. New code resembles that of
34521 IndentOutdentCommand::indentIntoBlockquote. The difference between two is that formatRange
34531 (WebCore::FormatBlockCommand::formatRange): Rewritten; see above.
37013 … (WebCore::FormatBlockCommand::formatRange): Takes two Positions instead of one VisiblePosition.
37018 (WebCore::IndentOutdentCommand::formatRange): Ditto.