Searched refs:formatRange (Results 1 – 7 of 7) sorted by relevance
/external/clang/tools/clang-format/ |
D | clang-format-diff.py | 53 def formatRange(r, style): function 112 formatRange(r, args.style)
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | ApplyBlockElementCommand.h | 50 …virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelectio…
|
D | FormatBlockCommand.h | 57 …void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPt…
|
D | IndentOutdentCommand.h | 56 …void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPt…
|
D | FormatBlockCommand.cpp | 62 void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& en… in formatRange() function in WebCore::FormatBlockCommand
|
D | IndentOutdentCommand.cpp | 238 void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&,… in formatRange() function in WebCore::IndentOutdentCommand
|
D | ApplyBlockElementCommand.cpp | 136 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent); in formatSelection()
|