HomeSort by relevance Sort by last modified time
    Searched refs:crx_path (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
test_extension_dir.cc 43 base::FilePath crx_path = local
53 crx_path,
61 if (!base::PathExists(crx_path)) {
62 ADD_FAILURE() << crx_path.value() << " was not created.";
65 return crx_path;
crx_installer_browsertest.cc 188 const base::FilePath& crx_path) {
195 installer->InstallCrx(crx_path);
210 base::FilePath crx_path = PackExtension(ext_path); local
211 EXPECT_FALSE(crx_path.empty());
213 crx_path);
262 base::FilePath crx_path = PackExtension( local
264 ASSERT_FALSE(crx_path.empty());
270 EXPECT_FALSE(InstallExtension(crx_path, 0));
271 EXPECT_TRUE(InstallExtensionFromWebstore(crx_path, 1));
288 base::FilePath crx_path = PackExtension local
372 base::FilePath crx_path = test_data_dir_.AppendASCII("theme_hidpi_crx"); local
399 base::FilePath crx_path = test_data_dir_.AppendASCII("delayed_install"); local
470 base::FilePath crx_path = test_data_dir_.AppendASCII("theme_hidpi_crx") local
495 base::FilePath crx_path = local
520 base::FilePath crx_path = test_data_dir_.AppendASCII("crx_installer\/v1.crx"); local
562 base::FilePath crx_path = test_data_dir_.AppendASCII("crx_installer\/v1.crx"); local
584 base::FilePath crx_path = dir.Pack(); local
    [all...]
extension_creator.h 43 const base::FilePath& crx_path,
55 // directory that should contain all the extension resources. |crx_path| is
62 const base::FilePath& crx_path,
88 // Export installable .crx to |crx_path|.
92 const base::FilePath& crx_path);
startup_helper.h 26 const base::FilePath& crx_path,
extension_creator.cc 38 const base::FilePath& crx_path,
78 if (!(run_flags & kOverwriteCRX) && base::PathExists(crx_path)) {
241 const base::FilePath& crx_path) {
242 if (base::PathExists(crx_path))
243 base::DeleteFile(crx_path, false);
244 base::ScopedFILE crx_handle(base::OpenFile(crx_path, "wb"));
289 const base::FilePath& crx_path,
294 if (!InitializeInput(extension_dir, crx_path, private_key_path,
324 WriteCRX(zip_path, key_pair.get(), signature, crx_path)) {
extension_browsertest.cc 283 base::FilePath crx_path = temp_dir_.path().AppendASCII("temp.crx"); local
284 if (!base::DeleteFile(crx_path, false)) {
285 ADD_FAILURE() << "Failed to delete crx: " << crx_path.value();
296 pem_path_out = crx_path.DirName().AppendASCII("temp.pem");
303 return PackExtensionWithOptions(dir_path, crx_path, pem_path, pem_path_out);
308 const base::FilePath& crx_path,
323 crx_path,
332 if (!base::PathExists(crx_path)) {
333 ADD_FAILURE() << crx_path.value() << " was not created.";
336 return crx_path;
485 base::FilePath crx_path = path; local
    [all...]
sandboxed_unpacker.h 78 // Unpacks the extension in |crx_path| into a temporary directory and calls
82 const base::FilePath& crx_path,
extension_service_unittest.cc 395 base::FilePath crx_path; variable
575 const base::FilePath& crx_path) {
579 pem_output_path = crx_path.DirName().AppendASCII("temp.pem");
584 ASSERT_TRUE(base::DeleteFile(crx_path, false));
588 crx_path,
593 ASSERT_TRUE(base::PathExists(crx_path));
607 base::FilePath crx_path; local
610 crx_path = temp_dir.path().AppendASCII("temp.crx");
612 PackCRX(dir_path, pem_path, crx_path);
613 return InstallCRX(crx_path, install_state, creation_flags)
788 base::FilePath crx_path = temp_dir.path().AppendASCII("temp.crx"); local
6958 base::FilePath crx_path = temp_dir().path().AppendASCII("webstore.crx"); local
6987 base::FilePath crx_path = temp_dir().path().AppendASCII("webstore.crx"); local
7019 base::FilePath crx_path = temp_dir().path().AppendASCII("webstore.crx"); local
7061 base::FilePath crx_path = temp_dir().path().AppendASCII("webstore.crx"); local
    [all...]
extension_disabled_ui_browsertest.cc 90 const base::FilePath& crx_path,
93 if (UpdateExtension(extension->id(), crx_path, expected_change))
startup_helper.cc 83 const base::FilePath& crx_path,
88 PackExtensionJob::StandardSuccessMessage(crx_path,
sandboxed_unpacker.cc 70 const base::FilePath& crx_path, const base::TimeDelta unpack_time) {
80 if (!base::GetFileSize(crx_path, &crx_file_size)) {
218 const base::FilePath& crx_path,
224 : crx_path_(crx_path),
extension_browsertest.h 117 // Pack the extension in |dir_path| into a crx file at |crx_path|, using the
122 const base::FilePath& crx_path,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.cc 86 base::FilePath crx_path = path; local
87 DCHECK(crx_path.Extension() == FILE_PATH_LITERAL(".crx"));
88 if (crx_path.empty())
104 installer->InstallCrx(crx_path);
  /external/chromium_org/chrome/browser/chromeos/policy/
app_pack_updater.cc 175 std::string crx_path; local
179 &crx_path);
181 if (!crx_path.empty())
182 SetScreenSaverPath(base::FilePath(crx_path));
  /external/chromium_org/chrome/utility/extensions/
unpacker_unittest.cc 46 base::FilePath crx_path = temp_dir_.path().AppendASCII(crx_name); local
47 ASSERT_TRUE(base::CopyFile(original_path, crx_path)) <<
49 ", Crx path " << crx_path.value();
51 unpacker_.reset(new Unpacker(crx_path,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 299 base::FilePath crx_path; local
301 EXPECT_TRUE(GetCachedCrx(id, &crx_path, &crx_version));
302 EXPECT_TRUE(base::PathExists(crx_path));
311 EXPECT_TRUE(base::ContentsEqual(src_file_path, crx_path));
516 base::FilePath crx_path; local
518 EXPECT_TRUE(GetCachedCrx(kTestLocalFsKioskApp, &crx_path, &version));
519 EXPECT_TRUE(base::PathExists(crx_path));
527 EXPECT_FALSE(base::PathExists(crx_path));
528 EXPECT_FALSE(GetCachedCrx(kTestLocalFsKioskApp, &crx_path, &version));
537 base::FilePath crx_path; local
    [all...]
kiosk_external_update_validator.h 43 const base::FilePath& crx_path,
kiosk_app_manager.cc 373 base::FilePath crx_path; local
375 return GetCachedCrx(app_id, &crx_path, &version);
434 const base::FilePath& crx_path,
437 external_cache_->PutExternalExtension(app_id, crx_path, version, callback);
kiosk_app_manager.h 196 const base::FilePath& crx_path,
  /external/chromium_org/chrome/browser/chromeos/login/
kiosk_browsertest.cc 1378 base::FilePath crx_path; local
1381 test_app_id(), &crx_path, &cached_version)); local
1412 base::FilePath crx_path; local
1415 test_app_id(), &crx_path, &cached_version)); local
1434 base::FilePath crx_path; local
1437 test_app_id(), &crx_path, &cached_version)); local
1458 base::FilePath crx_path; local
1461 test_app_id(), &crx_path, &cached_version)); local
1482 base::FilePath crx_path; local
1485 test_app_id(), &crx_path, &cached_version)); local
1505 base::FilePath crx_path; local
1508 test_app_id(), &crx_path, &cached_version)); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 723 base::FilePath crx_path; local
725 extension_cache_->GetExtension(fetch_data->id, &crx_path, &version);
726 NotifyDelegateDownloadFinished(fetch_data.Pass(), crx_path, false);
735 const base::FilePath& crx_path,
737 delegate_->OnExtensionDownloadFinished(fetch_data->id, crx_path,
803 base::FilePath crx_path; local
804 // Take ownership of the file at |crx_path|.
805 CHECK(source->GetResponseAsFilePath(true, &crx_path));
810 extension_cache_->PutExtension(id, crx_path, version,
815 NotifyDelegateDownloadFinished(fetch_data.Pass(), crx_path, true)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc 64 ScreensaverUnpackerClient(const base::FilePath& crx_path,
66 : crx_path_(crx_path),
  /external/chromium_org/components/component_updater/
component_updater_service.cc 183 void Install(scoped_ptr<CRXContext> context, const base::FilePath& crx_path);
186 const base::FilePath& crx_path,
855 const base::FilePath& crx_path) {
856 // This function owns the file at |crx_path| and the |context| object.
858 crx_path,
866 crx_path));
870 const base::FilePath& crx_path,
873 if (!DeleteFileAndEmptyParentDirectory(crx_path))
874 NOTREACHED() << crx_path.value();
    [all...]
  /external/chromium_org/tools/perf/profile_creators/
extensions_profile_creator.py 55 def _GetExtensionInfoFromCRX(crx_path):
64 crx_path: path to crx archive to look at.
69 crx_zip = zipfile.ZipFile(crx_path)
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 260 base::FilePath crx_path = temp_dir.path().AppendASCII("temp.crx"); local
261 if (!base::DeleteFile(crx_path, false)) {
262 ADD_FAILURE() << "Failed to delete existing crx: " << crx_path.value();
267 test_dir, crx_path, pem_path, base::FilePath());
    [all...]

Completed in 375 milliseconds

1 2