Searched refs:m_NPP_Shutdown (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginPackageWin.cpp276 m_NPP_Shutdown = (NPP_ShutdownProcPtr)GetProcAddress(m_module, L"NP_Shutdown");
280 m_NPP_Shutdown = (NPP_ShutdownProcPtr)GetProcAddress(m_module, "NP_Shutdown");
283 if (!NP_Initialize || !NP_GetEntryPoints || !m_NPP_Shutdown)
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginPackage.h117 NPP_ShutdownProcPtr m_NPP_Shutdown; member in class:WebCore::PluginPackage
H A DPluginPackage.cpp127 m_NPP_Shutdown();
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginPackageMac.cpp272 m_NPP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(m_module, CFSTR("NP_Shutdown"));
274 if (!NP_Initialize || !NP_GetEntryPoints || !m_NPP_Shutdown)

Completed in 185 milliseconds