Searched refs:applyCommandToComposite (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionCommand.cpp97 applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, SelectionController::SpellCorrectionTriggered | SelectionController::CloseTyping | SelectionController::ClearTypingStyle));
99 applyCommandToComposite(SpellingCorrectionRecordUndoCommand::create(document(), m_corrected, m_correction));
101 applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting, EditActionPaste));
H A DCompositeEditCommand.cpp99 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<EditCommand> cmd) function in class:WebCore::CompositeEditCommand
108 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
113 applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
118 applyCommandToComposite(ApplyStyleCommand::create(element, false));
123 applyCommandToComposite(ApplyStyleCommand::create(element, true));
128 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement));
133 applyCommandToComposite(InsertLineBreakCommand::create(document()));
139 applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild));
190 applyCommandToComposite(AppendNodeCommand::create(parent, node));
209 applyCommandToComposite(RemoveNodeComman
[all...]
H A DMoveSelectionCommand.cpp76 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
H A DRemoveFormatCommand.cpp90 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
H A DIndentOutdentCommand.cpp128 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
132 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
H A DCompositeEditCommand.h53 void applyCommandToComposite(PassRefPtr<EditCommand>);
H A DTypingCommand.cpp405 applyCommandToComposite(command);
421 applyCommandToComposite(InsertLineBreakCommand::create(document()));
430 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document()));
443 applyCommandToComposite(BreakBlockquoteCommand::create(document()));
H A DInsertParagraphSeparatorCommand.cpp176 applyCommandToComposite(InsertLineBreakCommand::create(document()));
H A DReplaceSelectionCommand.cpp894 applyCommandToComposite(BreakBlockquoteCommand::create(document()));

Completed in 68 milliseconds