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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_types.py 13 IdlNullableType
103 """Base class for IdlType, IdlUnionType, IdlArrayOrSequenceType and IdlNullableType."""
112 # allows us to relay __getattr__ in IdlNullableType to the inner type.
304 # IdlNullableType
307 class IdlNullableType(IdlTypeBase):
309 super(IdlNullableType, self).__init__()
idl_definitions.py 65 from idl_types import IdlType, IdlUnionType, IdlArrayType, IdlSequenceType, IdlNullableType
762 base_type = IdlNullableType(base_type)
    [all...]
v8_types.py 42 from idl_types import IdlTypeBase, IdlType, IdlUnionType, IdlArrayOrSequenceType, IdlNullableType
652 idl_type = IdlNullableType(idl_type)
    [all...]

Completed in 51 milliseconds