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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 396 def __init__(self, union_member_types=None):
397 self.union_member_types = union_member_types or []
401 'UnionType::unionMemberTypes': self.union_member_types,
idl_definitions_builder.py 521 union_member_types = []
524 union_member_types.append(member_type)
525 return IdlUnionType(union_member_types=union_member_types)

Completed in 1088 milliseconds