Home
last modified time | relevance | path

Searched refs:CheckToken (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dxsrf.py48 def CheckToken(self, *args, **kwargs): function
55 return CheckToken
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dcheckerbase.py62 def CheckToken(self, token, parser_state): member in LintRulesBase
154 self._lint_rules.CheckToken(token, self._state_tracker)
Djavascriptlintrules.py66 def CheckToken(self, token, state): member in JavaScriptLintRules
75 super(JavaScriptLintRules, self).CheckToken(token, state)
Decmalintrules.py302 def CheckToken(self, token, state): member in EcmaScriptLintRules
319 indentation_errors = self._indentation.CheckToken(token, state)
Dindentation.py127 def CheckToken(self, token, state): member in IndentationRules