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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_types.py 31 Extends IdlType and IdlUnionType with V8-specific properties, methods, and
42 from idl_types import IdlTypeBase, IdlType, IdlUnionType, IdlArrayOrSequenceType, IdlNullableType
230 IdlUnionType.cpp_type = property(cpp_type_union)
231 IdlUnionType.cpp_type_initializer = property(cpp_type_initializer_union)
232 IdlUnionType.cpp_type_args = cpp_type_union
380 IdlUnionType.includes_for_type = property(
783 IdlUnionType.v8_set_return_value = v8_set_return_value_union
786 IdlUnionType.release = property(
    [all...]
idl_types.py 9 IdlUnionType
103 """Base class for IdlType, IdlUnionType, IdlArrayOrSequenceType and IdlNullableType."""
201 return isinstance(self, IdlUnionType)
235 # IdlUnionType
238 class IdlUnionType(IdlTypeBase):
241 super(IdlUnionType, self).__init__()
v8_methods.py 32 Extends IdlTypeBase and IdlUnionType with property |union_arguments|.
38 from idl_types import IdlTypeBase, IdlUnionType, inherits_interface
435 IdlUnionType.union_arguments = property(union_arguments)
idl_definitions.py 65 from idl_types import IdlType, IdlUnionType, IdlArrayType, IdlSequenceType, IdlNullableType
    [all...]

Completed in 41 milliseconds