Lines Matching refs:FILE
3 // found in the LICENSE file.
46 // A dictionary that maps usernames to file paths to their images.
66 // Saves image to file with specified path. Runs on FILE thread.
71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
81 LOG(ERROR) << "Failed to save image to file.";
92 // Deletes user's image file. Runs on FILE thread.
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
116 // Checks current user's ownership on file thread.
118 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
391 BrowserThread::FILE,
433 BrowserThread::FILE,
603 // Schedules current user ownership check on file thread.
604 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
612 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,