Home
last modified time | relevance | path

Searched refs:RunFunctionAndReturnError (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
Denterprise_platform_keys_private_api_unittest.cc233 utils::RunFunctionAndReturnError( in TEST_F()
241 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
249 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
256 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
264 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
273 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
281 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
290 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
332 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
341 utils::RunFunctionAndReturnError(func_.get(), kArgs, browser())); in TEST_F()
[all …]
/external/chromium_org/extensions/browser/api/cast_channel/
Dcast_channel_apitest.cc305 std::string error(utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
312 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
319 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
327 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
335 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
349 std::string error(utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
362 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
375 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
388 error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_apitest.cc754 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
765 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
776 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
790 utils::RunFunctionAndReturnError(func.get(), "[{}]", browser()); in IN_PROC_BROWSER_TEST_F()
802 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
815 utils::RunFunctionAndReturnError(func.get(), "[{}]", browser()); in IN_PROC_BROWSER_TEST_F()
832 utils::RunFunctionAndReturnError(func.get(), "[{}]", browser()); in IN_PROC_BROWSER_TEST_F()
846 utils::RunFunctionAndReturnError(func.get(), "[{}]", browser()); in IN_PROC_BROWSER_TEST_F()
905 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
920 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_test.cc53 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
126 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
350 utils::RunFunctionAndReturnError(function.get(), in IN_PROC_BROWSER_TEST_F()
361 utils::RunFunctionAndReturnError(function.get(), in IN_PROC_BROWSER_TEST_F()
381 utils::RunFunctionAndReturnError(function.get(), in IN_PROC_BROWSER_TEST_F()
390 utils::RunFunctionAndReturnError(function.get(), in IN_PROC_BROWSER_TEST_F()
477 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
488 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
499 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
510 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/extensions/browser/
Dapi_test_utils.h65 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
69 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
Dapi_unittest.cc94 std::string ApiUnitTest::RunFunctionAndReturnError( in RunFunctionAndReturnError() function in extensions::ApiUnitTest
98 return utils::RunFunctionAndReturnError(function, args, browser_context()); in RunFunctionAndReturnError()
Dapi_test_utils.cc135 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, in RunFunctionAndReturnError() function
138 return RunFunctionAndReturnError(function, args, context, NONE); in RunFunctionAndReturnError()
141 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, in RunFunctionAndReturnError() function
Dapi_unittest.h75 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
/external/chromium_org/chrome/browser/extensions/
Dextension_api_unittest.cc81 std::string ExtensionApiUnittest::RunFunctionAndReturnError( in RunFunctionAndReturnError() function in extensions::ExtensionApiUnittest
86 return utils::RunFunctionAndReturnError(function, args, browser()); in RunFunctionAndReturnError()
Dextension_function_test_utils.h78 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
82 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function,
Dextension_function_test_utils.cc148 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, in RunFunctionAndReturnError() function
151 return RunFunctionAndReturnError(function, args, browser, NONE); in RunFunctionAndReturnError()
153 std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, in RunFunctionAndReturnError() function
Dextension_api_unittest.h82 std::string RunFunctionAndReturnError(
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc554 std::string RunFunctionAndReturnError( in RunFunctionAndReturnError() function in extensions::__anonff4cecdf0111::DownloadExtensionTest
558 return extension_function_test_utils::RunFunctionAndReturnError( in RunFunctionAndReturnError()
819 RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
838 RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
847 RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
873 error = RunFunctionAndReturnError(new DownloadsRemoveFileFunction(), in IN_PROC_BROWSER_TEST_F()
908 error = RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
913 error = RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
918 error = RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
923 error = RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/system_display/
Dsystem_display_apitest.cc216 utils::RunFunctionAndReturnError(set_info_function.get(), in IN_PROC_BROWSER_TEST_F()
247 utils::RunFunctionAndReturnError(set_info_function.get(), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/browsing_data/
Dbrowsing_data_test.cc25 using extension_function_test_utils::RunFunctionAndReturnError;
252 RunFunctionAndReturnError(function.get(), args, browser()), in CheckRemovalPermitted()
270 MatchPattern(RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/management/
Dmanagement_api_browsertest.cc131 util::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
176 util::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_apitest.cc182 utils::RunFunctionAndReturnError(start_function.get(), "[]", browser())); in IN_PROC_BROWSER_TEST_F()
199 utils::RunFunctionAndReturnError(start_function.get(), "[]", browser()); in IN_PROC_BROWSER_TEST_F()
220 utils::RunFunctionAndReturnError(stop_function.get(), "[]", browser()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/debugger/
Ddebugger_apitest.cc83 extension_function_test_utils::RunFunctionAndReturnError( in RunAttachFunction()
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
Dwebrtc_audio_private_browsertest.cc42 using extension_function_test_utils::RunFunctionAndReturnError;
255 std::string error(RunFunctionAndReturnError(function.get(), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/extensions/
Decho_private_apitest.cc123 std::string error = utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_apitest.cc325 EXPECT_TRUE(MatchPattern(utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
334 EXPECT_TRUE(MatchPattern(utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dfile_browser_handler_api_test.cc308 utils::RunFunctionAndReturnError( in IN_PROC_BROWSER_TEST_F()