HomeSort by relevance Sort by last modified time
    Searched refs:target_loop (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/browser/
plugin_loader_posix.h 56 scoped_refptr<base::MessageLoopProxy> target_loop,
68 PendingCallback(scoped_refptr<base::MessageLoopProxy> target_loop,
72 scoped_refptr<base::MessageLoopProxy> target_loop; member in struct:content::PluginLoaderPosix::PendingCallback
plugin_loader_posix.cc 25 scoped_refptr<base::MessageLoopProxy> target_loop,
29 callbacks_.push_back(PendingCallback(target_loop, callback));
173 callback.target_loop->PostTask(
194 : target_loop(loop),
plugin_service_impl.cc 585 scoped_refptr<base::MessageLoopProxy> target_loop(
595 target_loop, callback),
603 target_loop->PostTask(FROM_HERE,
612 target_loop, callback));
620 base::MessageLoopProxy* target_loop,
628 target_loop->PostTask(FROM_HERE,
plugin_service_impl.h 185 void GetPluginsInternal(base::MessageLoopProxy* target_loop,
  /external/chromium_org/ppapi/proxy/
resource_reply_thread_registrar.cc 33 DCHECK(reply_thread_hint->target_loop());
35 reply_thread_hint->target_loop()->GetMessageLoopProxy());
  /external/chromium_org/content/renderer/input/
input_event_filter.h 34 const scoped_refptr<base::MessageLoopProxy>& target_loop);
36 // The |handler| is invoked on the thread associated with |target_loop| to
input_event_filter.cc 25 const scoped_refptr<base::MessageLoopProxy>& target_loop)
29 target_loop_(target_loop),
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.h 116 MessageLoopShared* target_loop() const { function in class:ppapi::TrackedCallback
  /external/chromium/net/disk_cache/
stress_cache.cc 197 static void RunSoon(MessageLoop* target_loop) {
200 target_loop->PostDelayedTask(FROM_HERE, task, task_delay);
  /external/chromium_org/net/disk_cache/
stress_cache.cc 195 void RunSoon(base::MessageLoop* target_loop);
217 void RunSoon(base::MessageLoop* target_loop) {
219 target_loop->PostDelayedTask(
  /external/chromium_org/chrome/browser/metrics/
metrics_service.h 295 base::MessageLoopProxy* target_loop);
309 base::MessageLoopProxy* target_loop);
metrics_service.cc     [all...]
  /external/chromium/chrome/common/net/
url_fetcher_unittest.cc 32 CurriedTask(Task* task, MessageLoop* target_loop)
34 target_loop_(target_loop) {}

Completed in 1188 milliseconds