HomeSort by relevance Sort by last modified time
    Searched refs:nodoc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
schema_util.py 15 if item.get('nodoc', False):
94 extension of the file at the given |path|. Then, trims 'nodoc' and handles
103 # documented. Otherwise, only nodes that request 'nodoc' are removed.
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 149 if self.node.GetProperty('nodoc'):
150 result['nodoc'] = True
173 for property_name in ('OPTIONAL', 'nodoc', 'nocompile', 'nodart'):
322 'inline_doc', 'noinline_doc', 'nodoc', 'cpp_enum_prefix_override',):
339 nodoc=False,
345 self.nodoc = nodoc
377 'nodoc': self.nodoc,
406 nodoc = Fals
    [all...]
cpp_type_generator.py 258 def GeneratePropertyValues(self, property, line, nodoc=False):
262 if not nodoc:
277 nodoc=nodoc)
cc_generator.py 68 nodoc=True)
    [all...]

Completed in 553 milliseconds