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

  /external/chromium_org/ppapi/proxy/
plugin_message_filter.h 73 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; member in class:ppapi::proxy::PluginMessageFilter
plugin_message_filter.cc 25 resource_reply_thread_registrar_(registrar),
86 resource_reply_thread_registrar_->GetTargetThread(reply_params,
plugin_resource.cc 22 resource_reply_thread_registrar_(
37 if (resource_reply_thread_registrar_.get())
38 resource_reply_thread_registrar_->Unregister(pp_resource());
plugin_globals.h 136 return resource_reply_thread_registrar_.get();
179 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; member in class:ppapi::proxy::PluginGlobals
plugin_resource.h 181 scoped_refptr<ResourceReplyThreadRegistrar> resource_reply_thread_registrar_; member in class:ppapi::proxy::PluginResource
210 if (resource_reply_thread_registrar_.get()) {
211 resource_reply_thread_registrar_->Register(
plugin_globals.cc 58 resource_reply_thread_registrar_(
79 resource_reply_thread_registrar_(

Completed in 40 milliseconds