Searched refs:UI (Results 76 - 100 of 1173) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper.cc52 BrowserThread::UI,
83 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
136 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
154 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
174 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
190 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tab_helper.cc29 DCHECK_CURRENTLY_ON(BrowserThread::UI);
43 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsearch_engine_data_type_controller.cc23 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
H A Dextension_data_type_controller.cc22 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
H A Dui_model_worker.cc28 // the main UI loop has terminated. There is no easy way to assert the
49 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
56 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
63 BrowserThread::UI, FROM_HERE,
66 DLOG(WARNING) << "Could not post work to UI loop.";
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_message_filter.cc20 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
23 // Handles the RenderFrameHost being deleted on the UI thread while
58 BrowserThread::UI, FROM_HERE,
/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl.cc26 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
63 BrowserThread::PostTask(BrowserThread::UI,
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
154 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator.cc42 DCHECK_CURRENTLY_ON(BrowserThread::UI);
71 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
93 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI).get());
108 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dnetwork_event_log_source.cc16 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand_chromeos.cc51 content::BrowserThread::UI) ||
52 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
58 content::BrowserThread::UI) ||
59 content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/components/keyed_service/content/
H A Drefcounted_browser_context_keyed_service.cc24 thread_id_(content::BrowserThread::UI) {}
/external/chromium_org/content/browser/
H A Dtime_zone_monitor_linux.cc45 // on the UI thread. TimeZoneMonitorLinuxImpl is the bridge between these
54 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
62 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
111 BrowserThread::UI,
118 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system.cc93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
163 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
208 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
216 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
268 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
274 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
383 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
391 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
398 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
403 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_xhr_request_waiter.cc50 BrowserThread::UI, FROM_HERE,
62 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
84 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_event_router.cc25 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
29 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
35 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
/external/chromium_org/chrome/browser/extensions/
H A Drequirements_checker.cc32 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
67 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
89 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
H A Dunpacked_installer.cc115 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
119 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) ||
134 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
172 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
200 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
250 BrowserThread::UI,
256 BrowserThread::UI, FROM_HERE,
261 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
288 BrowserThread::UI,
295 BrowserThread::UI,
[all...]
H A Dzipfile_installer.cc35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
82 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
89 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
102 BrowserThread::UI,
111 BrowserThread::UI,
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_fake.cc23 content::BrowserThread::UI,
30 content::BrowserThread::UI,
62 content::BrowserThread::UI,
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_task_helper_map_service.cc26 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
36 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
46 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
/external/chromium_org/chrome/browser/speech/
H A Dtts_message_filter.cc20 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
36 *thread = BrowserThread::UI;
56 BrowserThread::UI, FROM_HERE,
65 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
84 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
105 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
115 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
123 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
160 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/android_webview/native/
H A Daw_contents.cc139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
165 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
171 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)),
198 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
225 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
261 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
288 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
310 BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE, this);
345 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
419 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
H A Daw_quota_manager_bridge_impl.cc32 // This object lives on UI and IO threads. Care need to be taken to make sure
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
83 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 BrowserThread::UI,
142 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
147 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
150 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, task);
187 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
210 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_history.cc27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
47 BrowserThread::UI, FROM_HERE,
65 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
75 // History access from profile needs to happen in UI thread
76 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_prompt_views.cc25 // the UI thread) to the net::URLRequest (on the I/O thread).
57 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); variable
68 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); variable
82 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); variable
88 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); variable
111 DCHECK_CURRENTLY_ON(content::BrowserThread::UI); variable
121 // or CancelAuth (say, if the request was cancelled before the UI thread got
122 // control). However, that's OK since any UI interaction in those functions
123 // will occur via an InvokeLater on the UI thread, which is guaranteed

Completed in 487 milliseconds

1234567891011>>