OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RunFunctionAndReturnError
(Results
1 - 5
of
5
) 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
148
std::string
RunFunctionAndReturnError
(UIThreadExtensionFunction* function,
151
return
RunFunctionAndReturnError
(function, args, browser, NONE);
153
std::string
RunFunctionAndReturnError
(UIThreadExtensionFunction* function,
/external/chromium_org/extensions/browser/
api_unittest.cc
94
std::string ApiUnitTest::
RunFunctionAndReturnError
(
98
return utils::
RunFunctionAndReturnError
(function, args, browser_context());
api_test_utils.cc
135
std::string
RunFunctionAndReturnError
(UIThreadExtensionFunction* function,
138
return
RunFunctionAndReturnError
(function, args, context, NONE);
141
std::string
RunFunctionAndReturnError
(UIThreadExtensionFunction* function,
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc
554
std::string
RunFunctionAndReturnError
(
558
return extension_function_test_utils::
RunFunctionAndReturnError
(
819
RunFunctionAndReturnError
(
838
RunFunctionAndReturnError
(
847
RunFunctionAndReturnError
(
873
error =
RunFunctionAndReturnError
(new DownloadsRemoveFileFunction(),
[
all
...]
Completed in 111 milliseconds