Lines Matching refs:FILE
3 // found in the LICENSE file.
49 // temp file has been completed. That call is on the FILE thread.
84 // know the name of the temporary file containing the data, and
85 // posts the task of reading the file
86 // (CloudPrintDataSender::ReadPrintDataFile) to the file thread. That
87 // routine reads in the file, and then hops over to the IO thread to
169 // Grab the raw file contents and massage them into shape for
175 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
182 DLOG(WARNING) << " print data file too large to reserve space";
344 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
565 // Called on the FILE or UI thread. This is the main entry point into creating
575 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE) ||