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

  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.h 48 return loop_proxy_;
78 // Any time we post tasks, we should post them using loop_proxy_.
80 scoped_refptr<base::MessageLoopProxy> loop_proxy_; member in class:ppapi::proxy::MessageLoopResource
ppb_message_loop_proxy.cc 56 loop_proxy_ = base::MessageLoopProxy::current();
90 loop_proxy_ = base::MessageLoopProxy::current();
114 loop_proxy_ = NULL;
160 loop_proxy_ = NULL;
180 if (loop_proxy_.get()) {
181 loop_proxy_->PostDelayedTask(
193 return loop_proxy_.get();
  /external/chromium_org/content/common/gpu/media/
vt_video_decode_accelerator.cc 10 : loop_proxy_(base::MessageLoopProxy::current()),
vt_video_decode_accelerator.h 42 scoped_refptr<base::MessageLoopProxy> loop_proxy_; member in class:content::VTVideoDecodeAccelerator

Completed in 162 milliseconds