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

  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 45 String s = m_npInterface->NP_GetMIMEDescription();
90 m_npInterface = qobject_cast<NPInterface*>(plugin);
91 if (!m_npInterface) {
149 npErr = m_npInterface->NP_Initialize(&m_browserFuncs, &m_pluginFuncs);
170 m_npInterface->NP_Shutdown();
  /external/webkit/WebCore/plugins/
PluginPackage.h 79 NPInterface* npInterface() const { return m_npInterface; }
86 NPInterface* m_npInterface;

Completed in 206 milliseconds