Home | History | Annotate | Download | only in themes

Lines Matching refs:FILE

3 // found in the LICENSE file.
278 // Returns a piece of memory with the contents of the file |path|.
281 net::FileStream file;
283 if (file.Open(path, flags) == net::OK) {
284 int64 avail = file.Available();
290 if (file.ReadUntilComplete(data, size) == avail)
423 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
846 // Themes should be loaded on the file thread, not the UI thread.
1000 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
1005 NOTREACHED() << "Image file for resource " << it->first
1028 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));