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

  /external/webkit/Source/WebCore/plugins/symbian/
npinterface.h 25 class NPInterface {
34 Q_DECLARE_INTERFACE(NPInterface, "com.nokia.qts60.webplugin/1.0");
PluginPackageSymbian.cpp 23 #include "npinterface.h"
102 // Cast plugin to NPInterface,
103 m_npInterface = qobject_cast<NPInterface*>(plugin);
  /external/webkit/Source/WebCore/plugins/
PluginPackage.h 41 class NPInterface;
83 NPInterface* npInterface() const { return m_npInterface; }
95 NPInterface* m_npInterface;

Completed in 79 milliseconds