HomeSort by relevance Sort by last modified time
    Searched full:v8_set_return_value (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_methods.py 126 'v8_set_return_value': v8_set_return_value(method, this_cpp_value),
150 'v8_set_return_value': v8_set_return_value(method, this_cpp_value),
173 def v8_set_return_value(method, cpp_value): function
180 return v8_types.v8_set_return_value(idl_type, cpp_value, method.extended_attributes)
v8_types.py 501 if idl_type in V8_SET_RETURN_VALUE: # Special v8SetReturnValue treatment
510 V8_SET_RETURN_VALUE = {
535 def v8_set_return_value(idl_type, cpp_value, extended_attributes=None, script_wrappable=''): function
551 format_string = V8_SET_RETURN_VALUE[this_v8_conversion_type]
v8_attributes.py 158 v8_set_return_value_statement = v8_types.v8_set_return_value(idl_type, cpp_value, extended_attributes=extended_attributes, script_wrappable='imp')
162 'v8_set_return_value': v8_set_return_value_statement,
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 43 {{cpp_method_call(method, method.v8_set_return_value, method.cpp_value) | indent}}
85 {{cpp_method_call(method, argument.v8_set_return_value, argument.cpp_value) | indent}}
146 {% macro cpp_method_call(method, v8_set_return_value, cpp_value) %}
177 {% if v8_set_return_value %}{{v8_set_return_value}};{% endif %}{# None for void #}
attributes.cpp 74 {{attribute.v8_set_return_value}};
77 {{attribute.v8_set_return_value}};

Completed in 614 milliseconds