/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_handler.cc | 5 #include "chrome/browser/ui/webui/memory_internals/memory_internals_handler.h" 13 #include "chrome/browser/ui/webui/memory_internals/memory_internals_proxy.h" 27 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
/external/chromium_org/chrome/test/base/ |
tracing.cc | 31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium_org/content/browser/ |
browser_thread_unittest.cc | 21 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/ |
save_file_manager.cc | 68 // 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 thread for reporting saving status [all...] |
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_chromeos.cc | 61 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 66 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 118 BrowserThread::UI, 137 BrowserThread::UI,
|
/external/chromium_org/content/browser/media/ |
media_internals_handler.cc | 26 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium_org/content/browser/webui/ |
url_data_manager.cc | 60 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/ |
url_data_source.cc | 21 return BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::UI);
|
/external/llvm/lib/Transforms/Scalar/ |
Reg2Mem.cpp | 50 for (Value::const_use_iterator UI = Inst->use_begin(),E = Inst->use_end(); 51 UI != E; ++UI) { 52 const Instruction *I = cast<Instruction>(*UI);
|
/external/chromium_org/chrome/browser/media/ |
media_capture_devices_dispatcher.cc | 21 #include "chrome/browser/ui/screen_capture_notification_ui.h" 22 #include "chrome/browser/ui/simple_message_box.h" 37 #include "ui/base/l10n/l10n_util.h" 110 // UI thread. Otherwise, it will not receive 113 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 134 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 140 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 146 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 156 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 168 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 202 scoped_ptr<content::MediaStreamUI> ui; local 345 scoped_ptr<content::MediaStreamUI> ui; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
sync_file_system_api.cc | 88 // Repost to switch from IO thread to UI thread for SendResponse(). 89 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) { 92 BrowserThread::UI, 99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 157 // Repost to switch from IO thread to UI thread for SendResponse(). 158 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) { 161 BrowserThread::UI, FROM_HERE, 167 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 202 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 257 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 85 // Sadly, this MUST be on the UI thread due to sending DBus traffic :-/ 87 BrowserThread::UI, FROM_HERE, 110 // Sadly, this MUST be on the UI thread due to sending DBus traffic :-/ 112 BrowserThread::UI, FROM_HERE, 121 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 147 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 159 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 184 BrowserThread::UI, FROM_HERE, 188 BrowserThread::UI, FROM_HERE [all...] |
image_downloader.cc | 30 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 47 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium/chrome/browser/ |
browsing_data_database_helper.cc | 60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 119 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod( 124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 126 // Note: completion_callback_ mutates only in the UI thread, so it's safe to 165 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 242 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
|
browsing_data_local_storage_helper.cc | 60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 80 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 124 BrowserThread::UI, FROM_HERE, 130 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 132 // Note: completion_callback_ mutates only in the UI thread, so it's safe to 156 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 185 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 235 BrowserThread::UI, FROM_HERE,
|
/external/chromium/chrome/browser/chromeos/cros/ |
brightness_library.cc | 53 // Make sure we run on the UI thread. 54 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) { 56 BrowserThread::UI, FROM_HERE,
|
/external/chromium/chrome/browser/chromeos/ |
network_state_notifier.cc | 26 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 51 // Update the state 500ms later using UI thread. 54 BrowserThread::UI, FROM_HERE,
|
/external/chromium/chrome/browser/sync/glue/ |
extension_change_processor.cc | 34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 39 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 152 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 163 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 171 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 195 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
typed_url_data_type_controller.cc | 59 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 107 // TODO(sync): Blocking the UI thread at shutdown is bad. If we had a way of 114 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 220 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, 233 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 267 BrowserThread::UI, FROM_HERE, 276 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium_org/android_webview/browser/ |
icon_helper.cc | 35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium_org/chrome/browser/chromeos/ |
camera_detector.cc | 44 DCHECK(BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 60 DCHECK(BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_performer.cc | 40 #include "ui/base/l10n/l10n_util.h" 41 #include "ui/base/resource/resource_bundle.h" 212 BrowserThread::UI, FROM_HERE, 221 BrowserThread::UI, FROM_HERE, 228 BrowserThread::UI, FROM_HERE, 246 BrowserThread::UI, FROM_HERE, 253 BrowserThread::UI, FROM_HERE, 260 BrowserThread::UI, FROM_HERE, 274 BrowserThread::UI, FROM_HERE, 290 BrowserThread::UI, FROM_HERE [all...] |
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
debug_daemon_log_source.cc | 39 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 76 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 87 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 98 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 109 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 120 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 132 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 172 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
entry_picker.cc | 12 #include "chrome/browser/ui/chrome_select_file_policy.h" 15 #include "ui/shell_dialogs/select_file_dialog.h" 30 ui::SelectFileDialog::Type picker_type, 33 const ui::SelectFileDialog::FileTypeInfo& info, 36 select_file_dialog_ = ui::SelectFileDialog::Create( 45 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE, 51 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_api.cc | 59 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 86 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, 92 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, 97 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 115 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 154 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 166 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|