HomeSort by relevance Sort by last modified time
    Searched defs:CreateExtension (Results 1 - 19 of 19) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_info_map_unittest.cc 32 static scoped_refptr<Extension> CreateExtension(const std::string& name) {
79 scoped_refptr<Extension> extension1(CreateExtension("extension1"));
80 scoped_refptr<Extension> extension2(CreateExtension("extension2"));
81 scoped_refptr<Extension> extension3(CreateExtension("extension3"));
109 scoped_refptr<Extension> extension1(CreateExtension("extension1"));
110 scoped_refptr<Extension> extension2(CreateExtension("extension2"));
image_loading_tracker_unittest.cc 54 scoped_refptr<Extension> CreateExtension() {
99 scoped_refptr<Extension> extension(CreateExtension());
146 scoped_refptr<Extension> extension(CreateExtension());
  /external/chromium_org/chrome/browser/extensions/
admin_policy_unittest.cc 21 void CreateExtension(Manifest::Location location) {
65 CreateExtension(Manifest::COMPONENT);
85 CreateExtension(Manifest::INTERNAL);
98 CreateExtension(Manifest::INTERNAL);
117 CreateExtension(Manifest::INTERNAL);
150 CreateExtension(Manifest::INTERNAL);
171 CreateExtension(Manifest::INTERNAL);
177 CreateExtension(Manifest::EXTERNAL_POLICY_DOWNLOAD);
185 CreateExtension(Manifest::EXTERNAL_POLICY_DOWNLOAD);
191 CreateExtension(Manifest::INTERNAL)
    [all...]
extension_info_map_unittest.cc 38 static scoped_refptr<Extension> CreateExtension(const std::string& name) {
86 scoped_refptr<Extension> extension1(CreateExtension("extension1"));
87 scoped_refptr<Extension> extension2(CreateExtension("extension2"));
88 scoped_refptr<Extension> extension3(CreateExtension("extension3"));
117 scoped_refptr<Extension> extension1(CreateExtension("extension1"));
118 scoped_refptr<Extension> extension2(CreateExtension("extension2"));
standard_management_policy_provider_unittest.cc 31 scoped_refptr<const Extension> CreateExtension(Manifest::Location location,
56 CreateExtension(Manifest::EXTERNAL_POLICY_DOWNLOAD, true);
74 CreateExtension(Manifest::INTERNAL, false);
image_loader_unittest.cc 62 scoped_refptr<Extension> CreateExtension(const char* name,
116 scoped_refptr<Extension> extension(CreateExtension(
149 scoped_refptr<Extension> extension(CreateExtension(
196 scoped_refptr<Extension> extension(CreateExtension(
243 scoped_refptr<Extension> extension(CreateExtension(
extension_action_icon_factory_unittest.cc 102 scoped_refptr<Extension> CreateExtension(const char* name,
190 scoped_refptr<Extension> extension(CreateExtension(
216 scoped_refptr<Extension> extension(CreateExtension(
254 scoped_refptr<Extension> extension(CreateExtension(
extension_function_test_utils.cc 114 return CreateExtension(location, test_extension_value.get(), std::string());
121 return CreateExtension(Manifest::INTERNAL, test_extension_value.get(),
125 scoped_refptr<Extension> CreateExtension(
127 return CreateExtension(Manifest::INTERNAL, test_extension_value,
131 scoped_refptr<Extension> CreateExtension(
extension_icon_image_unittest.cc 145 scoped_refptr<Extension> CreateExtension(const char* name,
214 scoped_refptr<Extension> extension(CreateExtension(
285 scoped_refptr<Extension> extension(CreateExtension(
325 scoped_refptr<Extension> extension(CreateExtension(
363 scoped_refptr<Extension> extension(CreateExtension(
403 scoped_refptr<Extension> extension(CreateExtension(
443 scoped_refptr<Extension> extension(CreateExtension(
482 scoped_refptr<Extension> extension(CreateExtension(
527 scoped_refptr<Extension> extension(CreateExtension(
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler_unittest.cc 38 scoped_refptr<Extension> CreateExtension(const std::string& schema) {
58 scoped_refptr<Extension> extension = CreateExtension(schema);
75 scoped_refptr<Extension> extension = CreateExtension("");
80 extension = CreateExtension("");
85 extension = CreateExtension("");
  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 80 static scoped_refptr<Extension> CreateExtension(const std::string& name,
113 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false);
114 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false);
115 scoped_refptr<Extension> ext3 = CreateExtension("charlie", false);
116 scoped_refptr<Extension> bgapp1 = CreateExtension("delta", true);
117 scoped_refptr<Extension> bgapp2 = CreateExtension("echo", true);
204 CreateExtension(name, create_background);
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 62 static scoped_refptr<Extension> CreateExtension(const std::string& name,
102 CreateExtension(GenerateUniqueExtensionName(), true);
141 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false);
142 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false);
143 scoped_refptr<Extension> ext3 = CreateExtension("charlie", false);
144 scoped_refptr<Extension> bgapp1 = CreateExtension("delta", true);
145 scoped_refptr<Extension> bgapp2 = CreateExtension("echo", true);
208 scoped_refptr<Extension> ext = CreateExtension("extension", false);
210 scoped_refptr<Extension> bgapp = CreateExtension("application", true);
259 CreateExtension(GenerateUniqueExtensionName(), create_background)
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc 96 static scoped_refptr<extensions::Extension> CreateExtension(
202 CreateExtension("web store", extension_misc::kWebStoreAppId);
210 CreateExtension("foo", std::string());
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_unittest.cc 102 scoped_refptr<const extensions::Extension> CreateExtension(
137 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get(),
149 CreateExtension(kExtensionUnrestricted, kExtensionNotFromWebStore)
162 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
173 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
186 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
198 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
211 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get(),
219 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get(),
227 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get()
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 272 scoped_refptr<Extension> CreateExtension(const base::FilePath& base_dir,
361 CreateExtension(profile->GetExtensionService()->install_directory(),
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_apitest.cc 263 const Extension* CreateExtension(int fields_to_set) {
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));
348 scoped_refptr<const Extension> extension(CreateExtension(CLIENT_ID | SCOPES));
372 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
388 scoped_refptr<const Extension> extension(CreateExtension(CLIENT_ID | SCOPES));
411 func->set_extension(CreateExtension(CLIENT_ID | SCOPES))
    [all...]
identity_apitest.cc 345 const Extension* CreateExtension(int fields_to_set) {
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));
436 scoped_refptr<const Extension> extension(CreateExtension(CLIENT_ID | SCOPES));
458 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
480 scoped_refptr<const Extension> extension(CreateExtension(CLIENT_ID | SCOPES));
502 func->set_extension(CreateExtension(CLIENT_ID | SCOPES))
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 229 scoped_refptr<Extension> CreateExtension(const std::string& name,
285 scoped_refptr<Extension> extension = CreateExtension(
453 CreateExtension("example1",
466 scoped_refptr<Extension> ext2 = CreateExtension(
474 scoped_refptr<Extension> ext3 = CreateExtension(
482 CreateExtension("example4",
500 scoped_refptr<Extension> ext2 = CreateExtension(
508 scoped_refptr<Extension> ext3 = CreateExtension(
533 CreateExtension("example1",
547 CreateExtension("example2"
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.cc 541 scoped_refptr<Extension> BasePanelBrowserTest::CreateExtension(

Completed in 555 milliseconds