Lines Matching refs:FILE
3 // found in the LICENSE file.
22 // Differentiates file loading between UI and FILE threads.
33 BrowserThread::FILE,
40 // Deserializes JSON on the FILE thread.
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
89 DLOG(ERROR) << "Error while loading JSON file: " << error_msg;
105 // JSON errors indicate file corruption of some sort.
106 // Since the file is corrupt, move it to the side and continue with
108 // We keep the old file for possible support and debugging assistance
110 // TODO(erikkay) Instead, use the last known good file.
209 // If the file just doesn't exist, maybe this is first run. In any case
236 // Start async reading of the preferences file. It will delete itself