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

  /external/chromium/chrome/browser/
plugin_download_helper.cc 64 file_util::CreateTemporaryFile(&download_file_path_);
65 download_file_->Open(download_file_path_,
150 download_file_path_.DirName().AppendASCII(
155 if (!file_util::ReplaceFileW(download_file_path_,
158 << download_file_path_.value()
162 download_file_path_ = new_download_file_path;
167 delegate_->OnDownloadCompleted(download_file_path_, success);
169 std::wstring path = download_file_path_.value();
plugin_download_helper.h 60 FilePath download_file_path_; member in class:PluginDownloadUrlHelper

Completed in 107 milliseconds