Searched refs:doReapply (Results 1 – 16 of 16) sorted by relevance
145 doReapply(); in reapply()152 void EditCommand::doReapply() in doReapply() function in WebCore::EditCommand
47 virtual void doReapply();
45 virtual void doReapply();
78 virtual void doReapply(); // calls doApply()
83 void WrapContentsInDummySpanCommand::doReapply() in doReapply() function in WebCore::WrapContentsInDummySpanCommand
86 void SplitTextNodeCommand::doReapply() in doReapply() function in WebCore::SplitTextNodeCommand
103 void SplitElementCommand::doReapply() in doReapply() function in WebCore::SplitElementCommand
125 virtual void doReapply();
89 void CompositeEditCommand::doReapply() in doReapply() function in WebCore::CompositeEditCommand
32369 (WebCore::SplitTextNodeCommand::doReapply):35840 …and ReplaceNodeWithSpanCommand's not implementing doReapply. Because ReplaceNodeWithSpanCommand's …35841 … directly modifies DOM and does not use simple edit commands while CompositeEditCommand's doReapply35842 …alls reapply of compositing simple edit commands, ReplaceNodeWithSpanCommand's doReapply was no-op.35845 …This allows ReplaceNodeWithSpanCommand's doReapply to call its doApply, which already supports red…94109 The bug was caused by SplitTextNodeCommand not implementing doReapply.94110 …Implemented doReapply and added insertText1AndTrimText2 to share the code between doApply and doRe…94117 …(WebCore::SplitTextNodeCommand::doUnapply): Don't delete m_text1, which is later used in doReapply.94118 (WebCore::SplitTextNodeCommand::doReapply): Added.
25551 (WebCore::WrapContentsInDummySpanCommand::doReapply):39172 and that these commands implement doReapply to correctly reuse the existing39181 (WebCore::SplitElementCommand::doReapply): Added.39182 * editing/SplitElementCommand.h: Added doReapply and executeApply.39187 (WebCore::WrapContentsInDummySpanCommand::doReapply): Added.39188 * editing/WrapContentsInDummySpanCommand.h: Added doReapply and executeApply.
36397 m_commands and made both doUnapply and doReapply private.36400 (WebCore::CompositeEditCommand::doReapply): Ditto.36446 Made doApply(), doUnapply(), and doReapply() private. Added startingRootEditableElement(),
44433 …(khtml::CompositeEditCommandImpl::doReapply): No longer calls moveToEndingSelection. Work done in …47866 (CompositeEditCommandImpl::doReapply): Removed some logging.
37652 (WebCore::SplitTextNodeCommand::doReapply):37659 (WebCore::WrapContentsInDummySpanCommand::doReapply):
14259 (WebCore::CompositeEditCommand::doReapply):