Searched defs:extension_path (Results 1 - 25 of 31) sorted by last modified time

12

/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/extensions/browser/
H A Dcontent_hash_fetcher.cc54 const base::FilePath& extension_path,
170 const base::FilePath& extension_path,
176 extension_path_(extension_path),
166 ContentHashFetcherJob( net::URLRequestContextGetter* request_context, const ContentVerifierKey& key, const std::string& extension_id, const base::FilePath& extension_path, const GURL& fetch_url, bool force, const CompletionCallback& callback) argument
/external/chromium_org/extensions/common/
H A Dextension.h500 base::FilePath extension_path; member in struct:extensions::ExtensionInfo
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/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/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/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 Dbrowser_theme_pack_unittest.cc152 void BuildFromUnpackedExtension(const base::FilePath& extension_path, argument
155 extension_path.AppendASCII("manifest.json");
165 extension_path,
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/browser/web_applications/
H A Dweb_app.h51 base::FilePath extension_path; member in struct:web_app::ShortcutInfo
/external/chromium_org/chrome/browser/extensions/api/automation/
H A Dautomation_apitest.cc81 base::FilePath extension_path = local
84 LoadExtension(extension_path);
/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/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/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 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_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_browsertest.cc99 base::FilePath extension_path = base::MakeAbsoluteFilePath(path); local
100 EXPECT_TRUE(!extension_path.empty());
103 if ((*iter)->path() == extension_path) {
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 Dextension_keybinding_apitest.cc59 void RunChromeOSConversionTest(const std::string& extension_path) { argument
63 ASSERT_TRUE(RunExtensionTest(extension_path)) << message_;
H A Dextension_service.cc431 info->extension_path,
478 const base::FilePath& extension_path,
484 // Leak the temp file at extension_path. We don't want to add to the disk
497 // Delete extension_path since we're not creating a CrxInstaller
502 &extensions::file_util::DeleteFile, extension_path, false)))
567 installer->InstallCrx(extension_path);
782 const base::FilePath& extension_path) {
785 assets_manager->UninstallExtension(id, profile, install_dir, extension_path);
477 UpdateExtension(const std::string& id, const base::FilePath& extension_path, bool file_ownership_passed, CrxInstaller** out_crx_installer) argument
778 UninstallExtensionOnFileThread( const std::string& id, Profile* profile, const base::FilePath& install_dir, const base::FilePath& extension_path) argument

Completed in 1014 milliseconds

12