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

  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 96 temp_install_dir_.Append(Extension::kManifestFilename);
121 temp_install_dir_.Append(Extension::kLocaleFolder);
150 temp_install_dir_ =
153 if (!file_util::CreateDirectory(temp_install_dir_)) {
155 std::string dir_string = WideToUTF8(temp_install_dir_.value());
157 std::string dir_string = temp_install_dir_.value();
164 if (!Unzip(extension_path_, temp_install_dir_)) {
180 temp_install_dir_,
277 SkBitmap image_bitmap = DecodeImage(temp_install_dir_.Append(path));
308 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path))
    [all...]
extension_unpacker.h 86 FilePath temp_install_dir_; member in class:ExtensionUnpacker
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 118 temp_install_dir_.Append(kManifestFilename);
142 temp_install_dir_.Append(kLocaleFolder);
170 temp_install_dir_ =
173 if (!base::CreateDirectory(temp_install_dir_)) {
178 temp_install_dir_.LossyDisplayName())));
182 if (!zip::Unzip(extension_path_, temp_install_dir_)) {
194 temp_install_dir_,
272 SkBitmap image_bitmap = DecodeImage(temp_install_dir_.Append(path));
307 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) {
unpacker.h 88 base::FilePath temp_install_dir_; member in class:extensions::Unpacker

Completed in 32 milliseconds