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

  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 166 for property_name in ('OPTIONAL', 'nodoc', 'nocompile', 'nodart'):
300 for property_name in ('inline_doc', 'noinline_doc', 'nodoc'):
312 def __init__(self, namespace_node, description, nodoc=False, internal=False):
314 self.nodoc = nodoc
339 'nodoc': self.nodoc,
364 nodoc = False
374 namespace = Namespace(node, description, nodoc, internal)
376 nodoc = Fals
    [all...]
cpp_type_generator.py 250 def GeneratePropertyValues(self, property, line, nodoc=False):
254 if not nodoc:
269 nodoc=nodoc)
cc_generator.py 65 nodoc=True)
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 208 // Do not render page for modules which are marked as "nodoc": true.
209 if (mod.nodoc) {
336 return !module.nodoc && module.namespace.indexOf("experimental") < 0;
344 return !module.nodoc && module.namespace.indexOf("experimental") == 0;
352 return !module.nodoc && module.namespace.indexOf("webInspector.") !== 0;
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 108 If the API namespace is defined "nodoc" then an empty dict is returned.
116 if module.has_key('nodoc'):
135 # Exclude modules with a "nodoc" property.
137 if "nodoc" not in module)

Completed in 6085 milliseconds