Searched refs:CreateExtension (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client_unittest.cc110 scoped_refptr<const extensions::Extension> CreateExtension( function
145 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get(),
157 CreateExtension(kExtensionUnrestricted, kExtensionNotFromWebStore)
170 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
181 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
194 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
206 CreateExtension(kExtensionRestricted, kExtensionFromWebStore).get(),
219 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get(),
226 CreateExtension(kExtensionRestricted, kExtensionNotFromWebStore).get(),
233 CreateExtension(kExtensionRestricte
[all...]
/external/chromium_org/chrome/common/extensions/api/storage/
H A Dstorage_schema_manifest_handler_unittest.cc38 scoped_refptr<Extension> CreateExtension(const std::string& schema) { function in class:extensions::StorageSchemaManifestHandlerTest
58 scoped_refptr<Extension> extension = CreateExtension(schema);
74 scoped_refptr<Extension> extension = CreateExtension("");
79 extension = CreateExtension("");
84 extension = CreateExtension("");
/external/chromium_org/extensions/browser/
H A Dinfo_map_unittest.cc33 static scoped_refptr<Extension> CreateExtension(const std::string& name) { function in namespace:extensions
58 scoped_refptr<Extension> extension1(CreateExtension("extension1"));
59 scoped_refptr<Extension> extension2(CreateExtension("extension2"));
60 scoped_refptr<Extension> extension3(CreateExtension("extension3"));
89 scoped_refptr<Extension> extension1(CreateExtension("extension1"));
90 scoped_refptr<Extension> extension2(CreateExtension("extension2"));
103 scoped_refptr<Extension> app(CreateExtension("platform_app"));
H A Dimage_loader_unittest.cc71 scoped_refptr<Extension> CreateExtension(const char* dir_name, function in class:extensions::ImageLoaderTest
121 CreateExtension("image_loader", Manifest::INVALID_LOCATION));
155 CreateExtension("image_loader", Manifest::INVALID_LOCATION));
202 CreateExtension("image_loader", Manifest::INVALID_LOCATION));
247 CreateExtension("image_loader", Manifest::INVALID_LOCATION));
H A Dextension_icon_image_unittest.cc142 scoped_refptr<Extension> CreateExtension(const char* name, function in class:extensions::__anon8159::ExtensionIconImageTest
214 scoped_refptr<Extension> extension(CreateExtension(
287 scoped_refptr<Extension> extension(CreateExtension(
324 scoped_refptr<Extension> extension(CreateExtension(
360 scoped_refptr<Extension> extension(CreateExtension(
398 scoped_refptr<Extension> extension(CreateExtension(
436 scoped_refptr<Extension> extension(CreateExtension(
473 scoped_refptr<Extension> extension(CreateExtension(
516 scoped_refptr<Extension> extension(CreateExtension(
/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_browsertest.cc81 const Extension* CreateExtension(HostType host_type,
102 const Extension* ActiveScriptControllerBrowserTest::CreateExtension( function in class:extensions::ActiveScriptControllerBrowserTest
323 CreateExtension(ALL_HOSTS, EXECUTE_SCRIPT),
329 CreateExtension(EXPLICIT_HOSTS, EXECUTE_SCRIPT),
335 CreateExtension(ALL_HOSTS, CONTENT_SCRIPT),
341 CreateExtension(EXPLICIT_HOSTS, CONTENT_SCRIPT),
364 const Extension* extension1 = CreateExtension(ALL_HOSTS, CONTENT_SCRIPT);
366 const Extension* extension2 = CreateExtension(ALL_HOSTS, CONTENT_SCRIPT);
425 CreateExtension(ALL_HOSTS, CONTENT_SCRIPT),
431 CreateExtension(ALL_HOST
[all...]
H A Dstandard_management_policy_provider_unittest.cc34 scoped_refptr<const Extension> CreateExtension(Manifest::Location location, function in class:extensions::StandardManagementPolicyProviderTest
60 CreateExtension(Manifest::EXTERNAL_POLICY_DOWNLOAD, true);
78 CreateExtension(Manifest::INTERNAL, false);
H A Dextension_function_test_utils.h56 scoped_refptr<extensions::Extension> CreateExtension(
63 scoped_refptr<extensions::Extension> CreateExtension(
H A Dextension_function_test_utils.cc110 return CreateExtension(location, test_extension_value.get(), std::string());
113 scoped_refptr<Extension> CreateExtension( function in namespace:extension_function_test_utils
115 return CreateExtension(Manifest::INTERNAL, test_extension_value,
119 scoped_refptr<Extension> CreateExtension( function in namespace:extension_function_test_utils
H A Dextension_action_icon_factory_unittest.cc99 scoped_refptr<Extension> CreateExtension(const char* name, function in class:extensions::__anon3910::ExtensionActionIconFactoryTest
187 scoped_refptr<Extension> extension(CreateExtension(
213 scoped_refptr<Extension> extension(CreateExtension(
251 scoped_refptr<Extension> extension(CreateExtension(
H A Dextension_gcm_app_handler_unittest.cc270 scoped_refptr<Extension> CreateExtension() { function in class:extensions::ExtensionGCMAppHandlerTest
416 scoped_refptr<Extension> extension(CreateExtension());
440 scoped_refptr<Extension> extension(CreateExtension());
469 scoped_refptr<Extension> extension(CreateExtension());
484 scoped_refptr<Extension> extension(CreateExtension());
H A Dextension_management_unittest.cc122 void CreateExtension(Manifest::Location location) { function in class:extensions::ExtensionAdminPolicyTest
575 CreateExtension(Manifest::COMPONENT);
594 CreateExtension(Manifest::INTERNAL);
607 CreateExtension(Manifest::INTERNAL);
626 CreateExtension(Manifest::INTERNAL);
658 CreateExtension(Manifest::INTERNAL);
679 CreateExtension(Manifest::INTERNAL);
685 CreateExtension(Manifest::EXTERNAL_POLICY_DOWNLOAD);
693 CreateExtension(Manifest::EXTERNAL_POLICY_DOWNLOAD);
699 CreateExtension(Manifes
[all...]
H A Dextension_ui_unittest.cc79 const scoped_refptr<const Extension> CreateExtension( function in class:extensions::ExtensionUITest
324 scoped_refptr<const Extension> all_urls_extension = CreateExtension(
327 CreateExtension("no urls", ListBuilder().Pass());
375 all_urls_extension = CreateExtension(
H A Dextension_garbage_collector_chromeos_unittest.cc127 scoped_refptr<Extension> CreateExtension(const std::string& id, function in class:extensions::ExtensionGarbageCollectorChromeOSUnitTest
178 scoped_refptr<Extension> extension2 = CreateExtension(kExtensionId2, "1.0",
H A Dextension_message_bubble_controller_unittest.cc414 scoped_refptr<Extension> CreateExtension( function in class:extensions::ExtensionMessageBubbleTest
420 return extension_function_test_utils::CreateExtension(
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc557 return utils::CreateExtension(test_extension_value.get());
683 const Extension* CreateExtension(int fields_to_set) { function in class:extensions::GetAuthTokenFunctionTest
753 func->set_extension(CreateExtension(SCOPES));
764 func->set_extension(CreateExtension(CLIENT_ID));
775 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
787 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
800 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
810 scoped_refptr<const Extension> extension(CreateExtension(CLIENT_ID | SCOPES));
828 func->set_extension(CreateExtension(CLIENT_ID | SCOPES));
842 func->set_extension(CreateExtension(CLIENT_I
[all...]
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc166 scoped_refptr<extensions::Extension> CreateExtension( function in class:BackgroundModeManagerTest
172 return extension_function_test_utils::CreateExtension(
563 CreateExtension(
572 CreateExtension(
582 CreateExtension(
591 CreateExtension(
641 CreateExtension(
650 CreateExtension(
660 CreateExtension(
669 CreateExtension(
[all...]
H A Dbackground_application_list_model_unittest.cc122 static scoped_refptr<Extension> CreateExtension(const std::string& name, function
144 CreateExtension(GenerateUniqueExtensionName(), true);
197 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false);
198 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false);
199 scoped_refptr<Extension> ext3 = CreateExtension("charlie", false);
200 scoped_refptr<Extension> bgapp1 = CreateExtension("delta", true);
201 scoped_refptr<Extension> bgapp2 = CreateExtension("echo", true);
280 scoped_refptr<Extension> ext1 = CreateExtension("alpha", false);
371 scoped_refptr<Extension> background = CreateExtension("background", true);
412 scoped_refptr<Extension> ext = CreateExtension("extensio
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc370 scoped_refptr<Extension> CreateExtension(const base::string16& name, function in namespace:__anon4509
582 CreateExtension(base::ASCIIToUTF16("example1"),
595 scoped_refptr<Extension> ext2 = CreateExtension(
603 scoped_refptr<Extension> ext3 = CreateExtension(
611 CreateExtension(base::ASCIIToUTF16("example4"),
617 scoped_refptr<Extension> ext5 = CreateExtension(
624 scoped_refptr<Extension> ext6 = CreateExtension(
645 scoped_refptr<Extension> ext2 = CreateExtension(
653 scoped_refptr<Extension> ext3 = CreateExtension(
678 CreateExtension(bas
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper_unittest.cc102 static scoped_refptr<extensions::Extension> CreateExtension( function in namespace:__anon5164
214 CreateExtension("web store", extensions::kWebStoreAppId);
222 CreateExtension("foo", std::string());
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Dsystem_display_apitest.cc238 utils::CreateExtension(test_extension_value.get()));
268 utils::CreateExtension(test_extension_value.get()));
/external/chromium_org/chrome/browser/ui/panels/
H A Dbase_panel_browser_test.h92 scoped_refptr<extensions::Extension> CreateExtension(
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.cc288 scoped_refptr<Extension> CreateExtension(const base::FilePath& base_dir, function in namespace:__anon4834
378 CreateExtension(extensions::ExtensionSystem::Get(profile)
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_geometry_cache_unittest.cc34 scoped_refptr<Extension> CreateExtension(const std::string& id) { function in namespace:extensions::__anon8142
150 scoped_refptr<Extension> extension = CreateExtension(extension_id);
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc183 extension_ = utils::CreateExtension(test_extension_value.get());

Completed in 6277 milliseconds

12