Home
last modified time | relevance | path

Searched refs:script_wrappable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_types.py748 def v8_set_return_value(idl_type, cpp_value, extended_attributes=None, script_wrappable='', release… argument
753 if not script_wrappable:
772 statement = format_string.format(cpp_value=cpp_value, script_wrappable=script_wrappable)
776 def v8_set_return_value_union(idl_type, cpp_value, extended_attributes=None, script_wrappable='', r… argument
Dv8_methods.py339 script_wrappable = 'impl' if inherits_interface(interface_name, 'Node') else ''
340 …dl_type.v8_set_return_value(cpp_value, extended_attributes, script_wrappable=script_wrappable, rel…
Dv8_attributes.py203 …et_return_value(cpp_value, extended_attributes=extended_attributes, script_wrappable='impl', relea…
Dv8_interface.py1022 …set_return_value('result', extended_attributes=extended_attributes, script_wrappable='impl', relea…