Searched refs:BuildComment (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/tools/idl_parser/ |
D | idl_ppapi_parser.py | 47 Copyright = self.BuildComment('Copyright', p, 1) 48 Filedoc = self.BuildComment('Comment', p, 2)
|
D | idl_parser.py | 166 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/ |
D | idl_parser.py | 218 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
|