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

  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 174 EXPECT_FALSE(function->GetResultList()) << "Did not expect a result";
196 if (function->GetResultList() != NULL &&
197 function->GetResultList()->Get(0, &single_result)) {
  /external/chromium_org/extensions/browser/
extension_function.cc 104 const base::ListValue* ExtensionFunction::GetResultList() {
extension_function.h 115 // method. Derived classes should be ready to return GetResultList() and
148 const base::ListValue* GetResultList();
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 134 return function->GetResultList() != NULL;
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 117 EXPECT_FALSE(function->GetResultList()) << "Did not expect a result";
126 if (function->GetResultList() != NULL &&
127 function->GetResultList()->Get(0, &single_result)) {
    [all...]

Completed in 121 milliseconds