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

  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager.cc 27 const base::FilePath& local_install_dir,
34 local_install_dir));
40 const base::FilePath& local_install_dir,
42 file_util::UninstallExtension(local_install_dir, id);
extension_assets_manager.h 34 // |local_install_dir| or some common location shared for multiple users.
37 const base::FilePath& local_install_dir,
44 const base::FilePath& local_install_dir,
extension_assets_manager_chromeos.h 43 const base::FilePath& local_install_dir,
49 const base::FilePath& local_install_dir,
88 const base::FilePath& local_install_dir,
110 const base::FilePath& local_install_dir,
extension_assets_manager_chromeos.cc 51 base::FilePath local_install_dir; member in struct:extensions::__anon8545::ExtensionAssetsManagerHelper::PendingInstallInfo
68 const base::FilePath& local_install_dir,
73 install_info.local_install_dir = local_install_dir;
145 const base::FilePath& local_install_dir,
152 local_install_dir,
162 local_install_dir,
170 const base::FilePath& local_install_dir,
172 if (local_install_dir.IsParent(extension_root)) {
173 file_util::UninstallExtension(local_install_dir, id)
    [all...]

Completed in 714 milliseconds