Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditCommand.h87 friend void applyCommand(PassRefPtr<EditCommand>);
95 void applyCommand(PassRefPtr<EditCommand>);
DTypingCommand.cpp211 applyCommand(cmd); in insertText()
233 applyCommand(TypingCommand::create(document, InsertLineBreak, "", options)); in insertLineBreak()
249 applyCommand(TypingCommand::create(document, InsertParagraphSeparatorInQuotedContent)); in insertParagraphSeparatorInQuotedContent()
267 applyCommand(TypingCommand::create(document, InsertParagraphSeparator, "", options)); in insertParagraphSeparator()
DEditCommand.cpp222 void applyCommand(PassRefPtr<EditCommand> command) in applyCommand() function
DEditorCommand.cpp194applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, ReplaceSelectionCommand:… in executeInsertFragment()
294 applyCommand(CreateLinkCommand::create(frame->document(), value)); in executeCreateLink()
443 applyCommand(command); in executeFormatBlock()
473 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Indent)); in executeIndent()
534 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList)); in executeInsertOrderedList()
557 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList)); in executeInsertUnorderedList()
889 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Outdent)); in executeOutdent()
1084 applyCommand(UnlinkCommand::create(frame->document())); in executeUnlink()
DEditor.cpp339 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete)); in deleteSelectionWithSmartDelete()
414applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPas… in replaceSelectionWithFragment()
780 applyCommand(RemoveFormatCommand::create(m_frame->document())); in removeFormattingAndStyle()
836applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), edi… in applyStyle()
855applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), edi… in applyParagraphStyle()
969 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Indent)); in indent()
974 applyCommand(IndentOutdentCommand::create(m_frame->document(), IndentOutdentCommand::Outdent)); in outdent()
2273applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement)); in markAllMisspellingsAndBadGrammarInRanges()
2276applyCommand(SpellingCorrectionCommand::create(rangeToReplace, result->replacement)); in markAllMisspellingsAndBadGrammarInRanges()
2824applyCommand(ApplyStyleCommand::create(m_frame->document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()
DModifySelectionListLevel.cpp292 applyCommand(create(document)); in decreaseSelectionListLevel()
DDeleteButtonController.cpp354 applyCommand(RemoveNodeCommand::create(element.release())); in deleteTarget()
DSpellingCorrectionController.cpp228applyCommand(SpellingCorrectionCommand::create(rangeToBeReplaced, m_correctionPanelInfo.replacemen… in applyCorrectionPanelInfo()
/external/webkit/Source/WebCore/page/
DDragController.cpp467applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete)); in concludeEditDrag()
475applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), fragment, options)); in concludeEditDrag()
487applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(ra… in concludeEditDrag()
DContextMenuController.cpp283 applyCommand(command); in contextMenuItemSelected()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1114 applyCommand(ReplaceSelectionCommand::create( in replaceSelection()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1781applyCommand(ReplaceSelectionCommand::create(frame->document(), textFragment.release(), ReplaceSel… in replaceSelectionWithText()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1075applyCommand(ReplaceSelectionCommand::create(_private->coreFrame->document(), core(fragment), opti…
/external/webkit/Source/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):