Searched refs:blockquoteForNextIndent (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | IndentOutdentCommand.cpp | 227 …st Position& start, const Position& end, const Position&, RefPtr<Element>& blockquoteForNextIndent) in formatRange() argument 230 blockquoteForNextIndent = 0; in formatRange() 232 indentIntoBlockquote(start, end, blockquoteForNextIndent); in formatRange()
|
D | ApplyBlockElementCommand.cpp | 109 RefPtr<Element> blockquoteForNextIndent; in formatSelection() local 127 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent); in formatSelection() 132 blockquoteForNextIndent = 0; in formatSelection()
|
D | IndentOutdentCommand.h | 56 …rt, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockquoteForNextIndent);
|