Home | History | Annotate | Download | only in glue

Lines Matching refs:UI

17   // the UI loop has initiated shutdown but the syncer hasn't got the memo yet.
23 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
39 if (!BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, pending_work_)) {
40 LOG(WARNING) << "Could not post work to UI loop.";
64 // The UI loop initiated shutdown and is (or will be) waiting in Stop().
66 // on where we timeslice the UI thread in Stop; but we can't be STOPPED,
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
80 // We're on our own now, the beloved UI MessageLoop is no longer running.
81 // Any tasks scheduled or to be scheduled on the UI MessageLoop will not run.
102 return BrowserThread::CurrentlyOn(BrowserThread::UI);
109 // the main UI loop has terminated. There is no easy way to assert the