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

  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 117 temp_install_dir_.Append(kManifestFilename);
141 temp_install_dir_.Append(kLocaleFolder);
169 temp_install_dir_ =
172 if (!base::CreateDirectory(temp_install_dir_)) {
177 temp_install_dir_.LossyDisplayName())));
181 if (!zip::Unzip(extension_path_, temp_install_dir_)) {
193 temp_install_dir_,
270 SkBitmap image_bitmap = DecodeImage(temp_install_dir_.Append(path));
305 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
unpacker.h 88 base::FilePath temp_install_dir_; member in class:extensions::Unpacker

Completed in 1189 milliseconds