Searched defs:idl_type (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
| D | v8_types.py | 122 def cpp_type(idl_type, extended_attributes=None, used_as_argument=False, used_as_variadic_argument=… argument 188 def cpp_type_union(idl_type, extended_attributes=None, used_as_argument=False): argument 233 def implemented_as(idl_type): argument 269 def gc_type(idl_type): argument 314 def includes_for_type(idl_type): argument 349 def add_includes_for_type(idl_type): argument 407 def v8_value_to_cpp_value(idl_type, extended_attributes, v8_value, index): argument 460 def v8_value_to_local_cpp_value(idl_type, extended_attributes, v8_value, variable_name, index=None,… argument 496 def preprocess_idl_type(idl_type): argument 508 def preprocess_idl_type_and_value(idl_type, cpp_value, extended_attributes): argument [all …]
|
| D | v8_callback_interface.py | 56 def cpp_type(idl_type): argument
|
| D | v8_methods.py | 342 def union_arguments(idl_type): argument
|
| D | idl_definitions.py | 83 idl_type = None variable in TypedObject 401 def __init__(self, idl_type, value): argument
|
| D | v8_utilities.py | 110 def enum_validation_expression(idl_type): argument
|
| D | v8_interface.py | 905 def is_null_expression(idl_type): argument
|