Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ | |
kiosk_mode_screensaver.cc | 66 : crx_path_(crx_path), 86 base::FilePath crx_path_; member in class:chromeos::__anon7890::ScreensaverUnpackerClient 158 updater->OnDamagedFileDetected(crx_path_); |
/external/chromium_org/chrome/browser/extensions/ | |
sandboxed_unpacker.cc | 224 : crx_path_(crx_path), 266 crx_path_); 280 base::FilePath temp_crx_path = temp_dir_.path().Append(crx_path_.BaseName()); 284 if (!base::CopyFile(crx_path_, temp_crx_path)) { 426 base::ScopedFILE file(base::OpenFile(crx_path_, "rb")); 603 crx_path_, base::TimeTicks::Now() - unpack_start_time_); |
sandboxed_unpacker.h | 203 base::FilePath crx_path_; member in class:extensions::SandboxedUnpacker |
extension_service_unittest.cc | 6720 base::FilePath crx_path_; member in class:ExtensionSourcePriorityTest [all...] |