Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/symbian/
Dnpinterface.h25 class NPInterface {
34 Q_DECLARE_INTERFACE(NPInterface, "com.nokia.qts60.webplugin/1.0");
DPluginPackageSymbian.cpp103 m_npInterface = qobject_cast<NPInterface*>(plugin); in load()
/external/webkit/Source/WebCore/plugins/
DPluginPackage.h41 class NPInterface; variable
83 NPInterface* npInterface() const { return m_npInterface; } in npInterface()
95 NPInterface* m_npInterface;