HomeSort by relevance Sort by last modified time
    Searched refs:m_npInterface (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 46 String s = m_npInterface->NP_GetMIMEDescription();
103 m_npInterface = qobject_cast<NPInterface*>(plugin);
104 if (!m_npInterface) {
162 npErr = m_npInterface->NP_Initialize(&m_browserFuncs, &m_pluginFuncs);
184 m_npInterface->NP_Shutdown();
  /external/webkit/Source/WebCore/plugins/
PluginPackage.h 83 NPInterface* npInterface() const { return m_npInterface; }
95 NPInterface* m_npInterface;

Completed in 21 milliseconds