Home
last modified time | relevance | path

Searched refs:applyCommand (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/editing/
DEditCommand.h83 friend void applyCommand(PassRefPtr<EditCommand>);
91 void applyCommand(PassRefPtr<EditCommand>);
DTypingCommand.cpp179 applyCommand(cmd); in insertText()
199 applyCommand(TypingCommand::create(document, InsertLineBreak)); in insertLineBreak()
215 applyCommand(TypingCommand::create(document, InsertParagraphSeparatorInQuotedContent)); in insertParagraphSeparatorInQuotedContent()
231 applyCommand(TypingCommand::create(document, InsertParagraphSeparator)); in insertParagraphSeparator()
DEditorCommand.cpp197 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, in executeInsertFragment()
295 applyCommand(CreateLinkCommand::create(frame->document(), value)); in executeCreateLink()
432 applyCommand(FormatBlockCommand::create(frame->document(), tagName)); in executeFormatBlock()
462 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Indent)); in executeIndent()
523 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList)); in executeInsertOrderedList()
546 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList)); in executeInsertUnorderedList()
882 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Outdent)); in executeOutdent()
1031 applyCommand(UnlinkCommand::create(frame->document())); in executeUnlink()
DEditCommand.cpp215 void applyCommand(PassRefPtr<EditCommand> command) in applyCommand() function
DEditor.cpp270 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete)); in deleteSelectionWithSmartDelete()
311applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, selectReplacement, sma… in replaceSelectionWithFragment()
685 applyCommand(RemoveFormatCommand::create(m_frame->document())); in removeFormattingAndStyle()
728 applyCommand(ApplyStyleCommand::create(m_frame->document(), style, editingAction)); in applyStyle()
747applyCommand(ApplyStyleCommand::create(m_frame->document(), style, editingAction, ApplyStyleComman… in applyParagraphStyle()
849 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Indent)); in indent()
854 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Outdent)); in outdent()
2522applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement)); in markAllMisspellingsAndBadGrammarInRanges()
DModifySelectionListLevel.cpp292 applyCommand(new DecreaseSelectionListLevelCommand(document)); in decreaseSelectionListLevel()
DDeleteButtonController.cpp354 applyCommand(RemoveNodeCommand::create(element.release())); in deleteTarget()
/external/webkit/WebCore/page/
DDragController.cpp435 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartMove)); in concludeEditDrag()
438applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, fragment, true, dragData->canSm… in concludeEditDrag()
449applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, createFragmentFromText(range.ge… in concludeEditDrag()
DContextMenuController.cpp233 applyCommand(command); in contextMenuItemSelected()
DFrame.cpp953 applyCommand(ApplyStyleCommand::create(document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()
/external/webkit/WebKit/chromium/src/
DWebFrameImpl.cpp925 applyCommand(ReplaceSelectionCommand::create( in replaceSelection()
/external/webkit/WebKit/mac/WebView/
DWebFrame.mm1162applyCommand(ReplaceSelectionCommand::create(_private->coreFrame->document(), core(fragment), sele…
/external/webkit/WebCore/
DChangeLog-2006-12-3110220 Only disable/enable the delete button inside applyCommand() to prevent slowing down typing.
10227 (WebCore::applyCommand):
36376 Use applyCommand instead of EditCommandPtr. Also remove now-unneeded document parameter.
36450 applyCommand() function that's convenient to use on a newly-created command.
36464 (WebCore::applyCommand): Added.
DChangeLog-2005-08-2350589 (CompositeEditCommand::applyCommand):
50672 (KHTMLPart::applyCommand):
51391 (KHTMLPart::applyCommand):
DChangeLog-2007-10-149392 (WebCore::applyCommand):