Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp913 …Node* endBR = insertionPos.downstream().deprecatedNode()->hasTagName(brTag) ? insertionPos.downstr… in doApply() local
915 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() argument
1173 if (!endBR || !endBR->inDocument()) in shouldRemoveEndBR()
1176 VisiblePosition visiblePos(positionBeforeNode(endBR)); in shouldRemoveEndBR()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3138481 (WebCore::ReplaceSelectionCommand::shouldRemoveEndBR): An endBR that was
DChangeLog-2007-10-1420761 endBR when there's a trailing interchange newline.