Searched refs:formatSelection (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | FormatBlockCommand.cpp | 53 void FormatBlockCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosi… in formatSelection() function in WebCore::FormatBlockCommand 57 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
|
D | FormatBlockCommand.h | 49 …void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelectio…
|
D | ApplyBlockElementCommand.h | 43 …virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOf…
|
D | IndentOutdentCommand.h | 55 …void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelectio…
|
D | IndentOutdentCommand.cpp | 219 void IndentOutdentCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePo… in formatSelection() function in WebCore::IndentOutdentCommand 222 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
|
D | ApplyBlockElementCommand.cpp | 85 formatSelection(startOfSelection, endOfSelection); in doApply() 95 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const Visib… in formatSelection() function in WebCore::ApplyBlockElementCommand
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 32252 …(WebCore::FormatBlockCommand::formatSelection): Added to check the tag name. Exit early if the spe… 34496 (WebCore::ApplyBlockElementCommand::formatSelection): 37006 (WebCore::ApplyBlockElementCommand::formatSelection): See above. 41184 …It then calls formatSelection to apply the block element after which doApply restores the selectio… 41185 … formatSelection iterates through paragraphs and calls formatParagraph, a pure virtual function 41200 …(WebCore::ApplyBlockElementCommand::formatSelection): Moved from IndentOutdentCommand::indentRegio… 41215 … next paragraph is in a different table cell is moved to ApplyBlockElementCommand::formatSelection. 41216 … (WebCore::IndentOutdentCommand::formatSelection): Added. Calls outdentRegion when outdenting.
|
D | ChangeLog-2011-02-16 | 27761 (WebCore::ApplyBlockElementCommand::formatSelection): 47255 Also fixed a bug in ApplyBlockElementCommand::formatSelection that the end of selection 47262 … (WebCore::ApplyBlockElementCommand::formatSelection): Calls formatRange with m_endOfLastParagraph.
|