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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.cpp 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
    [all...]
NPRuntimeObjectMap.h 50 class NPRuntimeObjectMap {
52 explicit NPRuntimeObjectMap(PluginView*);
56 explicit PluginProtector(NPRuntimeObjectMap* npRuntimeObjectMap);
JSNPObject.h 36 class NPRuntimeObjectMap;
42 JSNPObject(JSC::JSGlobalObject*, NPRuntimeObjectMap* objectMap, NPObject* npObject);
76 NPRuntimeObjectMap* m_objectMap;
NPJSObject.h 43 class NPRuntimeObjectMap;
49 static NPJSObject* create(JSC::JSGlobalData&, NPRuntimeObjectMap*, JSC::JSObject*);
65 void initialize(JSC::JSGlobalData&, NPRuntimeObjectMap*, JSC::JSObject*);
92 NPRuntimeObjectMap* m_objectMap;
JSNPObject.cpp 31 #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::moveGlobalExceptionToExecState(exec)
    [all...]
NPJSObject.cpp 30 #include "NPRuntimeObjectMap.h"
45 NPJSObject* NPJSObject::create(JSGlobalData& globalData, NPRuntimeObjectMap* objectMap, JSObject* jsObject)
71 void NPJSObject::initialize(JSGlobalData& globalData, NPRuntimeObjectMap* objectMap, JSObject* jsObject)
NetscapePlugin.cpp 29 #include "NPRuntimeObjectMap.h"
210 NPRuntimeObjectMap::setGlobalException(exceptionString);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 29 #include "NPRuntimeObjectMap.h"
171 NPRuntimeObjectMap m_npRuntimeObjectMap;
PluginView.cpp 222 NPRuntimeObjectMap::PluginProtector pluginProtector(&m_pluginView->m_npRuntimeObjectMap);
943 NPRuntimeObjectMap::PluginProtector pluginProtector(&m_npRuntimeObjectMap);
    [all...]

Completed in 103 milliseconds