Home | History | Annotate | Download | only in editing

Lines Matching refs:ReplaceSelectionCommand

27 #include "ReplaceSelectionCommand.h"
324 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment,
347 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
372 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
391 void ReplaceSelectionCommand::removeNodePreservingChildren(Node* node)
401 void ReplaceSelectionCommand::removeNodeAndPruneAncestors(Node* node)
434 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination)
455 void ReplaceSelectionCommand::negateStyleRulesThatAffectAppearance()
477 void ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds()
511 void ReplaceSelectionCommand::handlePasteAsQuotationNode()
518 VisiblePosition ReplaceSelectionCommand::positionAtEndOfInsertedContent()
528 VisiblePosition ReplaceSelectionCommand::positionAtStartOfInsertedContent()
579 void ReplaceSelectionCommand::handleStyleSpans()
676 void ReplaceSelectionCommand::mergeEndIfNeeded()
724 void ReplaceSelectionCommand::doApply()
1044 bool ReplaceSelectionCommand::shouldRemoveEndBR(Node* endBR, const VisiblePosition& originalVisPosBeforeEndBR)
1064 void ReplaceSelectionCommand::completeHTMLReplacement(const Position &lastPositionToSelect)
1097 EditAction ReplaceSelectionCommand::editingAction() const
1102 void ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted(PassRefPtr<Node> insertChild, Node* refChild)
1109 void ReplaceSelectionCommand::insertNodeAtAndUpdateNodesInserted(PassRefPtr<Node> insertChild, const Position& p)
1116 void ReplaceSelectionCommand::insertNodeBeforeAndUpdateNodesInserted(PassRefPtr<Node> insertChild, Node* refChild)
1125 Node* ReplaceSelectionCommand::insertAsListItems(PassRefPtr<Node> listElement, Node* insertionNode, const Position& p)
1156 void ReplaceSelectionCommand::updateNodesInserted(Node *node)
1172 // ReplaceSelectionCommand, and works around <https://bugs.webkit.org/show_bug.cgi?id=6148> since we don't
1174 bool ReplaceSelectionCommand::performTrivialReplace(const ReplacementFragment& fragment)