Lines Matching refs:BrowserThread
22 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in StartFetching()
28 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod( in StartFetching()
33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); in StartFetching()
42 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in CancelNotification()
44 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod( in CancelNotification()
55 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) { in DeleteAppCacheGroup()
56 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, NewRunnableMethod( in DeleteAppCacheGroup()
67 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) { in OnFetchComplete()
81 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod( in OnFetchComplete()
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in OnFetchComplete()
96 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); in GetAppCacheService()
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); in Clone()