Searched defs:RunFunctionAndReturnError (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dapi_unittest.cc94 std::string ApiUnitTest::RunFunctionAndReturnError( function in class:extensions::ApiUnitTest
98 return utils::RunFunctionAndReturnError(function, args, browser_context());
H A Dapi_test_utils.cc135 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, function in namespace:extensions::api_test_utils
138 return RunFunctionAndReturnError(function, args, context, NONE);
141 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, function in namespace:extensions::api_test_utils
/external/chromium_org/chrome/browser/extensions/
H A Dextension_api_unittest.cc81 std::string ExtensionApiUnittest::RunFunctionAndReturnError( function in class:extensions::ExtensionApiUnittest
86 return utils::RunFunctionAndReturnError(function, args, browser());
H A Dextension_function_test_utils.cc148 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, function in namespace:extension_function_test_utils
151 return RunFunctionAndReturnError(function, args, browser, NONE);
153 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, function in namespace:extension_function_test_utils
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc554 std::string RunFunctionAndReturnError( function in class:extensions::__anon3693::DownloadExtensionTest
558 return extension_function_test_utils::RunFunctionAndReturnError(
819 RunFunctionAndReturnError(
838 RunFunctionAndReturnError(
847 RunFunctionAndReturnError(
873 error = RunFunctionAndReturnError(new DownloadsRemoveFileFunction(),
908 error = RunFunctionAndReturnError(
913 error = RunFunctionAndReturnError(
918 error = RunFunctionAndReturnError(
923 error = RunFunctionAndReturnError(
[all...]

Completed in 100 milliseconds