HomeSort by relevance Sort by last modified time
    Searched refs:script_wrappable (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_types.py 743 'DOMWrapperFast': 'v8SetReturnValueFast(info, WTF::getPtr({cpp_value}), {script_wrappable})',
748 def v8_set_return_value(idl_type, cpp_value, extended_attributes=None, script_wrappable='', release=False, for_main_world=False):
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='', release=False, for_main_world=False):
    [all...]
v8_methods.py 339 script_wrappable = 'impl' if inherits_interface(interface_name, 'Node') else ''
340 return idl_type.v8_set_return_value(cpp_value, extended_attributes, script_wrappable=script_wrappable, release=release, for_main_world=for_main_world)
v8_attributes.py 203 return idl_type.v8_set_return_value(cpp_value, extended_attributes=extended_attributes, script_wrappable='impl', release=release, for_main_world=for_main_world)
v8_interface.py     [all...]

Completed in 72 milliseconds