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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 247 def __init__(self, data_type=None, extended_attributes=None, getter_exceptions=None, is_nullable=False, is_static=False, is_read_only=False, name=None, setter_exceptions=None):
251 self.is_nullable = is_nullable
261 'domAttribute::isNullable': boolean_to_perl_quoted(false_to_none(self.is_nullable)),
314 def __init__(self, name=None, data_type=None, extended_attributes=None, is_optional=False, is_nullable=None, is_variadic=False):
327 self.is_nullable = is_nullable # (T?)
335 'domParameter::isNullable': boolean_to_perl_quoted(self.is_nullable),
idl_definitions_builder.py 127 is_nullable = False
137 is_nullable = child.GetProperty('NULLABLE') or False
143 return IdlAttribute(data_type=data_type, extended_attributes=extended_attributes, is_nullable=is_nullable, is_read_only=is_read_only, is_static=is_static, name=name)
225 is_nullable = False
233 is_nullable = child.GetProperty('NULLABLE')
244 return IdlArgument(name=name, data_type=data_type, extended_attributes=extended_attributes, is_nullable=is_nullable, is_optional=is_optional, is_variadic=is_variadic)
  /external/chromium_org/third_party/libxml/src/
relaxng.c 144 #define IS_NULLABLE (1 << 0)
4087 int is_nullable = 0; local
    [all...]
  /external/libxml2/
relaxng.c 144 #define IS_NULLABLE (1 << 0)
4087 int is_nullable = 0; local
    [all...]

Completed in 127 milliseconds