Home | History | Annotate | Download | only in download

Lines Matching refs:FILE

3 // found in the LICENSE file.
39 file_thread_(BrowserThread::FILE, &message_loop_) {
172 // Safe download, download finishes BEFORE file name determined.
173 // Renamed twice (linear path through UI). Crdownload file does not need
177 // Dangerous download (file is dangerous or download URL is not safe or both),
178 // download finishes BEFORE file name determined. Needs to be renamed only
186 // Safe download, download finishes AFTER file name determined.
190 // Dangerous download, download finishes AFTER file name determined.
222 // file dialog.
324 // select file dialog.
529 // File names we're using.
534 // Create the file that we will overwrite. Will be automatically cleaned
536 FILE* fp = file_util::OpenFile(new_path, "w");
540 // Construct the unique file name that normally would be created, but
563 // Create and initialize the download file. We're bypassing the first part
564 // of the download process and skipping to the part after the final file
565 // name has been chosen, so we need to initialize the download file
570 // This creates the .crdownload version of the file.