Home | History | Annotate | Download | only in Plugins

Lines Matching refs:m_npRuntimeObjectMap

222     NPRuntimeObjectMap::PluginProtector pluginProtector(&m_pluginView->m_npRuntimeObjectMap);
255 , m_npRuntimeObjectMap(this)
286 m_npRuntimeObjectMap.invalidate();
488 JSObject* jsObject = m_npRuntimeObjectMap.getOrCreateJSObject(globalObject, scriptableNPObject);
917 return m_npRuntimeObjectMap.getOrCreateNPObject(*pluginWorld()->globalData(), frame()->script()->windowShell(pluginWorld())->window());
929 return m_npRuntimeObjectMap.getOrCreateNPObject(*pluginWorld()->globalData(), object);
943 NPRuntimeObjectMap::PluginProtector pluginProtector(&m_npRuntimeObjectMap);
945 bool returnValue = m_npRuntimeObjectMap.evaluate(npObject, scriptString, result);