Home
last modified time | relevance | path

Searched defs:idl_type (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
Dv8_types.py82 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 …]
Dv8_callback_interface.py55 def cpp_to_v8_conversion(idl_type, name): argument
65 def cpp_type(idl_type): argument
Didl_definitions.py73 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
Dv8_utilities.py93 def enum_validation_expression(idl_type): argument