Searched refs:applyCommand (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditCommand.h | 87 friend void applyCommand(PassRefPtr<EditCommand>); 95 void applyCommand(PassRefPtr<EditCommand>);
|
D | TypingCommand.cpp | 211 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()
|
D | EditCommand.cpp | 222 void applyCommand(PassRefPtr<EditCommand> command) in applyCommand() function
|
D | EditorCommand.cpp | 194 …applyCommand(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()
|
D | Editor.cpp | 339 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete)); in deleteSelectionWithSmartDelete() 414 …applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, options, EditActionPas… in replaceSelectionWithFragment() 780 applyCommand(RemoveFormatCommand::create(m_frame->document())); in removeFormattingAndStyle() 836 …applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), edi… in applyStyle() 855 …applyCommand(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() 2273 … applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement)); in markAllMisspellingsAndBadGrammarInRanges() 2276 … applyCommand(SpellingCorrectionCommand::create(rangeToReplace, result->replacement)); in markAllMisspellingsAndBadGrammarInRanges() 2824 … applyCommand(ApplyStyleCommand::create(m_frame->document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()
|
D | ModifySelectionListLevel.cpp | 292 applyCommand(create(document)); in decreaseSelectionListLevel()
|
D | DeleteButtonController.cpp | 354 applyCommand(RemoveNodeCommand::create(element.release())); in deleteTarget()
|
D | SpellingCorrectionController.cpp | 228 …applyCommand(SpellingCorrectionCommand::create(rangeToBeReplaced, m_correctionPanelInfo.replacemen… in applyCorrectionPanelInfo()
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 467 … applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete)); in concludeEditDrag() 475 … applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), fragment, options)); in concludeEditDrag() 487 …applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(ra… in concludeEditDrag()
|
D | ContextMenuController.cpp | 283 applyCommand(command); in contextMenuItemSelected()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1114 applyCommand(ReplaceSelectionCommand::create( in replaceSelection()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.cpp | 1781 …applyCommand(ReplaceSelectionCommand::create(frame->document(), textFragment.release(), ReplaceSel… in replaceSelectionWithText()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrame.mm | 1075 …applyCommand(ReplaceSelectionCommand::create(_private->coreFrame->document(), core(fragment), opti…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 10220 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.
|
D | ChangeLog-2005-08-23 | 50589 (CompositeEditCommand::applyCommand): 50672 (KHTMLPart::applyCommand): 51391 (KHTMLPart::applyCommand):
|
D | ChangeLog-2007-10-14 | 9392 (WebCore::applyCommand):
|