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

1 2

  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 59 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
85 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
119 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
147 utils::RunFunctionAndReturnSingleResult(notification_function.get(),
168 utils::RunFunctionAndReturnSingleResult(notification_function.get(),
191 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
217 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
346 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
394 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
413 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 63 utils::RunFunctionAndReturnSingleResult(
79 utils::RunFunctionAndReturnSingleResult(
105 utils::RunFunctionAndReturnSingleResult(
130 utils::RunFunctionAndReturnSingleResult(
149 utils::RunFunctionAndReturnSingleResult(function.get(),
154 // to RunFunctionAndReturnSingleResult.
163 utils::RunFunctionAndReturnSingleResult(function.get(),
168 // to RunFunctionAndReturnSingleResult.
189 utils::RunFunctionAndReturnSingleResult(function.get(),
211 utils::RunFunctionAndReturnSingleResult(function.get()
    [all...]
tabs_interactive_test.cc 42 utils::RunFunctionAndReturnSingleResult(function.get(),
47 // on what was passed to RunFunctionAndReturnSingleResult.
55 utils::RunFunctionAndReturnSingleResult(function.get(),
60 // on what was passed to RunFunctionAndReturnSingleResult.
92 utils::RunFunctionAndReturnSingleResult(function.get(),
109 utils::RunFunctionAndReturnSingleResult(function.get(),
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_apitest.cc 56 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
67 result.reset(utils::RunFunctionAndReturnSingleResult(
78 result.reset(utils::RunFunctionAndReturnSingleResult(
156 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
172 result.reset(utils::RunFunctionAndReturnSingleResult(
183 result.reset(utils::RunFunctionAndReturnSingleResult(
194 result.reset(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/dns/
dns_apitest.cc 18 using extension_function_test_utils::RunFunctionAndReturnSingleResult;
64 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
91 RunFunctionAndReturnSingleResult(resolve_function.get(),
  /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 99 base::Value* RunFunctionAndReturnSingleResult(
104 base::Value* RunFunctionAndReturnSingleResult(
extension_function_test_utils.cc 178 base::Value* RunFunctionAndReturnSingleResult(
182 return RunFunctionAndReturnSingleResult(function, args, browser, NONE);
184 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(
246 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
310 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(function.get(),
412 scoped_ptr<base::Value> result_value(RunFunctionAndReturnSingleResult(
427 EXPECT_EQ(NULL, RunFunctionAndReturnSingleResult(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_browsertest.cc 43 using extension_function_test_utils::RunFunctionAndReturnSingleResult;
89 RunFunctionAndReturnSingleResult(function.get(),
153 RunFunctionAndReturnSingleResult(function.get(), "[]", browser()));
199 RunFunctionAndReturnSingleResult(function.get(),
267 scoped_ptr<base::Value> result(RunFunctionAndReturnSingleResult(
310 RunFunctionAndReturnSingleResult(function.get(),
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc 134 util::RunFunctionAndReturnSingleResult(
156 scoped_ptr<base::Value> result(util::RunFunctionAndReturnSingleResult(
166 result.reset(util::RunFunctionAndReturnSingleResult(
240 scoped_ptr<base::Value> result(util::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/runtime/
runtime_apitest.cc 41 extension_function_test_utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api_unittest.cc 47 return utils::RunFunctionAndReturnSingleResult(function, args, browser());
socket_apitest.cc 109 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
127 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
145 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_api_unittest.cc 51 return utils::RunFunctionAndReturnSingleResult(function, args, browser());
sockets_tcp_apitest.cc 75 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_api_unittest.cc 51 return utils::RunFunctionAndReturnSingleResult(function, args, browser());
sockets_udp_apitest.cc 77 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/system_network/
system_network_apitest.cc 43 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 175 utils::RunFunctionAndReturnSingleResult(
196 utils::RunFunctionAndReturnSingleResult(
215 utils::RunFunctionAndReturnSingleResult(
231 utils::RunFunctionAndReturnSingleResult(
239 utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api_unittest.cc 64 return utils::RunFunctionAndReturnSingleResult(function, args, browser());
sockets_tcp_server_apitest.cc 77 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 337 utils::RunFunctionAndReturnSingleResult(
366 utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_apitest.cc 51 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 230 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
252 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
295 (void) utils::RunFunctionAndReturnSingleResult(
347 (void) utils::RunFunctionAndReturnSingleResult(

Completed in 1446 milliseconds

1 2