Home
last modified time | relevance | path

Searched refs:wrapped_result (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/android/java/
Dgin_java_bridge_dispatcher_host.cc433 base::ListValue* wrapped_result, in OnInvokeMethod() argument
440 wrapped_result->Append(base::Value::CreateNullValue()); in OnInvokeMethod()
456 wrapped_result->Swap(result_copy.get()); in OnInvokeMethod()
468 wrapped_result->Append( in OnInvokeMethod()
472 wrapped_result->Append(base::Value::CreateNullValue()); in OnInvokeMethod()
/external/chromium_org/components/autofill/core/browser/webdata/
Dweb_data_service_unittest.cc59 const WDResult<T>* wrapped_result = in OnWebDataServiceRequestDone() local
61 result_ = wrapped_result->GetValue(); in OnWebDataServiceRequestDone()