Searched refs:UI (Results 151 - 175 of 1173) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service.cc46 DCHECK_CURRENTLY_ON(BrowserThread::UI);
74 DCHECK_CURRENTLY_ON(BrowserThread::UI);
81 DCHECK_CURRENTLY_ON(BrowserThread::UI);
93 DCHECK_CURRENTLY_ON(BrowserThread::UI);
106 DCHECK_CURRENTLY_ON(BrowserThread::UI);
116 DCHECK_CURRENTLY_ON(BrowserThread::UI);
143 DCHECK_CURRENTLY_ON(BrowserThread::UI);
177 DCHECK_CURRENTLY_ON(BrowserThread::UI);
184 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_platform_verification_message_filter.cc37 content::BrowserThread::UI);
43 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
58 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
95 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/signin/
H A Dprincipals_message_filter.cc20 // thread, so no need to change thread, otherwise switch to UI thread
22 *thread = content::BrowserThread::UI;
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_data_type_controller.cc17 content::BrowserThread::UI),
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_handler.cc27 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
/external/chromium_org/content/browser/
H A Dbrowser_thread_unittest.cc21 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
27 ui_thread_.reset(new BrowserThreadImpl(BrowserThread::UI));
79 BrowserThread::ReleaseSoon(BrowserThread::UI, FROM_HERE, this);
101 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI);
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc68 // Make sure it runs in the UI thread.
69 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
82 // Make sure it runs in UI thread.
83 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
107 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
153 // Utility function for look up table maintenance, called on the UI thread.
162 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
194 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
213 // then passes |info| to the UI threa
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_chromeos.cc61 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
66 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
114 BrowserThread::UI,
133 BrowserThread::UI,
/external/chromium_org/content/browser/media/
H A Dmedia_internals_handler.cc27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
H A Dwebrtc_internals.cc77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
97 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
125 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
191 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
209 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
214 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
224 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
270 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
289 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
310 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/content/browser/webui/
H A Durl_data_manager.cc60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
86 // We're on the UI thread, delete right away.
91 // We're not on the UI thread, add the DataSource to the list of DataSources
102 // Schedule a task to delete the DataSource back on the UI thread.
104 BrowserThread::UI, FROM_HERE,
/external/chromium_org/content/public/browser/
H A Durl_data_source.cc21 return BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::UI);
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc37 // Note: |context| is valid on UI thread only.
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
83 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
88 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
116 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
143 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_connection.h30 // This resource should be managed on the UI thread.
32 content::BrowserThread::UI;
H A Dbluetooth_low_energy_notify_session.h32 // This resource should be managed on the UI thread.
34 content::BrowserThread::UI;
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_connection_resource.h25 // Migration from FILE thread to UI thread. OS X gets it first.
27 content::BrowserThread::UI;
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter.cc163 // This necessitates a lot of work that has to be performed on the UI thread,
165 // In order to keep the browser responsive, the UI thread shall not be blocked
168 // shorter tasks that are posted one-at-a-time to the UI thread in a serial
188 // format, and posts it back to the UI thread with |callback| once ready. In
189 // order not to block the UI thread for long consecutive periods of time, the
221 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
293 // will need to finally call PostNextTask() on the UI thread when done.
330 content::BrowserThread::UI, FROM_HERE, next_task);
385 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
412 content::BrowserThread::UI);
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc60 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
111 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
121 DCHECK_CURRENTLY_ON(BrowserThread::UI);
314 DCHECK_CURRENTLY_ON(BrowserThread::UI);
338 DCHECK_CURRENTLY_ON(BrowserThread::UI);
394 DCHECK_CURRENTLY_ON(BrowserThread::UI);
405 DCHECK_CURRENTLY_ON(BrowserThread::UI);
412 DCHECK_CURRENTLY_ON(BrowserThread::UI);
420 DCHECK_CURRENTLY_ON(BrowserThread::UI);
456 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_reader.cc41 // on UI thread.
45 DCHECK_CURRENTLY_ON(BrowserThread::UI);
66 // Must be called on UI thread.
68 DCHECK_CURRENTLY_ON(BrowserThread::UI);
79 // file has not been changed while reading. Must be called on UI thread.
85 DCHECK_CURRENTLY_ON(BrowserThread::UI);
107 // |callback| is executed. Must be called on UI thread.
110 DCHECK_CURRENTLY_ON(BrowserThread::UI);
133 DCHECK_CURRENTLY_ON(BrowserThread::UI);
162 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[all...]
H A Dfile_stream_writer.cc34 // on UI thread.
38 DCHECK_CURRENTLY_ON(BrowserThread::UI);
58 // UI thread.
60 DCHECK_CURRENTLY_ON(BrowserThread::UI);
69 // |callback| is executed. Must be called on UI thread.
75 DCHECK_CURRENTLY_ON(BrowserThread::UI);
97 DCHECK_CURRENTLY_ON(BrowserThread::UI);
126 DCHECK_CURRENTLY_ON(BrowserThread::UI);
137 DCHECK_CURRENTLY_ON(BrowserThread::UI);
146 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_host_client.cc192 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
200 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
210 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
217 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
225 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
233 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
240 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
245 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
251 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
257 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_capture_indicator.cc46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
74 // at the end to display in the UI.
76 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
275 // opened devices. However, there exists a race condition at shutdown: The UI
280 !BrowserThread::IsMessageLoopValid(BrowserThread::UI));
301 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
316 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
325 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dnon_frontend_data_type_controller.cc44 // For returning association results to controller on UI.
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
176 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
184 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
221 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
254 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
259 // Deactivate the date type on the UI thread first to stop processing
269 // Disconnect on UI and post task to destroy on backend.
298 BrowserThread::PostTask(BrowserThread::UI, error.location(),
316 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc92 // Repost to switch from IO thread to UI thread for SendResponse().
93 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
96 BrowserThread::UI,
103 DCHECK_CURRENTLY_ON(BrowserThread::UI);
146 // Repost to switch from IO thread to UI thread for SendResponse().
147 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
150 BrowserThread::UI, FROM_HERE,
156 DCHECK_CURRENTLY_ON(BrowserThread::UI);
190 DCHECK_CURRENTLY_ON(BrowserThread::UI);
245 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc96 *thread = BrowserThread::UI;
128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
143 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
145 BrowserThread::UI, FROM_HERE,
177 BrowserThread::UI, FROM_HERE,
190 // Record access to DOM storage for potential display in UI.
192 BrowserThread::UI, FROM_HERE,
230 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
235 // by the UI thread, the extensions::WebViewPermissionHelper might be gone.
283 // Record access to file system for potential display in UI
[all...]

Completed in 562 milliseconds

1234567891011>>