HomeSort by relevance Sort by last modified time
    Searched refs:BrowserThread (Results 726 - 750 of 2064) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.cc 70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
82 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 60 using content::BrowserThread;
181 BrowserThread::PostTask(
182 BrowserThread::UI, FROM_HERE, base::Bind(callback, mime_type));
240 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
255 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
270 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
295 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 107 using content::BrowserThread;
192 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
248 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
257 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
363 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
371 BrowserThread::PostTask
    [all...]
  /external/chromium_org/content/browser/
browser_main_loop.cc 314 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
628 // Start threads in the order they occur in the BrowserThread::ID
629 // enumeration, except for BrowserThread::UI which is the main
633 for (size_t thread_id = BrowserThread::UI + 1;
634 thread_id < BrowserThread::ID_COUNT;
640 case BrowserThread::DB:
643 "Thread", "BrowserThread::DB");
646 case BrowserThread::FILE_USER_BLOCKING:
649 "Thread", "BrowserThread::FILE_USER_BLOCKING")
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 55 void UpdateOwnerKey(const BrowserThread::ID thread_id,
74 void Sign(const BrowserThread::ID thread_id,
86 void Verify(const BrowserThread::ID thread_id,
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.h 34 BrowserThread::DeleteOnUIThread> {
52 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium/chrome/browser/sync/glue/
http_bridge.cc 49 return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
193 if (!BrowserThread::PostTask(
194 BrowserThread::IO, FROM_HERE,
213 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
261 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE
    [all...]
preference_change_processor.cc 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 27 BrowserThread::DeleteOnUIThread> {
71 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
  /external/chromium/chrome/common/
json_pref_store.cc 31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
32 BrowserThread::PostTask(
33 BrowserThread::FILE,
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
53 BrowserThread::PostTask(
54 BrowserThread::UI,
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 11 using content::BrowserThread;
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
aw_form_database_service_unittest.cc 22 using content::BrowserThread;
30 : ui_thread_(BrowserThread::UI, &message_loop_),
31 db_thread_(BrowserThread::DB) {
net_disk_cache_remover.cc 18 using content::BrowserThread;
69 BrowserThread::PostTask(
70 BrowserThread::IO, FROM_HERE,
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 36 using content::BrowserThread;
97 content::BrowserThread::GetBlockingPool()->
168 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
175 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
208 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE)));
222 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO))
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
bookmark_model_observer_task.cc 10 using content::BrowserThread;
15 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/chromeos/login/
help_app_launcher.cc 22 using content::BrowserThread;
66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/extensions/api/
api_resource_manager_unittest.cc 20 using content::BrowserThread;
36 static const BrowserThread::ID kThreadId = BrowserThread::UI;
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_cache_delegate.cc 63 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
96 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
114 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
118 content::BrowserThread::PostTask(
151 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
180 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI))
    [all...]
rules_cache_delegate.h 45 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
99 content::BrowserThread::ID rules_registry_thread_;
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.h 40 content::BrowserThread::DeleteOnUIThread>,
52 friend struct content::BrowserThread::DeleteOnThread<
53 content::BrowserThread::UI>;
  /external/chromium_org/chrome/browser/local_discovery/
privet_traffic_detector.h 28 PrivetTrafficDetector, content::BrowserThread::DeleteOnIOThread>,
37 friend struct content::BrowserThread::DeleteOnThread<
38 content::BrowserThread::IO>;
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle.cc 16 using content::BrowserThread;
44 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
  /external/chromium_org/chrome/browser/media/
encrypted_media_message_filter_android.cc 14 using content::BrowserThread;
65 const IPC::Message& message, BrowserThread::ID* thread) {
68 *thread = BrowserThread::FILE;
  /external/chromium_org/chrome/browser/net/
predictor_tab_helper.cc 17 using content::BrowserThread;
69 BrowserThread::PostTask(
70 BrowserThread::IO,

Completed in 620 milliseconds

<<21222324252627282930>>