Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/pepper/
Durl_request_info_util.cc61 RendererPpapiHost* renderer_ppapi_host = in AppendFileRefToBody() local
62 instance_impl->module()->renderer_ppapi_host(); in AppendFileRefToBody()
63 if (!renderer_ppapi_host) in AppendFileRefToBody()
66 renderer_ppapi_host->GetPpapiHost()->GetResourceHost(resource); in AppendFileRefToBody()
Drenderer_ppapi_host_impl.cc82 DCHECK(!module->renderer_ppapi_host()); in CreateOnModuleForOutOfProcess()
96 DCHECK(!module->renderer_ppapi_host()); in CreateOnModuleForInProcess()
116 return instance->module()->renderer_ppapi_host(); in GetForPPInstance()
Dplugin_module.h129 RendererPpapiHostImpl* renderer_ppapi_host() { in renderer_ppapi_host() function
Dpepper_plugin_instance_impl.cc555 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); in PepperPluginInstanceImpl()
818 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); in HandleDocumentLoad()
2783 RendererPpapiHostImpl* renderer_ppapi_host = in SwitchToOutOfProcessProxy() local
2792 if (!renderer_ppapi_host) { in SwitchToOutOfProcessProxy()
2918 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); in MakePendingFileRefRendererHost()
3028 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host(); in DidDataFromWebURLResponse()
Dplugin_module.cc692 if (!module->renderer_ppapi_host()) { in Create()
/external/chromium_org/content/
Dcontent_renderer.gypi50 'public/renderer/renderer_ppapi_host.h',