Searched refs:endBR (Results 1 – 3 of 3) sorted by relevance
913 …Node* endBR = insertionPos.downstream().deprecatedNode()->hasTagName(brTag) ? insertionPos.downstr… in doApply() local915 if (endBR) in doApply()916 … originalVisPosBeforeEndBR = VisiblePosition(positionBeforeNode(endBR), DOWNSTREAM).previous(); in doApply()1044 if (endBR && (plainTextFragment || shouldRemoveEndBR(endBR, originalVisPosBeforeEndBR))) in doApply()1045 removeNodeAndPruneAncestors(endBR); in doApply()1171 bool ReplaceSelectionCommand::shouldRemoveEndBR(Node* endBR, const VisiblePosition& originalVisPosB… in shouldRemoveEndBR() argument1173 if (!endBR || !endBR->inDocument()) in shouldRemoveEndBR()1176 VisiblePosition visiblePos(positionBeforeNode(endBR)); in shouldRemoveEndBR()
38481 (WebCore::ReplaceSelectionCommand::shouldRemoveEndBR): An endBR that was
20761 endBR when there's a trailing interchange newline.