Home
last modified time | relevance | path

Searched refs:applyCommandToComposite (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp99 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<EditCommand> cmd) in applyCommandToComposite() function in WebCore::CompositeEditCommand
108 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction)); in applyStyle()
113applyCommandToComposite(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()
128applyCommandToComposite(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 …]
DSpellingCorrectionCommand.cpp97applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController:… in doApply()
99applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_cor… in doApply()
101applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, ReplaceSelectionComm… in doApply()
DIndentOutdentCommand.cpp128applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList)); in outdentParagraph()
132applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList)); in outdentParagraph()
DMoveSelectionCommand.cpp76 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options)); in doApply()
DRemoveFormatCommand.cpp90applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemo… in doApply()
DTypingCommand.cpp405 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()
DCompositeEditCommand.h53 void applyCommandToComposite(PassRefPtr<EditCommand>);
DInsertParagraphSeparatorCommand.cpp176 applyCommandToComposite(InsertLineBreakCommand::create(document())); in doApply()
DReplaceSelectionCommand.cpp894 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in doApply()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2347328 (CompositeEditCommandImpl::applyCommandToComposite): Set the startingSelection
47867 (CompositeEditCommandImpl::applyCommandToComposite): Sets parent.
DChangeLog-2006-12-3136401 (WebCore::CompositeEditCommand::applyCommandToComposite): Removed code to explicitly set up