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

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.h68 bool shouldRemoveEndBR(Node*, const VisiblePosition&);
H A DReplaceSelectionCommand.cpp1044 if (endBR && (plainTextFragment || shouldRemoveEndBR(endBR, originalVisPosBeforeEndBR)))
1171 bool ReplaceSelectionCommand::shouldRemoveEndBR(Node* endBR, const VisiblePosition& originalVisPosBeforeEndBR) function in class:WebCore::ReplaceSelectionCommand

Completed in 118 milliseconds