applyCommandToComposite  255 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
applyCommandToComposite  260 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
applyCommandToComposite  265 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(element, false));
applyCommandToComposite  270 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(element, true));
applyCommandToComposite  275 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement, pasteBlockqutoeIntoUnquotedArea));
applyCommandToComposite  297 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild, shouldAssumeContentIsAlwaysEditable));
applyCommandToComposite  349 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(AppendNodeCommand::create(parent, node));
applyCommandToComposite  368 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(RemoveNodeCommand::create(node, shouldAssumeContentIsAlwaysEditable));
applyCommandToComposite  373 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(RemoveNodePreservingChildrenCommand::create(node, shouldAssumeContentIsAlwaysEditable));
applyCommandToComposite  412 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(command);
applyCommandToComposite  428 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(SplitTextNodeCommand::create(node, offset));
applyCommandToComposite  433 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(SplitElementCommand::create(element, atChild));
applyCommandToComposite  445 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(MergeIdenticalElementsCommand::create(first, second));
applyCommandToComposite  450 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(WrapContentsInDummySpanCommand::create(element));
applyCommandToComposite  455 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(SplitTextNodeContainingElementCommand::create(text, offset));
applyCommandToComposite  461 Source/core/editing/CompositeEditCommand.cpp         applyCommandToComposite(InsertIntoTextNodeCommand::create(node, offset, text));
applyCommandToComposite  466 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(DeleteFromTextNodeCommand::create(node, offset, count));
applyCommandToComposite  472 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(DeleteFromTextNodeCommand::create(node, offset, count));
applyCommandToComposite  474 Source/core/editing/CompositeEditCommand.cpp         applyCommandToComposite(InsertIntoTextNodeCommand::create(node, offset, replacementText));
applyCommandToComposite  550 Source/core/editing/CompositeEditCommand.cpp         applyCommandToComposite(DeleteSelectionCommand::create(document(), smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
applyCommandToComposite  556 Source/core/editing/CompositeEditCommand.cpp         applyCommandToComposite(DeleteSelectionCommand::create(selection, smartDelete, mergeBlocksAfterDelete, expandForSpecialElements, sanitizeMarkup));
applyCommandToComposite  561 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(RemoveCSSPropertyCommand::create(document(), element, property));
applyCommandToComposite  571 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(SetNodeAttributeCommand::create(element, attribute, value));
applyCommandToComposite 1231 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, options));
applyCommandToComposite   92 Source/core/editing/CompositeEditCommand.h     void applyCommandToComposite(PassRefPtr<EditCommand>);
applyCommandToComposite   93 Source/core/editing/CompositeEditCommand.h     void applyCommandToComposite(PassRefPtr<CompositeEditCommand>, const VisibleSelection&);
applyCommandToComposite  138 Source/core/editing/IndentOutdentCommand.cpp         applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
applyCommandToComposite  142 Source/core/editing/IndentOutdentCommand.cpp         applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
applyCommandToComposite  177 Source/core/editing/InsertParagraphSeparatorCommand.cpp         applyCommandToComposite(InsertLineBreakCommand::create(document()));
applyCommandToComposite   78 Source/core/editing/MoveSelectionCommand.cpp     applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
applyCommandToComposite   96 Source/core/editing/RemoveFormatCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
applyCommandToComposite  971 Source/core/editing/ReplaceSelectionCommand.cpp         applyCommandToComposite(BreakBlockquoteCommand::create(document()));
applyCommandToComposite 1142 Source/core/editing/ReplaceSelectionCommand.cpp         applyCommandToComposite(SimplifyMarkupCommand::create(document(), insertedNodes.firstNodeInserted(), insertedNodes.pastLastLeaf()));
applyCommandToComposite  344 Source/core/editing/TypingCommand.cpp     applyCommandToComposite(command, endingSelection());
applyCommandToComposite  354 Source/core/editing/TypingCommand.cpp     applyCommandToComposite(InsertLineBreakCommand::create(document()));
applyCommandToComposite  363 Source/core/editing/TypingCommand.cpp     applyCommandToComposite(InsertParagraphSeparatorCommand::create(document()));
applyCommandToComposite  376 Source/core/editing/TypingCommand.cpp     applyCommandToComposite(BreakBlockquoteCommand::create(document()));