Searched defs:extended_attributes (Results 1 – 3 of 3) 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 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 508 def preprocess_idl_type_and_value(idl_type, cpp_value, extended_attributes): argument 530 def v8_conversion_type(idl_type, extended_attributes): argument 606 def v8_set_return_value(idl_type, cpp_value, extended_attributes=None, script_wrappable='', release… argument 634 def v8_set_return_value_union(idl_type, cpp_value, extended_attributes=None, script_wrappable='', r… argument 682 …pp_value, isolate='info.GetIsolate()', creation_context='info.Holder()', extended_attributes=None): argument
|
| D | generate_global_constructors.py | 97 def generate_global_constructors_list(interface_name, extended_attributes): argument
|
| D | idl_definitions.py | 639 def extended_attributes_to_constructors(extended_attributes): argument 671 def clear_constructor_attributes(extended_attributes): argument
|