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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_apitest.cc 49 content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
50 content::RunAllPendingInMessageLoop(content::BrowserThread::IO);
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate.cc 37 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/gpu/
gpu_feature_checker.cc 33 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/printing/
print_job_manager.cc 74 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
81 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
92 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
109 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/sync/
about_sync_util_unittest.cc 16 using content::BrowserThread;
23 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
profile_sync_test_util.h 32 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 43 content::BrowserThread::PostTask(
44 content::BrowserThread::UI, FROM_HERE,
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 157 content::BrowserThread::PostTask(
158 content::BrowserThread::FILE, FROM_HERE,
204 content::BrowserThread::PostTask(
205 content::BrowserThread::UI, FROM_HERE,
233 content::BrowserThread::PostTask(
234 content::BrowserThread::FILE, FROM_HERE,
255 content::BrowserThread::PostTask(
256 content::BrowserThread::FILE, FROM_HERE,
  /external/chromium_org/content/browser/aura/
compositor_resize_lock.cc 29 BrowserThread::PostDelayedTask(
30 BrowserThread::UI, FROM_HERE,
  /external/chromium_org/content/browser/device_orientation/
device_motion_message_filter.cc 17 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
device_orientation_message_filter.cc 17 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/
histogram_message_filter.cc 44 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
mime_registry_message_filter.cc 20 BrowserThread::ID* thread) {
22 *thread = BrowserThread::FILE;
power_save_blocker_win.cc 135 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
143 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
163 BrowserThread::PostTask(
164 BrowserThread::UI, FROM_HERE,
169 BrowserThread::PostTask(
170 BrowserThread::UI, FROM_HERE,
  /external/chromium_org/content/browser/renderer_host/
file_utilities_message_filter.cc 22 BrowserThread::ID* thread) {
24 *thread = BrowserThread::FILE;
gamepad_browser_message_filter.cc 17 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.cc 49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
76 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
98 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
140 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 53 BrowserThread::PostTask(
54 BrowserThread::IO,
62 BrowserThread::PostTask(
63 BrowserThread::IO,
79 BrowserThread::PostTask(
80 BrowserThread::IO,
89 BrowserThread::PostTask(
90 BrowserThread::IO,
  /external/chromium_org/content/browser/web_contents/
web_contents_android.cc 20 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/content/shell/geolocation/
shell_access_token_store.cc 26 BrowserThread::PostTaskAndReply(
27 BrowserThread::UI,
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
59 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
78 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
profile_manager.cc 38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
47 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
226 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
248 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium_org/content/browser/devtools/
worker_devtools_manager.cc 82 BrowserThread::PostTask(
83 BrowserThread::IO,
133 BrowserThread::PostTask(
134 BrowserThread::IO, FROM_HERE,
156 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
167 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
191 BrowserThread::PostTask(
192 BrowserThread::IO, FROM_HERE
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 47 using content::BrowserThread;
62 DCHECK(BrowserThread::GetBlockingPool()->RunsTasksOnCurrentThread());
65 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, success_callback);
67 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, failure_callback);
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
75 content::BrowserThread::PostBlockingPoolTask(
267 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI))
    [all...]
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 82 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
85 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,

Completed in 579 milliseconds

<<21222324252627282930>>