Searched refs:applyCommand (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextInsertionBaseCommand.cpp50 applyCommand(command);
H A DTypingCommand.cpp210 applyCommand(TypingCommand::create(document, InsertLineBreak, "", options));
221 applyCommand(TypingCommand::create(document, InsertParagraphSeparatorInQuotedContent));
233 applyCommand(TypingCommand::create(document, InsertParagraphSeparator, "", options));
H A DCompositeEditCommand.h178 void applyCommand(PassRefPtr<CompositeEditCommand>);
H A DModifySelectionListLevel.cpp292 applyCommand(create(document));
H A DEditorCommand.cpp196 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified));
293 applyCommand(CreateLinkCommand::create(frame->document(), value));
451 applyCommand(command);
481 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Indent));
542 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList));
565 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
901 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Outdent));
1129 applyCommand(UnlinkCommand::create(frame->document()));
H A DDeleteButtonController.cpp395 applyCommand(RemoveTargetCommand::create(m_frame->document(), m_target));
H A DEditor.cpp401 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete));
474 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPaste));
690 applyCommand(RemoveFormatCommand::create(m_frame->document()));
759 applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), editingAction));
778 applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties));
826 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Indent));
831 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Outdent));
1145 applyCommand(SimplifyMarkupCommand::create(m_frame->document(), startNode, (endNode) ? NodeTraversal::next(endNode) : 0));
2183 applyCommand(SpellingCorrectionCommand::create(rangeToReplace, replacement));
2313 applyCommand(CreateLinkComman
[all...]
H A DAlternativeTextController.cpp280 applyCommand(SpellingCorrectionCommand::create(rangeWithAlternative, alternative));
H A DCompositeEditCommand.cpp170 void applyCommand(PassRefPtr<CompositeEditCommand> command) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.cpp523 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete));
531 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), fragment, options));
542 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting));
H A DContextMenuController.cpp370 applyCommand(command);

Completed in 202 milliseconds