Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_types.py122 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 …]
Dv8_callback_interface.py56 def cpp_type(idl_type): argument
Dv8_methods.py342 def union_arguments(idl_type): argument
Didl_definitions.py83 idl_type = None variable in TypedObject
401 def __init__(self, idl_type, value): argument
Dv8_utilities.py110 def enum_validation_expression(idl_type): argument
Dv8_interface.py905 def is_null_expression(idl_type): argument