Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp1026 …HTMLBRElement* endBR = isHTMLBRElement(*insertionPos.downstream().deprecatedNode()) ? toHTMLBRElem… in doApply() local
1028 if (endBR) in doApply()
1029 … originalVisPosBeforeEndBR = VisiblePosition(positionBeforeNode(endBR), DOWNSTREAM).previous(); in doApply()
1163 …if (endBR && (plainTextFragment || (shouldRemoveEndBR(endBR, originalVisPosBeforeEndBR) && !(fragm… in doApply()
1164 RefPtrWillBeRawPtr<ContainerNode> parent = endBR->parentNode(); in doApply()
1165 insertedNodes.willRemoveNode(*endBR); in doApply()
1166 removeNode(endBR); in doApply()
1267 bool ReplaceSelectionCommand::shouldRemoveEndBR(HTMLBRElement* endBR, const VisiblePosition& origin… in shouldRemoveEndBR() argument
1269 if (!endBR || !endBR->inDocument()) in shouldRemoveEndBR()
1272 VisiblePosition visiblePos(positionBeforeNode(endBR)); in shouldRemoveEndBR()