Searched refs:crx_file (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dpack_extension_job.h25 virtual void OnPackSuccess(const base::FilePath& crx_file,
47 static base::string16 StandardSuccessMessage(const base::FilePath& crx_file,
H A Dpack_extension_job.cc94 const base::FilePath& crx_file,
96 base::string16 crx_file_string = crx_file.LossyDisplayName();
93 StandardSuccessMessage( const base::FilePath& crx_file, const base::FilePath& key_file) argument
H A Dstartup_helper.cc84 ValidateCrxHelper(const base::FilePath& crx_file, argument
87 : crx_file_(crx_file), temp_dir_(temp_dir), run_loop_(run_loop),
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc551 const FetchedCRXFile& crx_file = fetched_crx_files_.top(); local
553 VLOG(2) << "updating " << crx_file.extension_id
554 << " with " << crx_file.path.value();
557 // at |crx_file.path|.
559 if (service_->UpdateExtension(crx_file.extension_id,
560 crx_file.path,
561 crx_file.file_ownership_passed,
564 current_crx_file_ = crx_file;
566 for (std::set<int>::const_iterator it = crx_file.request_ids.begin();
567 it != crx_file
609 const FetchedCRXFile& crx_file = current_crx_file_; local
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_unpacker.cc25 #include "extensions/common/crx_file.h"
38 explicit CRXValidator(FILE* crx_file) : valid_(false), is_delta_(false) { argument
40 size_t len = fread(&header, 1, sizeof(header), crx_file);
52 len = fread(&key[0], sizeof(uint8), header.key_size, crx_file);
57 len = fread(&signature[0], sizeof(uint8), header.signature_size, crx_file);
75 while ((len = fread(buf.get(), 1, kBufSize, crx_file)) > 0)
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dfake_cws.cc41 const std::string& crx_file,
43 GURL crx_download_url = web_store_url_.Resolve(kCrxDownloadPath + crx_file);
49 .AppendASCII(crx_file);
40 SetUpdateCrx(const std::string& app_id, const std::string& crx_file, const std::string& version) argument
H A Dfake_cws.h23 const std::string& crx_file,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.h37 virtual void OnPackSuccess(const base::FilePath& crx_file,
H A Dpack_extension_handler.cc68 void PackExtensionHandler::OnPackSuccess(const base::FilePath& crx_file, argument
73 crx_file, pem_file))));
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_apitest.cc184 // of extensions will return the contents of |crx_file|.
185 bool RunInstallTest(const std::string& page, const std::string& crx_file) { argument
192 GURL crx_url = GetTestServerURL(crx_file);
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.h371 virtual void OnPackSuccess(const base::FilePath& crx_file,
H A Ddeveloper_private_api.cc976 const base::FilePath& crx_file,
980 PackExtensionJob::StandardSuccessMessage(crx_file, pem_file));
975 OnPackSuccess( const base::FilePath& crx_file, const base::FilePath& pem_file) argument

Completed in 239 milliseconds