Home | History | Annotate | Download | only in download

Lines Matching refs:FILE

3 // found in the LICENSE file.
43 // timers) that live on the saving thread (file thread).
46 BrowserThread::FILE, FROM_HERE,
50 // Stop file thread operations.
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
65 // file a request from the file thread to the IO thread to generate a
201 // Utility function for deleting specified file.
206 BrowserThread::FILE, FROM_HERE,
215 BrowserThread::FILE, FROM_HERE,
219 // Notifications sent from the IO thread and run on the file thread:
221 // The IO thread created |info|, but the file thread (this method) uses it
225 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
248 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
274 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
299 // Notifications sent from the file thread and run on the UI thread.
386 BrowserThread::FILE, FROM_HERE,
398 // Notifications sent from the UI thread and run on the file thread.
401 // and run on the file thread. We don't post a message back for cancels,
406 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
422 // so in here, we need not to do anything, just close the save file.
431 // Whatever the save file is renamed or not, just delete it.
443 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
451 // Close the save file before the copy operation.
458 // If we can not get valid file path from original URL, treat it as
463 // Copy the local file to the temporary file. It will be renamed to its
473 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
483 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
494 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
532 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));