Home | History | Annotate | Download | only in extensions

Lines Matching refs:FILE

3 // found in the LICENSE file.
22 // A RefCounted class for loading images on the File thread and reporting back
30 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE));
39 // Instructs the loader to load a task on the File thread.
43 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE));
45 BrowserThread::FILE, FROM_HERE,
53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
55 // Read the file from disk.
89 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
99 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE));
160 // Instruct the ImageLoader to load this on the File thread. LoadImage does