Searched refs:LintRunner (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dlintrunner.py23 class LintRunner(object): class in inherits:object
27 if self.__class__ == LintRunner:
28 raise NotImplementedError('class LintRunner is abstract')
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dlintrunner.py23 class LintRunner(object): class in inherits:object
27 if self.__class__ == LintRunner:
28 raise NotImplementedError('class LintRunner is abstract')
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dchecker.py116 class GJsLintRunner(lintrunner.LintRunner):

Completed in 188 milliseconds