HomeSort by relevance Sort by last modified time
    Searched refs:RunFunctionAndReturnSingleResult (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_apitest.cc 13 using extensions::api_test_utils::RunFunctionAndReturnSingleResult;
28 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
  /external/chromium_org/extensions/browser/api/sockets_tcp/
sockets_tcp_apitest.cc 11 using extensions::api_test_utils::RunFunctionAndReturnSingleResult;
26 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/browser/
browser_apitest.cc 33 base::Value* result = utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/extensions/browser/api/socket/
socket_apitest.cc 13 using extensions::api_test_utils::RunFunctionAndReturnSingleResult;
27 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
44 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
61 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
  /external/chromium_org/extensions/browser/api/dns/
dns_apitest.cc 20 using extensions::api_test_utils::RunFunctionAndReturnSingleResult;
54 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
78 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_apitest.cc 58 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
69 result.reset(utils::RunFunctionAndReturnSingleResult(
80 result.reset(utils::RunFunctionAndReturnSingleResult(
162 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
178 result.reset(utils::RunFunctionAndReturnSingleResult(
189 result.reset(utils::RunFunctionAndReturnSingleResult(
200 result.reset(utils::RunFunctionAndReturnSingleResult(
304 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
314 result.reset(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_interactive_test.cc 44 utils::RunFunctionAndReturnSingleResult(function.get(),
49 // on what was passed to RunFunctionAndReturnSingleResult.
57 utils::RunFunctionAndReturnSingleResult(function.get(),
62 // on what was passed to RunFunctionAndReturnSingleResult.
94 utils::RunFunctionAndReturnSingleResult(function.get(),
111 utils::RunFunctionAndReturnSingleResult(function.get(),
tabs_test.cc 69 utils::RunFunctionAndReturnSingleResult(
85 utils::RunFunctionAndReturnSingleResult(
111 utils::RunFunctionAndReturnSingleResult(
136 utils::RunFunctionAndReturnSingleResult(
155 utils::RunFunctionAndReturnSingleResult(function.get(),
160 // to RunFunctionAndReturnSingleResult.
169 utils::RunFunctionAndReturnSingleResult(function.get(),
174 // to RunFunctionAndReturnSingleResult.
195 utils::RunFunctionAndReturnSingleResult(function.get(),
217 utils::RunFunctionAndReturnSingleResult(function.get()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_apitest.cc 63 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.h 89 base::Value* RunFunctionAndReturnSingleResult(
94 base::Value* RunFunctionAndReturnSingleResult(
extension_api_unittest.cc 49 utils::RunFunctionAndReturnSingleResult(function, args, browser()));
extension_function_test_utils.cc 165 base::Value* RunFunctionAndReturnSingleResult(
169 return RunFunctionAndReturnSingleResult(function, args, browser, NONE);
171 base::Value* RunFunctionAndReturnSingleResult(
  /external/chromium_org/extensions/browser/
api_test_utils.h 52 base::Value* RunFunctionAndReturnSingleResult(
56 base::Value* RunFunctionAndReturnSingleResult(
api_unittest.cc 60 return scoped_ptr<base::Value>(utils::RunFunctionAndReturnSingleResult(
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/api/browsing_data/
browsing_data_test.cc 26 using extension_function_test_utils::RunFunctionAndReturnSingleResult;
93 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
114 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
126 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
141 scoped_ptr<base::Value> result_value(RunFunctionAndReturnSingleResult(
190 scoped_ptr<base::Value> result_value(RunFunctionAndReturnSingleResult(
248 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
313 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(function.get(),
417 scoped_ptr<base::Value> result_value(RunFunctionAndReturnSingleResult(
432 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_network/
system_network_apitest.cc 45 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc 146 util::RunFunctionAndReturnSingleResult(
167 util::RunFunctionAndReturnSingleResult(
196 scoped_ptr<base::Value> result(util::RunFunctionAndReturnSingleResult(
206 result.reset(util::RunFunctionAndReturnSingleResult(
280 scoped_ptr<base::Value> result(util::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 235 utils::RunFunctionAndReturnSingleResult(
257 utils::RunFunctionAndReturnSingleResult(
277 utils::RunFunctionAndReturnSingleResult(
293 utils::RunFunctionAndReturnSingleResult(
301 utils::RunFunctionAndReturnSingleResult(
343 utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_browsertest.cc 43 using extension_function_test_utils::RunFunctionAndReturnSingleResult;
97 RunFunctionAndReturnSingleResult(function.get(),
111 RunFunctionAndReturnSingleResult(function.get(), "[]", browser()));
232 RunFunctionAndReturnSingleResult(function.get(),
301 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
345 RunFunctionAndReturnSingleResult(function.get(),
  /external/chromium_org/extensions/browser/api/runtime/
runtime_apitest.cc 48 extension_function_test_utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_apitest.cc 80 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 338 utils::RunFunctionAndReturnSingleResult(
367 utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 180 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
208 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_apitest.cc 51 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(

Completed in 174 milliseconds

1 2