Searched refs:UI (Results 201 - 225 of 1173) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/net/
H A Dresource_prefetch_predictor_observer.cc96 DCHECK_CURRENTLY_ON(BrowserThread::UI);
100 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) ||
125 BrowserThread::UI,
157 BrowserThread::UI,
189 BrowserThread::UI,
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_win.cc22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.cc20 DCHECK_CURRENTLY_ON(BrowserThread::UI);
51 BrowserThread::PostTask(BrowserThread::UI,
66 BrowserThread::PostTask(BrowserThread::UI,
80 DCHECK_CURRENTLY_ON(BrowserThread::UI);
93 DCHECK_CURRENTLY_ON(BrowserThread::UI);
127 // TODO(miu): A new UI for delivering specific power level and clipping
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_api.cc69 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
106 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
118 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
144 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
187 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
224 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
257 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
288 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_frontend.cc89 DCHECK_CURRENTLY_ON(BrowserThread::UI);
104 DCHECK_CURRENTLY_ON(BrowserThread::UI);
130 DCHECK_CURRENTLY_ON(BrowserThread::UI);
143 DCHECK_CURRENTLY_ON(BrowserThread::UI);
155 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp134 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
135 UI != UE; ++UI)
136 if (CallInst *CI = dyn_cast<CallInst>(*UI))
138 else if (InvokeInst *II = dyn_cast<InvokeInst>(*UI))
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.cc249 BrowserThread::UI,
259 BrowserThread::UI,
270 BrowserThread::UI, FROM_HERE,
277 BrowserThread::UI, FROM_HERE,
297 BrowserThread::UI, FROM_HERE,
307 BrowserThread::UI, FROM_HERE,
314 BrowserThread::UI, FROM_HERE,
321 BrowserThread::UI, FROM_HERE,
335 BrowserThread::UI, FROM_HERE,
349 BrowserThread::UI, FROM_HER
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc214 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
226 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
232 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
237 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
243 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
255 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
295 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
373 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
391 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
426 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
[all...]
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc122 // DownloadFiles are created on the UI thread and are destroyed on the FILE
152 BrowserThread::UI, FROM_HERE, base::Bind(
186 BrowserThread::UI, FROM_HERE, base::Bind(
213 BrowserThread::UI, FROM_HERE, base::Bind(
366 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
377 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
382 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
399 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
404 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
410 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
275 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
287 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
293 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
299 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
305 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
331 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
348 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
360 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
387 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.cc182 // Used only on the UI thread.
205 // Path for the current profile. Must be retrieved on the UI thread from the
220 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
228 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
234 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
238 // UI thread (which posts a task to delete this object on the I/O thread)
247 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
258 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
271 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
283 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.cc47 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
67 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
122 content::BrowserThread::UI,
131 content::BrowserThread::UI,
144 content::BrowserThread::UI,
248 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
262 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.cc112 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
118 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
125 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
132 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
145 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
160 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
166 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
H A Dsqlite_cursor.cc121 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
137 // where the UI message loop might stop running or in the process of shutting
140 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
142 } else if (!BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
167 // Consumer requests were set in the UI thread. They must be cancelled
169 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
179 BrowserThread::UI,
206 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
224 // Notified test_observer on UI thread instead of the one it will wait.
236 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_talk_host.cc36 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
96 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
119 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
148 content::BrowserThread::PostTask(content::BrowserThread::UI,
181 content::BrowserThread::UI,
204 content::BrowserThread::UI,
219 content::BrowserThread::UI,
244 // Remember to hide remoting UI when resource is deleted.
/external/chromium_org/chrome/browser/safe_browsing/
H A Dui_manager.cc89 BrowserThread::UI,
98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
190 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
202 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
207 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
252 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
265 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_mac.cc176 // Need to start on a thread with UI-type message loop for
178 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
182 BrowserThread::UI,
189 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
193 BrowserThread::UI,
204 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
226 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
237 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/content/browser/devtools/
H A Dembedded_worker_devtools_manager.cc20 // Called on the UI thread.
78 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
142 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
151 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
159 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/content/browser/tracing/
H A Dtrace_uploader.cc50 DCHECK_CURRENTLY_ON(BrowserThread::UI);
54 DCHECK_CURRENTLY_ON(BrowserThread::UI);
68 content::BrowserThread::UI,
80 content::BrowserThread::UI,
113 content::BrowserThread::UI, FROM_HERE,
122 content::BrowserThread::UI,
197 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/speech/
H A Dchrome_speech_recognition_manager_delegate.cc57 // this task (from the UI thread) and this call (on the IO thread). In this
80 // UMA opt-in can be checked only from the UI thread, so switch to that.
81 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
136 // the UI thread.
138 // destroyed on the UI thread, due to the NotificationRegistrar dependency.
154 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
155 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
194 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
234 // Must be destroyed on the UI threa
[all...]
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy.cc57 DCHECK_CURRENTLY_ON(BrowserThread::UI);
62 DCHECK_CURRENTLY_ON(BrowserThread::UI);
84 DCHECK_CURRENTLY_ON(BrowserThread::UI);
95 DCHECK_CURRENTLY_ON(BrowserThread::UI);
106 DCHECK_CURRENTLY_ON(BrowserThread::UI);
116 DCHECK_CURRENTLY_ON(BrowserThread::UI);
163 BrowserThread::UI, FROM_HERE,
176 BrowserThread::UI,
199 BrowserThread::UI,
288 // fake UI
[all...]
/external/llvm/lib/Analysis/
H A DIVUsers.cpp277 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(),
278 E = IVUses.end(); UI != E; ++UI) {
280 UI->getOperandValToReplace()->printAsOperand(OS, false);
281 OS << " = " << *getReplacementExpr(*UI);
283 I = UI->PostIncLoops.begin(),
284 E = UI->PostIncLoops.end(); I != E; ++I) {
290 if (UI->getUser())
291 UI->getUser()->print(OS);
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc87 // Use of g_browser_process requires that we are either on the UI thread, or
90 content::BrowserThread::UI) ||
91 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
165 content::BrowserThread::UI,
/external/chromium_org/chrome/browser/chromeos/base/
H A Dlocale_util.cc43 DCHECK(!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
53 // Callback after SwitchLanguageDoReloadLocale() back in UI thread.
55 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
104 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtruncate_operation.cc83 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 6353 milliseconds

1234567891011>>