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

/external/chromium_org/tools/idl_parser/
H A Didl_ppapi_parser.py47 Copyright = self.BuildComment('Copyright', p, 1)
48 Filedoc = self.BuildComment('Comment', p, 2)
H A 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])
993 def BuildComment(self, cls, p, index): member in class:IDLParser
/external/chromium_org/ppapi/generators/
H A Didl_parser.py218 Copyright = self.BuildComment('Copyright', p, 1)
219 Filedoc = self.BuildComment('Comment', p, 2)
226 Copyright = self.BuildComment('Copyright', p, 1)
307 child = self.BuildComment('Comment', p, 1)
955 def BuildComment(self, cls, p, index): member in class:IDLParser

Completed in 2664 milliseconds