Home
last modified time | relevance | path

Searched refs:targetBlockquote (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DIndentOutdentCommand.cpp101 …aph, const VisiblePosition& endOfCurrentParagraph, RefPtr<Element>& targetBlockquote, Node* nodeTo… in indentIntoBlockquote() argument
105 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()
DIndentOutdentCommand.h58 …te(const VisiblePosition&, const VisiblePosition&, RefPtr<Element>& targetBlockquote, Node* nodeTo…