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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.h81 bool shouldRemoveEndBR(Node*, const VisiblePosition&);
H A DReplaceSelectionCommand.cpp1141 if (endBR && (plainTextFragment || shouldRemoveEndBR(endBR.get(), originalVisPosBeforeEndBR))) {
1245 bool ReplaceSelectionCommand::shouldRemoveEndBR(Node* endBR, const VisiblePosition& originalVisPosBeforeEndBR) function in class:WebCore::ReplaceSelectionCommand
1507 && shouldRemoveEndBR(nodeAfterInsertionPos.get(), positionBeforeNode(nodeAfterInsertionPos.get())))

Completed in 257 milliseconds