/external/chromium/chrome/browser/chromeos/offline/ |
offline_load_page_unittest.cc | 48 : ui_thread_(BrowserThread::UI, MessageLoop::current()), 49 io_thread_(BrowserThread::IO, MessageLoop::current()) { 85 BrowserThread ui_thread_; 86 BrowserThread io_thread_;
|
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.cc | 46 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) 50 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) 66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 161 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 184 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)) [all...] |
/external/chromium/chrome/browser/download/ |
drag_download_util.cc | 102 BrowserThread::PostTask( 103 BrowserThread::UI, FROM_HERE, 108 BrowserThread::PostTask( 109 BrowserThread::UI, FROM_HERE,
|
/external/chromium/chrome/browser/net/ |
chrome_cookie_policy.cc | 28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
preconnect.cc | 27 BrowserThread::PostTask( 28 BrowserThread::IO, 43 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) {
|
proxy_service_factory.cc | 30 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 39 // can use BrowserThread instead of raw MessageLoop pointers? See bug 25354. 58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium/chrome/browser/printing/ |
print_dialog_gtk.cc | 90 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 104 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 223 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI)); 231 BrowserThread::PostTask( 232 BrowserThread::FILE, FROM_HERE, 309 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)) [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk_unittest.cc | 28 : ui_thread_(BrowserThread::UI, &message_loop_), 29 file_thread_(BrowserThread::FILE, &message_loop_) { 53 BrowserThread ui_thread_; 54 BrowserThread file_thread_;
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_drag_win.cc | 108 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 178 BrowserThread::PostTask( 179 BrowserThread::UI, FROM_HERE, 319 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 338 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)) [all...] |
/external/chromium/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 37 WebUISourcesTest() : ui_thread_(BrowserThread::UI, MessageLoop::current()) {} 53 BrowserThread ui_thread_; 79 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
|
/external/chromium_org/chrome/browser/chromeos/login/ |
proxy_settings_dialog.cc | 62 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); 84 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_cert_service.cc | 51 base::Bind(base::IgnoreResult(&content::BrowserThread::PostTask), 52 content::BrowserThread::UI, 88 content::BrowserThread::PostTask( 89 content::BrowserThread::IO,
|
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
about_system_logs_fetcher.cc | 19 using content::BrowserThread;
|
scrubbed_system_logs_fetcher.cc | 19 using content::BrowserThread;
|
/external/chromium_org/chrome/browser/download/ |
download_crx_util_android.cc | 12 using content::BrowserThread;
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
picasa_finder.cc | 71 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::FILE)); 98 content::BrowserThread::PostTaskAndReplyWithResult( 99 content::BrowserThread::FILE,
|
/external/chromium_org/chrome/browser/signin/ |
principals_message_filter.h | 22 content::BrowserThread::ID* thread) OVERRIDE;
|
/external/chromium_org/chrome/browser/sync/glue/ |
ui_model_worker_unittest.cc | 19 using content::BrowserThread; 30 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI)); 67 ui_thread_.reset(new content::TestBrowserThread(BrowserThread::UI,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
create_application_shortcuts_dialog_gtk.h | 17 using content::BrowserThread; 39 BrowserThread::DeleteOnUIThread> { 87 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
|
/external/chromium_org/chrome/test/base/ |
chrome_test_launcher.cc | 92 if (content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)) { 103 if (content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)) {
|
/external/chromium_org/content/browser/ |
browser_process_sub_thread.h | 37 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
|
message_port_message_filter.h | 32 friend class BrowserThread;
|
mime_registry_message_filter.h | 19 BrowserThread::ID* thread) OVERRIDE;
|
/external/chromium_org/content/browser/download/ |
base_file.cc | 58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 152 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 191 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)) [all...] |
/external/chromium_org/content/browser/gpu/ |
browser_gpu_channel_host_factory.cc | 46 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO); 174 return BrowserThread::CurrentlyOn(BrowserThread::UI); 178 return BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::UI); 183 return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO); 268 BrowserThread::PostTask( 269 BrowserThread::UI [all...] |