Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
DNetscapePluginModule.cpp213 …NP_GetEntryPointsFuncPtr getEntryPointsFuncPtr = m_module->functionPointer<NP_GetEntryPointsFuncPt… in tryLoad() local
214 if (!getEntryPointsFuncPtr) in tryLoad()
236 … = initializeFuncPtr(netscapeBrowserFuncs()) == NPERR_NO_ERROR && getEntryPointsFuncPtr(&m_pluginF… in tryLoad()
245 …if (getEntryPointsFuncPtr(&m_pluginFuncs) != NPERR_NO_ERROR || initializeFuncPtr(netscapeBrowserFu… in tryLoad()