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

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 282 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
295 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
344 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
368 content::BrowserThread::PostTaskAndReply(
369 content::BrowserThread::FILE,
381 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_file_operation.cc 13 using content::BrowserThread;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.cc 37 content::BrowserThread::PostTask(content::BrowserThread::IO, FROM_HERE,
60 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
  /external/chromium_org/chrome/browser/extensions/
requirements_checker_browsertest.cc 83 content::BrowserThread::GetBlockingPool()->FlushForTesting();
101 content::BrowserThread::GetBlockingPool()->FlushForTesting();
114 content::BrowserThread::GetBlockingPool()->FlushForTesting();
123 content::BrowserThread::GetBlockingPool()->FlushForTesting();
135 content::BrowserThread::GetBlockingPool()->FlushForTesting();
144 content::BrowserThread::GetBlockingPool()->FlushForTesting();
157 content::BrowserThread::GetBlockingPool()->FlushForTesting();
168 content::BrowserThread::GetBlockingPool()->FlushForTesting();
188 content::BrowserThread::GetBlockingPool()->FlushForTesting();
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 39 // BrowserThread::IO, "IO", sleep_time, unresponsive_time,
76 const content::BrowserThread::ID& thread_id;
84 WatchingParams(const content::BrowserThread::ID& thread_id_in,
117 content::BrowserThread::ID thread_id() const { return thread_id_; }
199 static void OnPingMessage(const content::BrowserThread::ID& thread_id,
216 const content::BrowserThread::ID thread_id_;
308 // A map from BrowserThread to the actual instances.
309 typedef std::map<content::BrowserThread::ID, ThreadWatcher*> RegistrationList;
396 static bool IsRegistered(const content::BrowserThread::ID thread_id);
450 const content::BrowserThread::ID& thread_id
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_message_filter.h 40 content::BrowserThread::ID* thread) OVERRIDE;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_mementos.cc 97 content::BrowserThread::PostTaskAndReplyWithResult(
98 content::BrowserThread::FILE,
106 content::BrowserThread::PostTask(
107 content::BrowserThread::FILE,
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 56 using content::BrowserThread;
199 worker_pool_token_(BrowserThread::GetBlockingPool()->GetSequenceToken()),
314 BrowserThread::GetBlockingPool()->PostDelayedSequencedWorkerTask(
350 BrowserThread::GetBlockingPool()->PostSequencedWorkerTaskWithShutdownBehavior(
447 if (!BrowserThread::CurrentlyOn(BrowserThread::UI))
450 BrowserThread::GetBlockingPool()->PostSequencedWorkerTaskWithShutdownBehavior(
478 if (!BrowserThread::CurrentlyOn(BrowserThread::UI))
480 BrowserThread::GetBlockingPool()->PostSequencedWorkerTaskWithShutdownBehavior
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 21 using content::BrowserThread;
99 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
164 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
195 const IPC::Message& message, BrowserThread::ID* thread) {
197 *thread = BrowserThread::UI;
275 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/storage_monitor/
media_storage_util.cc 19 using content::BrowserThread;
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
94 DCHECK(!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
123 if (BrowserThread::CurrentlyOn(BrowserThread::FILE)) {
128 BrowserThread::PostTaskAndReply(BrowserThread::FILE,
  /external/chromium_org/chrome/browser/sync/glue/
password_change_processor.cc 27 using content::BrowserThread;
43 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
253 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
260 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/ui/gtk/
web_contents_modal_dialog_manager_gtk.cc 125 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
135 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.cc 93 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::FILE));
141 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc 26 using content::BrowserThread;
104 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(
205 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, base::Bind(
246 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
290 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_proxy.cc 15 using content::BrowserThread;
27 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) {
28 BrowserThread::PostTask(
29 BrowserThread::IO, FROM_HERE,
80 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) { \
81 BrowserThread::PostTask( \
82 BrowserThread::UI, FROM_HERE, \
  /external/chromium_org/content/browser/download/
drag_download_file_browsertest.cc 54 BrowserThread::PostTask(BrowserThread::UI,
75 BrowserThread::PostTask(
76 BrowserThread::IO, FROM_HERE,
drag_download_util.cc 103 BrowserThread::PostTask(
104 BrowserThread::UI, FROM_HERE,
109 BrowserThread::PostTask(
110 BrowserThread::UI, FROM_HERE,
  /external/chromium_org/content/browser/
plugin_service_impl.cc 84 CHECK(BrowserThread::GetBlockingPool()->IsRunningSequenceOnCurrentThread(
93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
111 BrowserThread::PostTask(
112 BrowserThread::UI, FROM_HERE,
168 plugin_list_token_ = BrowserThread::GetBlockingPool()->GetSequenceToken();
235 BrowserThread::PostTask(
236 BrowserThread::FILE, FROM_HERE,
279 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO))
    [all...]
  /external/chromium_org/content/browser/renderer_host/
file_utilities_message_filter.h 30 BrowserThread::ID* thread) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_dispatcher_host.cc 108 BrowserThread::PostTask(
109 BrowserThread::UI,
146 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 299 if (BrowserThread::CurrentlyOn(BrowserThread::IO)) {
302 BrowserThread::PostTask(
303 BrowserThread::IO, FROM_HERE,
316 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
322 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
334 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO))
    [all...]
midi_dispatcher_host.h 27 const IPC::Message& message, BrowserThread::ID* thread) OVERRIDE;
peer_connection_tracker_host.h 29 BrowserThread::ID* thread) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_print_settings_manager.cc 48 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
97 BrowserThread::PostTaskAndReplyWithResult(BrowserThread::UI, FROM_HERE,
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.cc 37 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
81 BrowserThread::PostTask(
82 BrowserThread::UI,

Completed in 492 milliseconds

<<31323334353637383940>>