Lines Matching refs:FILE
3 // found in the LICENSE file.
25 // Extension used for backup files (copy of main file created during startup).
136 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)),
141 BrowserThread::FILE, FROM_HERE, new BackupTask(writer_.path()));
158 BrowserThread::FILE, FROM_HERE, new LoadTask(path, this, details_.get()));
163 // from generated bookmarks file.
185 // This is used when migrating bookmarks data from database to file.
186 // History wrote the file for us, and now we want to load data from it.
212 // The file doesn't exist. This means one of two things:
217 // bookmarks to a file for us.
228 // We just finished migration from history. Save now to new file,
234 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),