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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 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);
    [all...]
PluginView.h 171 NPRuntimeObjectMap m_npRuntimeObjectMap;

Completed in 302 milliseconds