Searched defs:crx_file (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/crx_file/
H A Dconstants.h10 namespace crx_file { namespace
19 } // namespace crx_file
H A Did_util.h14 namespace crx_file { namespace
37 } // namespace crx_file
H A Did_util_unittest.cc5 #include "components/crx_file/id_util.h"
10 namespace crx_file { namespace
44 } // namespace crx_file
H A Dcrx_file.cc5 #include "components/crx_file/crx_file.h"
7 namespace crx_file { namespace
81 } // namespace crx_file
H A Dcrx_file.h12 namespace crx_file { namespace
77 } // namespace crx_file
H A Did_util.cc5 #include "components/crx_file/id_util.h"
32 namespace crx_file { namespace
74 if (id.size() != (crx_file::id_util::kIdSize * 2))
88 } // namespace crx_file
/external/chromium_org/chrome/browser/extensions/
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.cc22 #include "components/crx_file/id_util.h"
123 ValidateCrxHelper(const base::FilePath& crx_file, argument
126 : crx_file_(crx_file), temp_dir_(temp_dir), run_loop_(run_loop),
311 if (!crx_file::id_util::IdIsValid(id)) {
/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 Dkiosk_external_updater.cc398 const base::FilePath& crx_file,
405 LOG(ERROR) << "Cannot copy external crx file to " << crx_file.value();
409 base::UTF8ToUTF16(crx_file.value()));
416 crx_file,
396 PutValidatedExtension(bool* crx_copied, const std::string& app_id, const base::FilePath& crx_file, const std::string& version) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.cc68 void PackExtensionHandler::OnPackSuccess(const base::FilePath& crx_file, argument
72 PackExtensionJob::StandardSuccessMessage(crx_file, pem_file))));
/external/chromium_org/components/component_updater/
H A Dcomponent_unpacker.cc25 #include "components/crx_file/constants.h"
26 #include "components/crx_file/crx_file.h"
41 explicit CRXValidator(FILE* crx_file) : valid_(false), is_delta_(false) { argument
42 crx_file::CrxFile::Header header;
43 size_t len = fread(&header, 1, sizeof(header), crx_file);
47 crx_file::CrxFile::Error error;
48 scoped_ptr<crx_file::CrxFile> crx(
49 crx_file::CrxFile::Parse(header, &error));
52 is_delta_ = crx_file
[all...]
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_apitest.cc148 // of extensions will return the contents of |crx_file|.
149 bool RunInstallTest(const std::string& page, const std::string& crx_file) { argument
156 GURL crx_url = GetTestServerURL(crx_file);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc672 const FetchedCRXFile& crx_file = fetched_crx_files_.top(); local
674 VLOG(2) << "updating " << crx_file.extension_id
675 << " with " << crx_file.path.value();
678 // at |crx_file.path|.
680 if (service_->UpdateExtension(crx_file.extension_id,
681 crx_file.path,
682 crx_file.file_ownership_passed,
685 current_crx_file_ = crx_file;
687 for (std::set<int>::const_iterator it = crx_file.request_ids.begin();
688 it != crx_file
727 const FetchedCRXFile& crx_file = current_crx_file_; local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc1068 const std::string& crx_file) {
1071 set_test_crx_file(crx_file);
1085 const std::string& crx_file) {
1087 set_test_crx_file(crx_file);
1123 const std::string& crx_file) {
1126 set_test_crx_file(crx_file);
1066 PreCacheApp(const std::string& app_id, const std::string& version, const std::string& crx_file) argument
1084 UpdateExternalCache(const std::string& version, const std::string& crx_file) argument
1121 PreCacheAndLaunchApp(const std::string& app_id, const std::string& version, const std::string& crx_file) argument
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc973 const base::FilePath& crx_file,
977 PackExtensionJob::StandardSuccessMessage(crx_file, pem_file));
972 OnPackSuccess( const base::FilePath& crx_file, const base::FilePath& pem_file) argument

Completed in 3193 milliseconds