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

  /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 42 const scoped_refptr<base::MessageLoopProxy>& target_loop);
44 // The |handler| is invoked on the thread associated with |target_loop| to
input_event_filter.cc 44 const scoped_refptr<base::MessageLoopProxy>& target_loop)
48 target_loop_(target_loop),
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.h 114 MessageLoopShared* target_loop() const { return target_loop_.get(); } function in class:ppapi::TrackedCallback
  /external/chromium_org/net/disk_cache/blockfile/
stress_cache.cc 195 void RunSoon(base::MessageLoop* target_loop);
217 void RunSoon(base::MessageLoop* target_loop) {
219 target_loop->PostDelayedTask(
  /external/chromium_org/content/browser/
plugin_service_impl.cc 118 void ForwardCallback(base::MessageLoopProxy* target_loop,
121 target_loop->PostTask(FROM_HERE, base::Bind(callback, plugins));
591 scoped_refptr<base::MessageLoopProxy> target_loop(
601 target_loop, callback),
608 base::Unretained(this), target_loop, callback));
615 base::MessageLoopProxy* target_loop,
623 target_loop->PostTask(FROM_HERE,
629 base::MessageLoopProxy* target_loop,
640 base::Bind(&ForwardCallback, make_scoped_refptr(target_loop), callback));
plugin_service_impl.h 180 void GetPluginsInternal(base::MessageLoopProxy* target_loop,
185 base::MessageLoopProxy* target_loop,

Completed in 95 milliseconds