HomeSort by relevance Sort by last modified time
    Searched refs:applyCommandToComposite (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveFormatCommand.cpp 97 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
CompositeEditCommand.cpp 245 void CompositeEditCommand::applyCommandToComposite(PassRefPtrWillBeRawPtr<EditCommand> prpCommand)
257 void CompositeEditCommand::applyCommandToComposite(PassRefPtrWillBeRawPtr<CompositeEditCommand> command, const VisibleSelection& selection)
270 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
275 applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
280 applyCommandToComposite(ApplyStyleCommand::create(element, false));
285 applyCommandToComposite(ApplyStyleCommand::create(element, true));
290 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement, pasteBlockqutoeIntoUnquotedArea));
313 applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild, shouldAssumeContentIsAlwaysEditable));
365 applyCommandToComposite(AppendNodeCommand::create(parent, node));
384 applyCommandToComposite(RemoveNodeCommand::create(node, shouldAssumeContentIsAlwaysEditable))
    [all...]
MoveSelectionCommand.cpp 78 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
CompositeEditCommand.h 98 void applyCommandToComposite(PassRefPtrWillBeRawPtr<EditCommand>);
99 void applyCommandToComposite(PassRefPtrWillBeRawPtr<CompositeEditCommand>, const VisibleSelection&);
IndentOutdentCommand.cpp 145 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
149 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
TypingCommand.cpp 350 applyCommandToComposite(command, endingSelection());
360 applyCommandToComposite(InsertLineBreakCommand::create(document()));
369 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document()));
382 applyCommandToComposite(BreakBlockquoteCommand::create(document()));
InsertParagraphSeparatorCommand.cpp 180 applyCommandToComposite(InsertLineBreakCommand::create(document()));
ReplaceSelectionCommand.cpp     [all...]

Completed in 367 milliseconds