Home | History | Annotate | Download | only in pepper

Lines Matching defs:host_impl

609   RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host();
610 resource_creation_ = host_impl->CreateInProcessResourceCreationAPI(this);
926 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host();
928 new PepperURLLoaderHost(host_impl, true, pp_instance(), 0);
938 int pending_host_id = host_impl->GetPpapiHost()->AddPendingResourceHost(
943 host_impl,
2705 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host();
2706 if (host_impl->in_process_router()) {
2708 host_impl->in_process_router()->GetPluginConnection(instance),
3252 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host();
3254 new PepperFileRefRendererHost(host_impl, pp_instance(), 0, path));
3255 return host_impl->GetPpapiHost()->AddPendingResourceHost(
3367 RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host();
3369 if (host_impl->in_process_router()) {
3374 host_impl->in_process_router()->GetPluginConnection(pp_instance()),