Home | History | Annotate | Download | only in editing

Lines Matching refs:placeholder

700     // To avoid this, we add a placeholder node before the start of the paragraph.
702 RefPtr<Node> placeholder = createBreakElement(document());
703 insertNodeBefore(placeholder, startOfParagraphToMove.deepEquivalent().node());
704 destination = VisiblePosition(Position(placeholder.get(), 0));
807 // Insert content between the two blockquotes, but remove the br (since it was just a placeholder).
1060 // A br that was originally acting as a line break should still be acting as a line break, not as a placeholder.