HomeSort by relevance Sort by last modified time
    Searched refs:blockquoteForNextIndent (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.h 56 void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockquoteForNextIndent);
IndentOutdentCommand.cpp 227 void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&, RefPtr<Element>& blockquoteForNextIndent)
230 blockquoteForNextIndent = 0;
232 indentIntoBlockquote(start, end, blockquoteForNextIndent);
ApplyBlockElementCommand.cpp 109 RefPtr<Element> blockquoteForNextIndent;
127 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent);
132 blockquoteForNextIndent = 0;

Completed in 40 milliseconds