Home | History | Annotate | Download | only in Netscape

Lines Matching defs:NPRuntimeObjectMap

27 #include "NPRuntimeObjectMap.h"
46 NPRuntimeObjectMap::NPRuntimeObjectMap(PluginView* pluginView)
51 NPRuntimeObjectMap::PluginProtector::PluginProtector(NPRuntimeObjectMap* npRuntimeObjectMap)
54 if (!npRuntimeObjectMap->m_pluginView->isBeingDestroyed())
55 m_pluginView = npRuntimeObjectMap->m_pluginView;
58 NPRuntimeObjectMap::PluginProtector::~PluginProtector()
62 NPObject* NPRuntimeObjectMap::getOrCreateNPObject(JSGlobalData& globalData, JSObject* jsObject)
85 void NPRuntimeObjectMap::npJSObjectDestroyed(NPJSObject* npJSObject)
92 JSObject* NPRuntimeObjectMap::getOrCreateJSObject(JSGlobalObject* globalObject, NPObject* npObject)
107 void NPRuntimeObjectMap::jsNPObjectDestroyed(JSNPObject* jsNPObject)
114 JSValue NPRuntimeObjectMap::convertNPVariantToJSValue(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject, const NPVariant& variant)
143 void NPRuntimeObjectMap::convertJSValueToNPVariant(ExecState* exec, JSValue value, NPVariant& variant)
184 bool NPRuntimeObjectMap::evaluate(NPObject* npObject, const String&scriptString, NPVariant* result)
215 void NPRuntimeObjectMap::invalidate()
237 JSGlobalObject* NPRuntimeObjectMap::globalObject() const
246 ExecState* NPRuntimeObjectMap::globalExec() const
261 void NPRuntimeObjectMap::setGlobalException(const String& exceptionString)
266 void NPRuntimeObjectMap::moveGlobalExceptionToExecState(ExecState* exec)