Home
last modified time | relevance | path

Searched refs:PepperPluginInstance (Results 1 – 4 of 4) sorted by relevance

/external/cronet/components/nacl/renderer/
Dppb_nacl_private_impl.cc103 bool CanOpenViaFastPath(content::PepperPluginInstance* plugin_instance, in CanOpenViaFastPath()
411 content::PepperPluginInstance* plugin_instance = in LaunchSelLdr()
412 content::PepperPluginInstance::Get(instance); in LaunchSelLdr()
554 content::PepperPluginInstance* plugin_instance = in StartPpapiProxy()
555 content::PepperPluginInstance::Get(instance); in StartPpapiProxy()
783 content::PepperPluginInstance* plugin_instance = in OpenNaClExecutable()
784 content::PepperPluginInstance::Get(instance); in OpenNaClExecutable()
984 content::PepperPluginInstance* plugin_instance = in DownloadManifestToBuffer()
985 content::PepperPluginInstance::Get(instance); in DownloadManifestToBuffer()
1341 content::PepperPluginInstance* plugin_instance = in DownloadNexe()
[all …]
Dprogress_event.cc44 content::PepperPluginInstance* plugin_instance = in DispatchProgressEventOnMainThread()
45 content::PepperPluginInstance::Get(instance); in DispatchProgressEventOnMainThread()
Dnexe_load_manager.h22 class PepperPluginInstance; variable
166 content::PepperPluginInstance* plugin_instance_;
Dnexe_load_manager.cc90 plugin_instance_(content::PepperPluginInstance::Get(pp_instance)) { in NexeLoadManager()