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,
84 const base::FilePath& local_install_dir,
106 const base::FilePath& local_install_dir,
extension_assets_manager_chromeos.cc 48 base::FilePath local_install_dir; member in struct:extensions::__anon8477::ExtensionAssetsManagerHelper::PendingInstallInfo
65 const base::FilePath& local_install_dir,
70 install_info.local_install_dir = local_install_dir;
142 const base::FilePath& local_install_dir,
149 local_install_dir,
159 local_install_dir,
167 const base::FilePath& local_install_dir,
169 if (local_install_dir.IsParent(extension_root)) {
170 file_util::UninstallExtension(local_install_dir, id)
    [all...]

Completed in 52 milliseconds