Searched refs:result_wrapper (Results 1 – 3 of 3) sorted by relevance
190 const base::ListValue& result_wrapper) { in SetPrimitiveResult() argument192 primitive_result_.reset(result_wrapper.DeepCopy()); in SetPrimitiveResult()232 base::ListValue result_wrapper; in InvokeMethod() local235 result_wrapper.AppendBoolean( in InvokeMethod()240 result_wrapper.AppendInteger( in InvokeMethod()245 result_wrapper.AppendInteger( in InvokeMethod()250 result_wrapper.AppendInteger( in InvokeMethod()255 result_wrapper.AppendInteger( in InvokeMethod()260 result_wrapper.AppendDouble( in InvokeMethod()269 result_wrapper.AppendDouble(result); in InvokeMethod()[all …]
86 void SetPrimitiveResult(const base::ListValue& result_wrapper);
119 base::ListValue result_wrapper; in InvokeJavaMethod() local125 &result_wrapper, in InvokeJavaMethod()128 if (result_wrapper.Get(0, &result)) { in InvokeJavaMethod()