Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Derror_fixer.py231 tokenutil.InsertBlankLineAfter(token.previous)
233 tokenutil.InsertBlankLineAfter(token)
257 tokenutil.InsertBlankLineAfter(token.previous)
473 tokenutil.InsertBlankLineAfter(insert_location)
488 tokenutil.InsertBlankLineAfter(insert_location)
Dtokenutil.py356 def InsertBlankLineAfter(token): function