Searched refs:targetBlockquote (Results 1 – 2 of 2) sorted by relevance
101 …aph, const VisiblePosition& endOfCurrentParagraph, RefPtr<Element>& targetBlockquote, Node* nodeTo… in indentIntoBlockquote() argument105 if (!targetBlockquote) { in indentIntoBlockquote()108 targetBlockquote = createIndentBlockquoteElement(document()); in indentIntoBlockquote()112 insertNodeBefore(targetBlockquote, startOfNewBlock); in indentIntoBlockquote()116 appendParagraphIntoNode(startOfCurrentParagraph, endOfCurrentParagraph, targetBlockquote.get()); in indentIntoBlockquote()121 targetBlockquote = 0; in indentIntoBlockquote()
58 …te(const VisiblePosition&, const VisiblePosition&, RefPtr<Element>& targetBlockquote, Node* nodeTo…