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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellingCorrectionCommand.cpp 51 applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, FrameSelection::SpellCorrectionTriggered | FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle));
52 applyCommandToComposite(InsertTextCommand::create(document(), m_correction));
MoveSelectionCommand.cpp 78 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
RemoveFormatCommand.cpp 96 applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemoveFormatCommand, editingAction()));
CompositeEditCommand.cpp 266 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<EditCommand> prpCommand)
278 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<CompositeEditCommand> command, const VisibleSelection& selection)
291 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
296 applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
301 applyCommandToComposite(ApplyStyleCommand::create(element, false));
306 applyCommandToComposite(ApplyStyleCommand::create(element, true));
311 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement, pasteBlockqutoeIntoUnquotedArea));
316 applyCommandToComposite(InsertLineBreakCommand::create(document()));
337 applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild, shouldAssumeContentIsAlwaysEditable));
389 applyCommandToComposite(AppendNodeCommand::create(parent, node))
    [all...]
CompositeEditCommand.h 94 void applyCommandToComposite(PassRefPtr<EditCommand>);
95 void applyCommandToComposite(PassRefPtr<CompositeEditCommand>, const VisibleSelection&);
IndentOutdentCommand.cpp 138 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
142 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
TypingCommand.cpp 342 applyCommandToComposite(command, endingSelection());
352 applyCommandToComposite(InsertLineBreakCommand::create(document()));
361 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document()));
374 applyCommandToComposite(BreakBlockquoteCommand::create(document()));
InsertParagraphSeparatorCommand.cpp 177 applyCommandToComposite(InsertLineBreakCommand::create(document()));
ReplaceSelectionCommand.cpp     [all...]

Completed in 607 milliseconds