Home | History | Annotate | Download | only in download

Lines Matching refs:UI

19 #include "chrome/browser/ui/download/download_tab_helper.h"
20 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
74 // Make sure it runs in the UI thread.
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 // Make sure it runs in UI thread.
88 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
162 // Utility function for look up table maintenance, called on the UI thread.
171 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
187 // only on the UI thread.
204 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
223 // then passes |info| to the UI thread for reporting saving status.
237 BrowserThread::UI, FROM_HERE,
241 // We do forward an update to the UI thread here, since we do not use timer to
242 // update the UI. If the user has canceled the saving action (in the UI
253 BrowserThread::UI, FROM_HERE,
262 // in UI thread. In the latter case, the save ID will be -1, which means the
263 // saving action did not even start, so we need to call OnErrorFinished in UI
281 BrowserThread::UI, FROM_HERE,
292 BrowserThread::UI, FROM_HERE,
299 // Notifications sent from the file thread and run on the UI thread.
302 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
336 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
347 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
354 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
360 // Notifications sent from the UI thread and run on the IO thread.
398 // Notifications sent from the UI thread and run on the file thread.
400 // This method will be sent via a user action, or shutdown on the UI thread,
403 // sent from the UI thread, the saving job may have already completed and
421 // UI thread will notify the render process to stop sending data,
480 // We run on this thread to avoid blocking the UI with slow Shell operations.
512 BrowserThread::UI, FROM_HERE,
521 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));