Home
last modified time | relevance | path

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

/external/chromium_org/tools/idl_parser/
Didl_ppapi_parser.py47 Copyright = self.BuildComment('Copyright', p, 1)
48 Filedoc = self.BuildComment('Comment', p, 2)
Didl_parser.py166 Copyright = self.BuildComment('Copyright', p, 1)
167 Filedoc = self.BuildComment('Comment', p, 2)
181 p[0] = ListFromConcat(self.BuildComment('Comment', p, 1), p[2])
924 def BuildComment(self, cls, p, index): member in IDLParser
/external/chromium_org/ppapi/generators/
Didl_parser.py218 Copyright = self.BuildComment('Copyright', p, 1)
219 Filedoc = self.BuildComment('Comment', p, 2)
226 Copyright = self.BuildComment('Copyright', p, 1)
280 child = self.BuildComment('Comment', p, 1)
894 def BuildComment(self, cls, p, index): member in IDLParser