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

12

/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc184 // |extension_path| is the path to the extension we unpacked that wrote the
186 bool ReadImagesFromFile(const base::FilePath& extension_path, argument
189 extension_path.AppendASCII(kDecodedImagesFilename);
200 // |extension_path| is the path to the extension we unpacked that wrote the
202 bool ReadMessageCatalogsFromFile(const base::FilePath& extension_path, argument
204 base::FilePath path = extension_path.AppendASCII(
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
H A Dextension_service_unittest.cc872 base::FilePath extension_path = extensions_install_dir().AppendASCII(id); local
873 EXPECT_TRUE(base::PathExists(extension_path));
909 EXPECT_FALSE(base::PathExists(extension_path));
2249 base::FilePath extension_path = data_dir().AppendASCII("theme_i18n"); local
2251 extensions::UnpackedInstaller::Create(service())->Load(extension_path);
2263 base::FilePath theme_file = extension_path.Append(chrome::kThemePackFilename);
2276 base::FilePath extension_path = temp.path(); local
2278 extension_path.Append(extensions::kManifestFilename);
2290 extensions::UnpackedInstaller::Create(service())->Load(extension_path);
2325 base::FilePath extension_path local
2345 base::FilePath extension_path = data_dir().AppendASCII("underscore_name"); local
2779 base::FilePath extension_path = temp.path(); local
5833 base::FilePath extension_path = data_dir().AppendASCII("good.crx"); local
5851 base::FilePath extension_path = data_dir().AppendASCII("good.crx"); local
[all...]
/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,
/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

Completed in 166 milliseconds

12