Home
last modified time | relevance | path

Searched refs:resource_reply_thread_registrar_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dplugin_resource.cc22 resource_reply_thread_registrar_( in PluginResource()
37 if (resource_reply_thread_registrar_.get()) in ~PluginResource()
38 resource_reply_thread_registrar_->Unregister(pp_resource()); in ~PluginResource()
Dplugin_message_filter.cc25 resource_reply_thread_registrar_(registrar), in PluginMessageFilter()
86 resource_reply_thread_registrar_->GetTargetThread(reply_params, in OnMsgResourceReply()
Dplugin_globals.h136 return resource_reply_thread_registrar_.get(); in resource_reply_thread_registrar()
179 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; variable
Dplugin_resource.h181 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; variable
210 if (resource_reply_thread_registrar_.get()) { in Call()
211 resource_reply_thread_registrar_->Register( in Call()
Dplugin_globals.cc58 resource_reply_thread_registrar_( in PluginGlobals()
79 resource_reply_thread_registrar_( in PluginGlobals()
Dplugin_message_filter.h73 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; variable