Searched refs:single_result (Results 1 – 2 of 2) sorted by relevance
195 const base::Value* single_result = NULL; in RunFunctionAndReturnSingleResult() local197 function->GetResultList()->Get(0, &single_result)) { in RunFunctionAndReturnSingleResult()198 return single_result->DeepCopy(); in RunFunctionAndReturnSingleResult()
138 const base::Value* single_result = NULL; in WaitForSingleResult() local140 function->GetResultList()->Get(0, &single_result)) { in WaitForSingleResult()141 return single_result->DeepCopy(); in WaitForSingleResult()