Searched refs:single_result (Results 1 – 3 of 3) sorted by relevance
107 const base::Value* single_result = NULL; in RunFunctionWithDelegateAndReturnSingleResult() local109 function->GetResultList()->Get(0, &single_result)) { in RunFunctionWithDelegateAndReturnSingleResult()110 return single_result->DeepCopy(); in RunFunctionWithDelegateAndReturnSingleResult()
182 const base::Value* single_result = NULL; in RunFunctionAndReturnSingleResult() local184 function->GetResultList()->Get(0, &single_result)) { in RunFunctionAndReturnSingleResult()185 return single_result->DeepCopy(); in RunFunctionAndReturnSingleResult()
140 const base::Value* single_result = NULL; in WaitForSingleResult() local142 function->GetResultList()->Get(0, &single_result)) { in WaitForSingleResult()143 return single_result->DeepCopy(); in WaitForSingleResult()