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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_methods.py 184 'v8_set_return_value_for_main_world': v8_set_return_value(interface.name, method, this_cpp_value, for_main_world=True),
236 'v8_set_return_value_for_main_world': v8_set_return_value(interface.name, method, this_cpp_value, for_main_world=True),
317 def v8_set_return_value(interface_name, method, cpp_value, for_main_world=False):
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 200 def v8_set_return_value_statement(for_main_world=False):
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)
210 'v8_set_return_value_for_main_world': v8_set_return_value_statement(for_main_world=True),
v8_types.py 748 def v8_set_return_value(idl_type, cpp_value, extended_attributes=None, script_wrappable='', release=False, for_main_world=False):
755 if for_main_world:
776 def v8_set_return_value_union(idl_type, cpp_value, extended_attributes=None, script_wrappable='', release=False, for_main_world=False):
    [all...]

Completed in 328 milliseconds