/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_file_operation.cc | 20 using content::BrowserThread; 147 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 151 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 158 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 186 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 213 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)) [all...] |
update_operation.cc | 18 using content::BrowserThread; 116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 120 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 153 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 179 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_special_storage_policy.cc | 22 using content::BrowserThread; 184 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) { 185 BrowserThread::PostTask( 186 BrowserThread::IO, FROM_HERE, 197 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) { 198 BrowserThread::PostTask( 199 BrowserThread::IO, FROM_HERE, 208 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) [all...] |
startup_helper.cc | 27 using content::BrowserThread; 95 BrowserThread::PostTask(BrowserThread::FILE, 111 BrowserThread::PostTask(BrowserThread::UI, 121 BrowserThread::PostTask(BrowserThread::UI, 128 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 134 CHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)) [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
two_phase_uploader_unittest.cc | 17 using content::BrowserThread; 64 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO))) { 80 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB).get(), 106 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB).get(), 128 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB).get(), 154 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB).get() [all...] |
safe_browsing_test.cc | 55 using content::BrowserThread; 139 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, 146 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 306 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 310 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, 321 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE [all...] |
/external/chromium_org/components/nacl/browser/ |
nacl_file_host.cc | 23 using content::BrowserThread; 59 DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread()); 103 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 127 DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread()); 140 BrowserThread::PostTask( 141 BrowserThread::IO, FROM_HERE, 160 if (!BrowserThread::PostBlockingPoolTask( 208 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) [all...] |
/external/chromium_org/chrome/browser/policy/ |
url_blacklist_manager.cc | 32 using content::BrowserThread; 67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 298 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 313 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 323 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 335 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)) [all...] |
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_api.cc | 38 using content::BrowserThread; 225 bool rv = BrowserThread::PostTask( 226 BrowserThread::IO, FROM_HERE, 235 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 261 bool rv = BrowserThread::PostTask( 262 BrowserThread::UI, FROM_HERE, 268 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 297 bool rv = BrowserThread::PostTask [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
burn_library.cc | 89 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, 98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 122 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, 134 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 151 BrowserThread::PostTask( 152 BrowserThread::UI, 157 BrowserThread::PostTask( 158 BrowserThread::UI, 163 BrowserThread::PostTask( 164 BrowserThread::UI, 172 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 241 BrowserThread::PostTask( 242 BrowserThread::UI [all...] |
help_app_launcher.cc | 53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium/chrome/browser/extensions/ |
file_reader.cc | 20 BrowserThread::PostTask( 21 BrowserThread::FILE, FROM_HERE,
|
pending_extension_manager.cc | 61 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 82 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 109 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 153 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium/chrome/browser/net/gaia/ |
token_service_unittest.h | 71 BrowserThread ui_thread_; // Mostly so DCHECKS pass. 72 BrowserThread db_thread_; // WDS on here
|
/external/chromium/chrome/browser/prefs/ |
pref_member.cc | 46 void PrefMemberBase::MoveToThread(BrowserThread::ID thread_id) { 80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { } 85 return (BrowserThread::CurrentlyOn(thread_id_) || 86 (thread_id_ == BrowserThread::UI && 87 !BrowserThread::IsMessageLoopValid(BrowserThread::UI))); 97 bool rv = BrowserThread::PostTask( 106 void PrefMemberBase::Internal::MoveToThread(BrowserThread::ID thread_id) {
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_controller_unittest.cc | 75 io_thread_(BrowserThread::IO), // constructs a new thread and loop 93 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 104 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 136 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI)); 155 BrowserThread io_thread_;
|
/external/chromium/chrome/browser/ssl/ |
ssl_client_auth_handler.h | 27 BrowserThread::DeleteOnIOThread> { 55 friend class BrowserThread;
|
/external/chromium/chrome/browser/sync/notifier/ |
non_blocking_invalidation_notifier_unittest.cc | 47 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util_unittest.cc | 17 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_gtk.cc | 52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 129 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 170 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
/external/chromium/chrome/browser/ui/webui/ |
gpu_internals_ui.cc | 216 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 223 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 309 BrowserThread::PostTask( 310 BrowserThread::UI, FROM_HERE, 335 BrowserThread::PostTask( 336 BrowserThread::UI, FROM_HERE, 354 BrowserThread::PostTask( 355 BrowserThread::FILE, FROM_HERE [all...] |
/external/chromium_org/chrome/browser/automation/ |
chrome_frame_automation_provider_win_unittest.cc | 12 using content::BrowserThread; 36 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
|
/external/chromium_org/chrome/browser/ |
chrome_quota_permission_context.cc | 158 if (!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)) { 159 content::BrowserThread::PostTask( 160 content::BrowserThread::UI, FROM_HERE, 198 if (!content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)) { 199 content::BrowserThread::PostTask( 200 content::BrowserThread::IO, FROM_HERE,
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
test_rules_registry.h | 15 TestRulesRegistry(content::BrowserThread::ID owner_thread, 21 content::BrowserThread::ID owner_thread,
|