Searched defs:extension_path (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dchrome_component_extension_resource_manager.cc66 const base::FilePath& extension_path,
69 base::FilePath directory_path = extension_path;
65 IsComponentExtensionResource( const base::FilePath& extension_path, const base::FilePath& resource_path, int* resource_id) argument
H A Dextension_error_reporter.cc44 const base::FilePath& extension_path,
53 std::string path_str = base::UTF16ToUTF8(extension_path.LossyDisplayName());
61 OnLoadFailure(browser_context, extension_path, error));
43 ReportLoadError( const base::FilePath& extension_path, const std::string& error, content::BrowserContext* browser_context, bool be_noisy) argument
H A Drequirements_checker_browsertest.cc32 base::FilePath extension_path; local
34 PathService::Get(chrome::DIR_TEST_DATA, &extension_path);
35 extension_path = extension_path.AppendASCII("requirements_checker")
38 extension_path, Manifest::UNPACKED, 0, &load_error);
H A Duser_script_listener_unittest.cc192 base::FilePath extension_path = test_dir local
198 UnpackedInstaller::Create(service_)->Load(extension_path);
H A Dextension_apitest.cc268 base::FilePath extension_path = test_data_dir_.AppendASCII(extension_name); local
270 extension = LoadExtensionAsComponent(extension_path);
283 extension = LoadExtensionWithFlags(extension_path, browser_test_flags);
H A Dextension_keybinding_apitest.cc59 void RunChromeOSConversionTest(const std::string& extension_path) { argument
63 ASSERT_TRUE(RunExtensionTest(extension_path)) << message_;
H A Dextension_ui_unittest.cc101 const base::FilePath& extension_path,
106 base::FilePath manifest_path = extension_path.Append(kManifestFilename);
112 extension_path, location, *extension_data, Extension::REQUIRE_KEY,
121 const base::FilePath& extension_path,
133 extension_path, pages, Manifest::INVALID_LOCATION));
139 extension_path.MaybeAsASCII() + ")";
170 base::FilePath data_test_dir_path, extension_path, expected_output_path; local
174 extension_path = data_test_dir_path.AppendASCII("extensions")
193 CompareExpectedAndActualOutput(extension_path, pages, expected_output_path);
197 extension_path
100 CreateExtensionDetailViewFromPath( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, Manifest::Location location) argument
120 CompareExpectedAndActualOutput( const base::FilePath& extension_path, const std::vector<ExtensionPage>& pages, const base::FilePath& expected_output_path) argument
234 base::FilePath data_test_dir_path, extension_path; local
266 base::FilePath data_test_dir_path, extension_path; local
295 base::FilePath data_test_dir_path, extension_path; local
[all...]
H A Dcrx_installer_browsertest.cc523 base::FilePath extension_path = extension->path(); local
524 EXPECT_TRUE(cache_dir.path().IsParent(extension_path));
525 EXPECT_TRUE(base::PathExists(extension_path));
535 EXPECT_FALSE(base::PathExists(extension_path));
H A Dextension_browsertest.cc99 base::FilePath extension_path = base::MakeAbsoluteFilePath(path); local
100 EXPECT_TRUE(!extension_path.empty());
103 if ((*iter)->path() == extension_path) {
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_apitest.cc69 const Extension* LoadTestExtension(const std::string& extension_path,
109 const std::string& extension_path,
112 LoadExtension(test_data_dir_.AppendASCII(extension_path));
108 LoadTestExtension( const std::string& extension_path, const std::string& page_name) argument
/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc34 const base::FilePath& extension_path,
72 extension_path, location, source, creation_flags, &error);
86 const base::FilePath& extension_path,
89 type, update_url, launch_url, location, extension_path,
29 MakeSyncTestExtensionWithPluginPermission( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags, int num_plugins, bool has_plugin_permission, const std::string& expected_error) argument
81 MakeSyncTestExtension( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags) argument
/external/chromium_org/apps/
H A Dapp_load_service.cc61 bool AppLoadService::LoadAndLaunch(const base::FilePath& extension_path, argument
68 LoadFromCommandLine(base::FilePath(extension_path), &extension_id)) {
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.h51 base::FilePath extension_path; member in struct:web_app::ShortcutInfo
/external/chromium_org/extensions/browser/api/
H A Dexecute_code_function.cc52 base::FilePath extension_path; local
56 extension_path = extension()->path();
69 extension_path,
77 const base::FilePath& extension_path,
85 extension_path, extension_id, extension_default_locale));
73 GetFileURLAndLocalizeCSS( ScriptExecutor::ScriptType script_type, const std::string& data, const std::string& extension_id, const base::FilePath& extension_path, const std::string& extension_default_locale) argument
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_apitest.cc198 base::FilePath extension_path = local
201 extension_path, ExtensionBrowserTest::kFlagNone);
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
H A Denterprise_platform_keys_apitest_nss.cc374 base::FilePath extension_path = local
379 GetExtensionByPath(service->extensions(), extension_path);
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc242 base::FilePath extension_path; local
245 extension_path = extension->path();
253 this, extension_path, extension_id, default_locale, reply_msg));
257 const base::FilePath& extension_path,
265 extension_path, extension_id, default_locale));
256 OnGetExtMessageBundleOnBlockingPool( const base::FilePath& extension_path, const std::string& extension_id, const std::string& default_locale, IPC::Message* reply_msg) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_unittest.cc348 base::FilePath extension_path = local
353 installer->Load(extension_path);
379 extension_path =
381 installer->Load(extension_path);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service_unittest.cc124 const base::FilePath& extension_path,
136 extension_path, location, source,
123 MakeThemeExtension( const base::FilePath& extension_path, const string& name, extensions::Manifest::Location location, const string& update_url) argument
/external/chromium_org/chrome/utility/extensions/
H A Dextensions_handler.cc128 const base::FilePath& extension_path,
135 Unpacker unpacker(extension_path,
127 OnUnpackExtension( const base::FilePath& extension_path, const std::string& extension_id, int location, int creation_flags) argument
H A Dunpacker.cc101 Unpacker::Unpacker(const base::FilePath& extension_path, argument
105 : extension_path_(extension_path),
/external/chromium_org/extensions/common/
H A Dextension_l10n_util.cc258 bool LocalizeExtension(const base::FilePath& extension_path, argument
267 extension_path, default_locale, error));
395 bool ValidateExtensionLocales(const base::FilePath& extension_path, argument
403 base::FilePath locale_path = extension_path.Append(extensions::kLocaleFolder);
H A Dfile_util.cc122 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_path, argument
126 return LoadExtension(extension_path, std::string(), location, flags, error);
129 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_path, argument
135 LoadManifest(extension_path, error));
139 extension_path, manifest.get(), error)) {
144 extension_path, location, *manifest, flags, extension_id, error));
156 base::DictionaryValue* LoadManifest(const base::FilePath& extension_path, argument
158 return LoadManifest(extension_path, kManifestFilename, error);
162 const base::FilePath& extension_path,
165 base::FilePath manifest_path = extension_path
161 LoadManifest( const base::FilePath& extension_path, const base::FilePath::CharType* manifest_filename, std::string* error) argument
259 CheckForIllegalFilenames(const base::FilePath& extension_path, std::string* error) argument
392 LoadMessageBundle( const base::FilePath& extension_path, const std::string& default_locale, std::string* error) argument
423 LoadMessageBundleSubstitutionMap( const base::FilePath& extension_path, const std::string& extension_id, const std::string& default_locale) argument
447 GetVerifiedContentsPath(const base::FilePath& extension_path) argument
451 GetComputedHashesPath(const base::FilePath& extension_path) argument
[all...]
H A Dmanifest_test.cc24 base::FilePath extension_path = manifest_path.DirName(); local
40 extension_l10n_util::LocalizeExtension(extension_path, manifest, error);
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc81 base::FilePath extension_path = local
84 LoadExtension(extension_path);

Completed in 5484 milliseconds

12