HomeSort by relevance Sort by last modified time
    Searched refs:crx_path_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 204 FilePath crx_path_; member in class:SandboxedExtensionUnpacker
sandboxed_extension_unpacker.cc 50 : crx_path_(crx_path),
86 crx_path_);
101 FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName());
105 if (!file_util::CopyFile(crx_path_, temp_crx_path)) {
248 ScopedStdioHandle file(file_util::OpenFile(crx_path_, "rb"));
extension_service_unittest.cc 3610 FilePath crx_path_; member in class:ExtensionSourcePriorityTest
    [all...]
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc 57 : crx_path_(crx_path),
77 base::FilePath crx_path_; member in class:chromeos::__anon7039::ScreensaverUnpackerClient
149 updater->OnDamagedFileDetected(crx_path_);
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 219 : crx_path_(crx_path),
261 crx_path_);
275 base::FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName());
279 if (!base::CopyFile(crx_path_, temp_crx_path)) {
418 ScopedStdioHandle file(base::OpenFile(crx_path_, "rb"));
595 crx_path_, base::TimeTicks::Now() - unpack_start_time_);
sandboxed_unpacker.h 202 base::FilePath crx_path_; member in class:extensions::SandboxedUnpacker
extension_service_unittest.cc 6378 base::FilePath crx_path_; member in class:ExtensionSourcePriorityTest
    [all...]

Completed in 487 milliseconds