Lines Matching refs:FILE
3 // found in the LICENSE file.
368 // A utility class to do file handling on the file I/O thread.
378 // Writes crx file data into a tempfile, and calls back the updater.
382 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
387 LOG(WARNING) << "Failed to create temporary file path";
393 LOG(ERROR) << "Failed to write temporary file";
424 BrowserThread::CurrentlyOn(BrowserThread::FILE));
434 BrowserThread::FILE, FROM_HERE,
441 // The ExtensionUpdater now owns the temp file.
823 // Successfully fetched - now write crx to a file so we can have the
826 BrowserThread::FILE, FROM_HERE,
856 // The ExtensionService is now responsible for cleaning up the temp file