Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Derror_fixer.py179 tokenutil.InsertBlankLineAfter(token.previous)
181 tokenutil.InsertBlankLineAfter(token)
205 tokenutil.InsertBlankLineAfter(token.previous)
377 tokenutil.InsertBlankLineAfter(insert_location)
390 tokenutil.InsertBlankLineAfter(insert_location)
Dtokenutil.py307 def InsertBlankLineAfter(token): function