Searched refs:NPRuntimeObjectMap (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp27 #include "NPRuntimeObjectMap.h"
46 NPRuntimeObjectMap::NPRuntimeObjectMap(PluginView* pluginView) function in class:WebKit::NPRuntimeObjectMap
51 NPRuntimeObjectMap::PluginProtector::PluginProtector(NPRuntimeObjectMap* npRuntimeObjectMap)
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
[all...]
H A DNPRuntimeObjectMap.h50 class NPRuntimeObjectMap { class in namespace:WebKit
52 explicit NPRuntimeObjectMap(PluginView*);
56 explicit PluginProtector(NPRuntimeObjectMap* npRuntimeObjectMap);
H A DJSNPObject.h36 class NPRuntimeObjectMap;
42 JSNPObject(JSC::JSGlobalObject*, NPRuntimeObjectMap* objectMap, NPObject* npObject);
76 NPRuntimeObjectMap* m_objectMap;
H A DNPJSObject.h43 class NPRuntimeObjectMap;
49 static NPJSObject* create(JSC::JSGlobalData&, NPRuntimeObjectMap*, JSC::JSObject*);
65 void initialize(JSC::JSGlobalData&, NPRuntimeObjectMap*, JSC::JSObject*);
92 NPRuntimeObjectMap* m_objectMap;
H A DJSNPObject.cpp31 #include "NPRuntimeObjectMap.h"
52 JSNPObject::JSNPObject(JSGlobalObject* globalObject, NPRuntimeObjectMap* objectMap, NPObject* npObject)
97 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
106 NPRuntimeObjectMap::moveGlobalExceptionToExecState(exec);
136 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
145 NPRuntimeObjectMap::moveGlobalExceptionToExecState(exec);
175 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
184 NPRuntimeObjectMap::moveGlobalExceptionToExecState(exec);
304 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
310 NPRuntimeObjectMap
[all...]
H A DNPJSObject.cpp30 #include "NPRuntimeObjectMap.h"
45 NPJSObject* NPJSObject::create(JSGlobalData& globalData, NPRuntimeObjectMap* objectMap, JSObject* jsObject)
71 void NPJSObject::initialize(JSGlobalData& globalData, NPRuntimeObjectMap* objectMap, JSObject* jsObject)
H A DNetscapePlugin.cpp29 #include "NPRuntimeObjectMap.h"
210 NPRuntimeObjectMap::setGlobalException(exceptionString);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.h29 #include "NPRuntimeObjectMap.h"
171 NPRuntimeObjectMap m_npRuntimeObjectMap;
H A DPluginView.cpp222 NPRuntimeObjectMap::PluginProtector pluginProtector(&m_pluginView->m_npRuntimeObjectMap);
943 NPRuntimeObjectMap::PluginProtector pluginProtector(&m_npRuntimeObjectMap);

Completed in 289 milliseconds