Searched refs:formatRange (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | FormatBlockCommand.h | 50 …void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPt…
|
D | ApplyBlockElementCommand.h | 49 …virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelectio…
|
D | IndentOutdentCommand.h | 56 …void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPt…
|
D | FormatBlockCommand.cpp | 61 void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& en… in formatRange() function in WebCore::FormatBlockCommand
|
D | IndentOutdentCommand.cpp | 227 void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&,… in formatRange() function in WebCore::IndentOutdentCommand
|
D | ApplyBlockElementCommand.cpp | 127 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent); in formatSelection()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 14442 (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.
|
D | ChangeLog-2010-12-06 | 32254 …(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.
|