Searched refs:applyCommand (Results 1 – 15 of 15) sorted by relevance
/external/webkit/WebCore/editing/ |
D | EditCommand.h | 83 friend void applyCommand(PassRefPtr<EditCommand>); 91 void applyCommand(PassRefPtr<EditCommand>);
|
D | TypingCommand.cpp | 179 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()
|
D | EditorCommand.cpp | 197 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()
|
D | EditCommand.cpp | 215 void applyCommand(PassRefPtr<EditCommand> command) in applyCommand() function
|
D | Editor.cpp | 270 applyCommand(DeleteSelectionCommand::create(m_frame->document(), smartDelete)); in deleteSelectionWithSmartDelete() 311 …applyCommand(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() 747 …applyCommand(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() 2522 … applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement)); in markAllMisspellingsAndBadGrammarInRanges()
|
D | ModifySelectionListLevel.cpp | 292 applyCommand(new DecreaseSelectionListLevelCommand(document)); in decreaseSelectionListLevel()
|
D | DeleteButtonController.cpp | 354 applyCommand(RemoveNodeCommand::create(element.release())); in deleteTarget()
|
/external/webkit/WebCore/page/ |
D | DragController.cpp | 435 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartMove)); in concludeEditDrag() 438 …applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, fragment, true, dragData->canSm… in concludeEditDrag() 449 …applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, createFragmentFromText(range.ge… in concludeEditDrag()
|
D | ContextMenuController.cpp | 233 applyCommand(command); in contextMenuItemSelected()
|
D | Frame.cpp | 953 applyCommand(ApplyStyleCommand::create(document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()
|
/external/webkit/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 925 applyCommand(ReplaceSelectionCommand::create( in replaceSelection()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.mm | 1162 …applyCommand(ReplaceSelectionCommand::create(_private->coreFrame->document(), core(fragment), sele…
|
/external/webkit/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):
|