Searched refs:shouldRemoveEndBR (Results 1 – 2 of 2) sorted by relevance
83 bool shouldRemoveEndBR(HTMLBRElement*, const VisiblePosition&);
1163 …if (endBR && (plainTextFragment || (shouldRemoveEndBR(endBR, originalVisPosBeforeEndBR) && !(fragm… in doApply()1267 bool ReplaceSelectionCommand::shouldRemoveEndBR(HTMLBRElement* endBR, const VisiblePosition& origin… in shouldRemoveEndBR() function in blink::ReplaceSelectionCommand1531 …&& shouldRemoveEndBR(toHTMLBRElement(nodeAfterInsertionPos.get()), VisiblePosition(positionBeforeN… in performTrivialReplace()