Home
last modified time | relevance | path

Searched refs:GetClosurizedNamespace (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dclosurizednamespacesinfo.py166 if self.GetClosurizedNamespace(namespace) is None:
191 if self.GetClosurizedNamespace(namespace) is None:
437 namespace=self.GetClosurizedNamespace(
461 namespace = self.GetClosurizedNamespace(identifier)
521 namespace = self.GetClosurizedNamespace(identifier)
539 def GetClosurizedNamespace(self, identifier): member in ClosurizedNamespacesInfo
Dclosurizednamespacesinfo_test.py71 actual_namespace = namespaces_info.GetClosurizedNamespace(identifier)
Djavascriptlintrules.py95 namespace = namespaces_info.GetClosurizedNamespace(identifier)