HomeSort by relevance Sort by last modified time
    Searched defs:RunFunctionAndReturnSingleResult (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
api_test_utils.cc 115 base::Value* RunFunctionAndReturnSingleResult(
119 return RunFunctionAndReturnSingleResult(function, args, context, NONE);
122 base::Value* RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 165 base::Value* RunFunctionAndReturnSingleResult(
169 return RunFunctionAndReturnSingleResult(function, args, browser, NONE);
171 base::Value* RunFunctionAndReturnSingleResult(

Completed in 79 milliseconds