HomeSort by relevance Sort by last modified time
    Searched defs:cpp_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_methods.py 73 this_cpp_value = cpp_value(interface, method, len(arguments))
126 'cpp_value': this_cpp_value,
192 this_cpp_value = cpp_value(interface, method, index)
205 'cpp_value': this_cpp_value,
256 def cpp_value(interface, method, number_of_arguments): function
293 cpp_arguments.extend([member_argument['cpp_value']
317 def v8_set_return_value(interface_name, method, cpp_value, for_main_world=False):
334 cpp_value = 'result.get()'
336 cpp_value = 'result'
340 return idl_type.v8_set_return_value(cpp_value, extended_attributes, script_wrappable=script_wrappable, release=release, for_main_world=for_main_ (…)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_query.cc 198 ValueType cpp_value; local
199 if (!GetAs(value, &cpp_value)) return DownloadQuery::FilterCallback();
200 return base::Bind(&FieldMatches<ValueType>, cpp_value, cmptype,

Completed in 701 milliseconds