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

/external/chromium_org/ppapi/proxy/
H A Dplugin_message_filter.cc25 resource_reply_thread_registrar_(registrar),
86 resource_reply_thread_registrar_->GetTargetThreadAndUnregister(
H A Dplugin_resource.cc22 resource_reply_thread_registrar_(
37 if (resource_reply_thread_registrar_)
38 resource_reply_thread_registrar_->Unregister(pp_resource());
H A Dplugin_message_filter.h73 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; member in class:ppapi::proxy::PluginMessageFilter
H A Dplugin_globals.cc58 resource_reply_thread_registrar_(
79 resource_reply_thread_registrar_(
H A Dplugin_globals.h134 return resource_reply_thread_registrar_.get();
177 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; member in class:ppapi::proxy::PluginGlobals
H A Dplugin_resource.h181 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; member in class:ppapi::proxy::PluginResource
210 if (resource_reply_thread_registrar_) {
211 resource_reply_thread_registrar_->Register(

Completed in 177 milliseconds