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

  /external/chromium_org/chrome/browser/extensions/
extension_api_unittest.cc 81 std::string ExtensionApiUnittest::RunFunctionAndReturnError(
86 return utils::RunFunctionAndReturnError(function, args, browser());
extension_function_test_utils.cc 161 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
164 return RunFunctionAndReturnError(function, args, browser, NONE);
166 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 553 std::string RunFunctionAndReturnError(
557 return extension_function_test_utils::RunFunctionAndReturnError(
812 RunFunctionAndReturnError(
831 RunFunctionAndReturnError(
840 RunFunctionAndReturnError(
866 error = RunFunctionAndReturnError(new DownloadsRemoveFileFunction(),
    [all...]

Completed in 4451 milliseconds