OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpp_value
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_methods.py
51
this_cpp_value =
cpp_value
(interface, method, len(arguments))
88
'
cpp_value
': this_cpp_value,
135
this_cpp_value =
cpp_value
(interface, method, index)
138
'
cpp_value
': this_cpp_value,
155
def
cpp_value
(interface, method, number_of_arguments):
function
173
def v8_set_return_value(method,
cpp_value
):
179
cpp_value
= 'result' # use local variable for value
180
return v8_types.v8_set_return_value(idl_type,
cpp_value
, method.extended_attributes)
/external/chromium/webkit/glue/
cpp_bound_class.cc
238
CppVariant
cpp_value
;
local
239
if (!callback->second->GetValue(&
cpp_value
))
241
cpp_value
.CopyToNPVariant(result);
251
CppVariant
cpp_value
;
252
cpp_value
.Set(*value);
253
return (*callback).second->SetValue(
cpp_value
);
/external/chromium_org/webkit/renderer/
cpp_bound_class.cc
238
CppVariant
cpp_value
;
local
239
if (!callback->second->GetValue(&
cpp_value
))
241
cpp_value
.CopyToNPVariant(result);
251
CppVariant
cpp_value
;
252
cpp_value
.Set(*value);
253
return (*callback).second->SetValue(
cpp_value
);
/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 178 milliseconds