Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp53 void FormatBlockCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosi… in formatSelection() function in WebCore::FormatBlockCommand
57 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
DFormatBlockCommand.h49 …void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelectio…
DApplyBlockElementCommand.h43 …virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOf…
DIndentOutdentCommand.h55 …void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelectio…
DIndentOutdentCommand.cpp219 void IndentOutdentCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePo… in formatSelection() function in WebCore::IndentOutdentCommand
222 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
DApplyBlockElementCommand.cpp85 formatSelection(startOfSelection, endOfSelection); in doApply()
95 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const Visib… in formatSelection() function in WebCore::ApplyBlockElementCommand
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0632252 …(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…
41185formatSelection 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.
DChangeLog-2011-02-1627761 (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.