Lines Matching refs:FILE
3 // found in the LICENSE file.
23 #error This file is meant to be compiled on ChromeOS only.
41 // Initialize the policy on the FILE thread, since it reads from a
42 // policy file.
44 BrowserThread::FILE, FROM_HERE,
53 // This must always be called from the FILE thread.
54 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
57 // This should be a really small file, so we're OK with just
60 LOG(ERROR) << "Unable to read plugin policy file \""
82 LOG(ERROR) << "Plugin policy file error: 'allow' out of context.";
94 LOG(ERROR) << "Plugin policy file error: 'deny' out of context.";
134 // This must always be called from the FILE thread, to be sure
136 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
140 // the startup order and the fact that InitFromFile runs on the FILE
165 // If it's not in the policy file, then we assume it's OK to allow