Home
last modified time | relevance | path

Searched refs:shouldRemoveEndBR (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h83 bool shouldRemoveEndBR(HTMLBRElement*, const VisiblePosition&);
DReplaceSelectionCommand.cpp1163 …if (endBR && (plainTextFragment || (shouldRemoveEndBR(endBR, originalVisPosBeforeEndBR) && !(fragm… in doApply()
1267 bool ReplaceSelectionCommand::shouldRemoveEndBR(HTMLBRElement* endBR, const VisiblePosition& origin… in shouldRemoveEndBR() function in blink::ReplaceSelectionCommand
1531 …&& shouldRemoveEndBR(toHTMLBRElement(nodeAfterInsertionPos.get()), VisiblePosition(positionBeforeN… in performTrivialReplace()