Home
last modified time | relevance | path

Searched refs:single_result (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
Dapi_test_utils.cc107 const base::Value* single_result = NULL; in RunFunctionWithDelegateAndReturnSingleResult() local
109 function->GetResultList()->Get(0, &single_result)) { in RunFunctionWithDelegateAndReturnSingleResult()
110 return single_result->DeepCopy(); in RunFunctionWithDelegateAndReturnSingleResult()
/external/chromium_org/chrome/browser/extensions/
Dextension_function_test_utils.cc182 const base::Value* single_result = NULL; in RunFunctionAndReturnSingleResult() local
184 function->GetResultList()->Get(0, &single_result)) { in RunFunctionAndReturnSingleResult()
185 return single_result->DeepCopy(); in RunFunctionAndReturnSingleResult()
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_apitest.cc140 const base::Value* single_result = NULL; in WaitForSingleResult() local
142 function->GetResultList()->Get(0, &single_result)) { in WaitForSingleResult()
143 return single_result->DeepCopy(); in WaitForSingleResult()