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

1 2

  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 45 function->set_extension(extension.get());
61 function->set_extension(extension.get());
77 function->set_extension(extension.get());
103 function->set_extension(extension.get());
118 function->set_extension(extension.get());
128 function->set_extension(extension.get());
147 function->set_extension(extension.get());
161 function->set_extension(extension.get());
187 function->set_extension(extension.get());
209 function->set_extension(extension.get())
    [all...]
tabs_interactive_test.cc 39 function->set_extension(extension.get());
52 function->set_extension(extension.get());
  /external/chromium_org/chrome/browser/extensions/
extension_installer.h 44 void set_extension(const Extension* extension) { function in class:extensions::ExtensionInstaller
platform_app_browsertest_util.cc 107 function->set_extension(extension);
119 function->set_extension(extension);
unpacked_installer.cc 135 installer_.set_extension(extension_file_util::LoadExtension(
242 installer_.set_extension(extension_file_util::LoadExtension(
extension_function.h 166 void set_extension(const extensions::Extension* extension) { function in class:ExtensionFunction
extension_install_prompt.h 132 void set_extension(const extensions::Extension* extension) { function in class:ExtensionInstallPrompt::Prompt
crx_installer.cc 384 installer_.set_extension(extension);
625 installer_.set_extension(extension_file_util::LoadExtension(
extension_function_dispatcher.cc 544 function->set_extension(extension);
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 52 notification_function->set_extension(empty_extension.get());
78 notification_function->set_extension(empty_extension.get());
112 notification_function->set_extension(empty_extension.get());
139 notification_function->set_extension(empty_extension.get());
160 notification_function->set_extension(empty_extension.get());
184 notification_create_function->set_extension(empty_extension.get());
210 notification_create_function->set_extension(empty_extension.get());
249 notification_create_function->set_extension(empty_extension.get());
271 notification_create_function->set_extension(empty_extension.get());
293 notification_create_function->set_extension(empty_extension.get())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_apitest.cc 95 function->set_extension(empty_extension.get());
286 func->set_extension(CreateExtension(SCOPES));
297 func->set_extension(CreateExtension(CLIENT_ID));
309 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
322 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
334 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
351 func->set_extension(extension.get());
372 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
389 func->set_extension(extension.get());
411 func->set_extension(CreateExtension(CLIENT_ID | SCOPES))
    [all...]
identity_apitest.cc 104 function->set_extension(empty_extension.get());
375 func->set_extension(CreateExtension(SCOPES));
386 func->set_extension(CreateExtension(CLIENT_ID));
397 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
409 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
425 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
438 func->set_extension(extension.get());
458 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
481 func->set_extension(extension.get());
502 func->set_extension(CreateExtension(CLIENT_ID | SCOPES))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dns/
dns_apitest.cc 61 resolve_function->set_extension(empty_extension.get());
84 resolve_function->set_extension(empty_extension.get());
  /external/chromium/chrome/browser/autofill/
phone_number.h 73 void set_extension(const string16& extension) { extension_ = extension; } function in class:PhoneNumber
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api_unittest.cc 46 function->set_extension(extension_.get());
socket_apitest.cc 113 socket_create_function->set_extension(empty_extension.get());
131 socket_create_function->set_extension(empty_extension.get());
149 socket_function->set_extension(empty_extension.get());
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 70 function->set_extension(empty_extension_.get());
162 add_profile_function->set_extension(extension.get());
170 add_profile_function->set_extension(extension.get());
177 add_profile_function->set_extension(extension.get());
185 remove_profile_function->set_extension(extension.get());
192 remove_profile_function->set_extension(extension.get());
200 remove_profile_function->set_extension(extension.get());
208 add_profile_function->set_extension(extension.get());
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 147 set_info_function->set_extension(test_extension.get());
178 set_info_function->set_extension(test_extension.get());
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 184 func_->set_extension(extension_.get());
297 func_->set_extension(extension_.get());
  /external/chromium_org/chrome/browser/extensions/api/discovery/
discovery_api_unittest.cc 80 function->set_extension(extension_.get());
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 159 function->set_extension(extension);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
extensions.c 631 set_extension( struct gl_context *ctx, const char *name, GLboolean state ) function
    [all...]
  /external/mesa3d/src/mesa/main/
extensions.c 631 set_extension( struct gl_context *ctx, const char *name, GLboolean state ) function
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api_unittest.cc 72 function->set_extension(extension_.get());
96 function->set_extension(extension_.get());
  /external/v8/src/
contexts.h 317 void set_extension(Object* object) { set(EXTENSION_INDEX, object); } function in class:v8::internal::Context

Completed in 3404 milliseconds

1 2