Searched defs:GetPluginInstance (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dmock_renderer_ppapi_host.cc31 PepperPluginInstance* MockRendererPpapiHost::GetPluginInstance( function in class:content::MockRendererPpapiHost
H A Dppb_var_deprecated_impl.cc120 PepperPluginInstanceImpl* GetPluginInstance() { function in class:content::__anon7452::ObjectAccessorTryCatch
198 PP_Var ret = NPVariantToPPVar(accessor.GetPluginInstance(), &result);
316 PP_Var ret = NPVariantToPPVar(accessor->GetPluginInstance(), &result);
329 PepperPluginInstanceImpl* plugin = accessor.GetPluginInstance();
363 PP_Var ret = NPVariantToPPVar(accessor.GetPluginInstance(), &result);
H A Drenderer_ppapi_host_impl.cc164 PepperPluginInstance* RendererPpapiHostImpl::GetPluginInstance( function in class:content::RendererPpapiHostImpl
/external/chromium_org/pdf/
H A Dpreview_mode_client.cc139 pp::Instance* PreviewModeClient::GetPluginInstance() { function in class:chrome_pdf::PreviewModeClient
H A Dout_of_process_instance.cc1168 pp::Instance* OutOfProcessInstance::GetPluginInstance() { function in class:chrome_pdf::OutOfProcessInstance
H A Dinstance.cc1591 pp::Instance* Instance::GetPluginInstance() { function in class:chrome_pdf::Instance
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc762 pp::Instance* PDFiumEngine::GetPluginInstance() { function in class:chrome_pdf::PDFiumEngine
763 return client_->GetPluginInstance();
1031 g_last_instance_id = client_->GetPluginInstance()->pp_instance();
1048 pp::ImageData image = pp::ImageData(client_->GetPluginInstance(),
1139 client_->GetPluginInstance(), output_file_write.size());
1422 pp::PDF::SetLinkUnderCursor(GetPluginInstance(), url.c_str());
1511 client_->GetPluginInstance(),
2333 g_last_instance_id = client_->GetPluginInstance()->pp_instance();
2720 g_last_instance_id = client_->GetPluginInstance()->pp_instance();
2867 pp::PDF::SetSelectedText(GetPluginInstance(), GetSelectedTex
[all...]

Completed in 143 milliseconds