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

<<61626364656667686970>>

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy_unittest.cc 61 : ui_thread_(BrowserThread::UI, &message_loop_),
62 io_thread_(BrowserThread::IO, &message_loop_) {
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc 45 using content::BrowserThread;
680 BrowserThread::PostTaskAndReplyWithResult(
681 BrowserThread::DB,
749 DCHECK(BrowserThread::IsMessageLoopValid(BrowserThread::DB));
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client_unittest.cc 75 using content::BrowserThread;
99 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
112 BrowserThread::ReleaseSoon(BrowserThread::IO, FROM_HERE, context_);
pref_proxy_config_tracker_impl_unittest.cc 22 using content::BrowserThread;
80 : ui_thread_(BrowserThread::UI, &loop_),
81 io_thread_(BrowserThread::IO, &loop_) {}
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 54 using content::BrowserThread;
487 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
677 BrowserThread::PostTask(
678 BrowserThread::IO, FROM_HERE,
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 27 using content::BrowserThread;
95 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
470 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
bookmark_change_processor.cc 38 using content::BrowserThread;
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
492 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc 53 if (!content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)) {
55 << content::BrowserThread::IO
73 content::BrowserThread::PostTaskAndReply(
74 content::BrowserThread::IO,
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 68 using content::BrowserThread;
233 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
253 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc 27 using content::BrowserThread;
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
129 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 32 using content::BrowserThread;
227 sequence_token_ = BrowserThread::GetBlockingPool()->GetSequenceToken();
287 BrowserThread::GetBlockingPool()->PostSequencedWorkerTask(sequence_token_,
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 160 using content::BrowserThread;
246 BrowserThread::PostTaskAndReply(
247 BrowserThread::IO, FROM_HERE,
253 BrowserThread::PostTaskAndReply(
254 BrowserThread::IO, FROM_HERE,
432 BrowserThread::PostTaskAndReplyWithResult(
433 BrowserThread::IO, FROM_HERE,
444 content::RunAllPendingInMessageLoop(BrowserThread::IO);
445 content::RunAllPendingInMessageLoop(BrowserThread::FILE);
446 content::RunAllPendingInMessageLoop(BrowserThread::IO)
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 37 using content::BrowserThread;
432 callback_thread_id_(BrowserThread::ID_COUNT) {
444 CHECK(BrowserThread::GetCurrentThreadIdentifier(&callback_thread_id_));
445 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
488 BrowserThread::PostTask(callback_thread_id_, FROM_HERE,
719 DCHECK(BrowserThread::CurrentlyOn(callback_thread_id_));
    [all...]
character_encoding.cc 22 using content::BrowserThread;
187 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 62 using content::BrowserThread;
883 if (!BrowserThread::CurrentlyOn(BrowserThread::FILE)) {
884 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
898 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 25 using content::BrowserThread;
50 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO))) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc 67 using content::BrowserThread;
101 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
    [all...]
  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 134 BrowserThread* io_thread_;
153 io_thread_ = new BrowserThread(BrowserThread::IO, message_loop_);
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 32 using content::BrowserThread;
125 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 33 using content::BrowserThread;
440 BrowserThread::PostTask(
441 BrowserThread::FILE, FROM_HERE,
  /external/chromium_org/chrome/browser/chromeos/login/
screen_locker.cc 57 using content::BrowserThread;
282 BrowserThread::PostTask(
283 BrowserThread::UI, FROM_HERE,
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc 25 using content::BrowserThread;
84 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); // not threadsafe.
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc 42 using content::BrowserThread;
426 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.cc 45 content::BrowserThread::IO,
233 content::BrowserThread::PostTask(
234 content::BrowserThread::UI, FROM_HERE,
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 53 using content::BrowserThread;
147 BrowserThread::PostTask(BrowserThread::IO,
222 BrowserThread::GetBlockingPool()->FlushForTesting();
223 FlushMessageLoop(BrowserThread::IO);
257 BrowserThread::PostTask(
258 BrowserThread::UI,
268 void PostRunMessageLoopTask(BrowserThread::ID thread) {
269 BrowserThread::PostTask(
276 void FlushMessageLoop(BrowserThread::ID thread)
    [all...]

Completed in 1330 milliseconds

<<61626364656667686970>>