HomeSort by relevance Sort by last modified time
    Searched refs:single_result (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 182 const base::Value* single_result = NULL; local
184 function->GetResultList()->Get(0, &single_result)) {
185 return single_result->DeepCopy();
  /external/chromium_org/extensions/browser/
api_test_utils.cc 107 const base::Value* single_result = NULL; local
109 function->GetResultList()->Get(0, &single_result)) {
110 return single_result->DeepCopy();
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 140 const base::Value* single_result = NULL; local
142 function->GetResultList()->Get(0, &single_result)) {
143 return single_result->DeepCopy();
    [all...]

Completed in 223 milliseconds