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

/external/webkit/Source/WebCore/editing/
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...]

Completed in 65 milliseconds