Searched defs:idl_type (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
D | v8_types.py | 82 def array_or_sequence_type(idl_type): argument 86 def array_type(idl_type): argument 91 def is_basic_type(idl_type): argument 95 def is_callback_function_type(idl_type): argument 103 def is_composite_type(idl_type): argument 110 def is_enum_type(idl_type): argument 114 def enum_values(idl_type): argument 123 def is_interface_type(idl_type): argument 136 def sequence_type(idl_type): argument 141 def is_union_type(idl_type): argument [all …]
|
D | v8_callback_interface.py | 55 def cpp_to_v8_conversion(idl_type, name): argument 65 def cpp_type(idl_type): argument
|
D | idl_definitions.py | 73 idl_type = None variable in TypedObject 140 def __init__(self, name=None, idl_type=None, arguments=None): argument 247 …def __init__(self, idl_type=None, extended_attributes=None, getter_exceptions=None, is_nullable=Fa… argument 271 def __init__(self, name=None, idl_type=None, value=None, extended_attributes=None): argument 287 …def __init__(self, is_static=False, name=None, idl_type=None, extended_attributes=None, specials=N… argument 316 …def __init__(self, name=None, idl_type=None, extended_attributes=None, is_optional=False, is_nulla… argument
|
D | v8_utilities.py | 93 def enum_validation_expression(idl_type): argument
|