HomeSort by relevance Sort by last modified time
    Searched refs:empty_extension (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/extensions/browser/api/socket/
socket_apitest.cc 22 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
24 socket_create_function->set_extension(empty_extension.get());
39 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
41 socket_create_function->set_extension(empty_extension.get());
56 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
58 socket_function->set_extension(empty_extension.get());
  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_apitest.cc 23 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
25 socket_create_function->set_extension(empty_extension.get());
  /external/chromium_org/extensions/browser/api/sockets_tcp/
sockets_tcp_apitest.cc 21 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
23 socket_create_function->set_extension(empty_extension.get());
  /external/chromium_org/extensions/browser/api/dns/
dns_apitest.cc 49 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
51 resolve_function->set_extension(empty_extension.get());
70 scoped_refptr<Extension> empty_extension = test_util::CreateEmptyExtension(); local
72 resolve_function->set_extension(empty_extension.get());
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_apitest.cc 33 scoped_refptr<Extension> empty_extension(
45 start_function->set_extension(empty_extension.get());
66 stop_function->set_extension(empty_extension.get());
77 discard_function->set_extension(empty_extension.get());
125 scoped_refptr<Extension> empty_extension(
138 set_meta_data_function->set_extension(empty_extension.get());
170 start_function->set_extension(empty_extension.get());
186 stop_function->set_extension(empty_extension.get());
197 upload_function->set_extension(empty_extension.get());
284 scoped_refptr<Extension> empty_extension(
    [all...]
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_apitest.cc 298 scoped_refptr<Extension> empty_extension = local
304 cast_channel_open_function = CreateOpenFunction(empty_extension);
311 cast_channel_open_function = CreateOpenFunction(empty_extension);
318 cast_channel_open_function = CreateOpenFunction(empty_extension);
326 cast_channel_open_function = CreateOpenFunction(empty_extension);
334 cast_channel_open_function = CreateOpenFunction(empty_extension);
343 scoped_refptr<Extension> empty_extension(
348 cast_channel_send_function = CreateSendFunction(empty_extension);
361 cast_channel_send_function = CreateSendFunction(empty_extension);
374 cast_channel_send_function = CreateSendFunction(empty_extension);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_network/
system_network_apitest.cc 39 scoped_refptr<Extension> empty_extension(
42 socket_function->set_extension(empty_extension.get());
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_apitest.cc 74 scoped_refptr<Extension> empty_extension(
77 socket_create_function->set_extension(empty_extension.get());
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 168 scoped_refptr<Extension> empty_extension(
177 notification_function->set_extension(empty_extension.get());
198 notification_function->set_extension(empty_extension.get());
203 empty_extension->id());
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc 122 scoped_refptr<Extension> empty_extension(test_util::CreateEmptyExtension());
126 uninstall_function->set_extension(empty_extension.get());
143 uninstall_function->set_extension(empty_extension.get());
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 120 scoped_refptr<Extension> empty_extension(
122 function->set_extension(empty_extension.get());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 241 scoped_refptr<Extension> empty_extension(test_util::CreateEmptyExtension());
242 update_tab_function->set_extension(empty_extension.get());
576 scoped_refptr<Extension> empty_extension(test_util::CreateEmptyExtension());
577 duplicate_tab_function->set_extension(empty_extension.get());
    [all...]

Completed in 266 milliseconds