HomeSort by relevance Sort by last modified time
    Searched refs:temp_install_dir_ (Results 1 - 2 of 2) 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

Completed in 46 milliseconds