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 54 applyCommandToComposite(SetSelectionCommand::create(m_selectionToBeCorrected, FrameSelection::SpellCorrectionTriggered | FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle));
55 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 246 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<EditCommand> prpCommand)
258 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<CompositeEditCommand> command, const VisibleSelection& selection)
271 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction));
276 applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
281 applyCommandToComposite(ApplyStyleCommand::create(element, false));
286 applyCommandToComposite(ApplyStyleCommand::create(element, true));
291 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document(), useDefaultParagraphElement, pasteBlockqutoeIntoUnquotedArea));
296 applyCommandToComposite(InsertLineBreakCommand::create(document()));
317 applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild, shouldAssumeContentIsAlwaysEditable));
369 applyCommandToComposite(AppendNodeCommand::create(parent, node))
    [all...]
CompositeEditCommand.h 97 void applyCommandToComposite(PassRefPtr<EditCommand>);
98 void applyCommandToComposite(PassRefPtr<CompositeEditCommand>, const VisibleSelection&);
IndentOutdentCommand.cpp 128 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
132 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
TypingCommand.cpp 347 applyCommandToComposite(command, endingSelection());
357 applyCommandToComposite(InsertLineBreakCommand::create(document()));
366 applyCommandToComposite(InsertParagraphSeparatorCommand::create(document()));
379 applyCommandToComposite(BreakBlockquoteCommand::create(document()));
InsertParagraphSeparatorCommand.cpp 175 applyCommandToComposite(InsertLineBreakCommand::create(document()));
ReplaceSelectionCommand.cpp     [all...]

Completed in 76 milliseconds