Searched refs:applyCommandToComposite (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | CompositeEditCommand.cpp | 99 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<EditCommand> cmd) in applyCommandToComposite() function in WebCore::CompositeEditCommand 108 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction)); in applyStyle() 113 … applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction)); in applyStyle() 118 applyCommandToComposite(ApplyStyleCommand::create(element, false)); in applyStyledElement() 123 applyCommandToComposite(ApplyStyleCommand::create(element, true)); in removeStyledElement() 128 …applyCommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphEle… in insertParagraphSeparator() 133 applyCommandToComposite(InsertLineBreakCommand::create(document())); in insertLineBreak() 139 applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild)); in insertNodeBefore() 190 applyCommandToComposite(AppendNodeCommand::create(parent, node)); in appendNode() 209 applyCommandToComposite(RemoveNodeCommand::create(node)); in removeNode() [all …]
|
D | SpellingCorrectionCommand.cpp | 97 …applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController:… in doApply() 99 …applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_cor… in doApply() 101 …applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, ReplaceSelectionComm… in doApply()
|
D | IndentOutdentCommand.cpp | 128 … applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList)); in outdentParagraph() 132 … applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList)); in outdentParagraph()
|
D | MoveSelectionCommand.cpp | 76 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options)); in doApply()
|
D | RemoveFormatCommand.cpp | 90 …applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemo… in doApply()
|
D | TypingCommand.cpp | 405 applyCommandToComposite(command); in insertTextRunWithoutNewlines() 421 applyCommandToComposite(InsertLineBreakCommand::create(document())); in insertLineBreak() 430 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document())); in insertParagraphSeparator() 443 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in insertParagraphSeparatorInQuotedContent()
|
D | CompositeEditCommand.h | 53 void applyCommandToComposite(PassRefPtr<EditCommand>);
|
D | InsertParagraphSeparatorCommand.cpp | 176 applyCommandToComposite(InsertLineBreakCommand::create(document())); in doApply()
|
D | ReplaceSelectionCommand.cpp | 894 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in doApply()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 47328 (CompositeEditCommandImpl::applyCommandToComposite): Set the startingSelection 47867 (CompositeEditCommandImpl::applyCommandToComposite): Sets parent.
|
D | ChangeLog-2006-12-31 | 36401 (WebCore::CompositeEditCommand::applyCommandToComposite): Removed code to explicitly set up
|