Home | History | Annotate | Download | only in editing

Lines Matching defs:placeholder

113     // If we're already on a break, it's probably a placeholder and we shouldn't change our position.
741 // To avoid this, we add a placeholder node before the start of the paragraph.
743 RefPtr<Node> placeholder = createBreakElement(document());
744 insertNodeBefore(placeholder, startOfParagraphToMove.deepEquivalent().deprecatedNode());
745 destination = VisiblePosition(positionBeforeNode(placeholder.get()));
898 // Insert content between the two blockquotes, but remove the br (since it was just a placeholder).
1056 // We insert a placeholder before the newly inserted content to avoid being merged into the inline.
1187 // A br that was originally acting as a line break should still be acting as a line break, not as a placeholder.