Searched refs:m_objectMap (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityCacheImpl.cpp105 m_objectMap.set(m_nextNewId, WeakHandle::create(rootObject.get()));
113 ObjectMap::iterator it = m_objectMap.find(id);
115 if (it == m_objectMap.end() || !it->second)
123 ObjectMap::iterator it = m_objectMap.find(id);
125 if (it == m_objectMap.end())
135 m_objectMap.remove(it);
140 m_objectMap.clear();
158 m_objectMap.set(m_nextNewId, WeakHandle::create(o.get()));
H A DWebAccessibilityCacheImpl.h75 ObjectMap m_objectMap; member in class:WebKit::WebAccessibilityCacheImpl
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp57 : m_objectMap(0)
63 m_objectMap->npJSObjectDestroyed(this);
73 ASSERT(!m_objectMap);
76 m_objectMap = objectMap;
97 ExecState* exec = m_objectMap->globalExec();
117 ExecState* exec = m_objectMap->globalExec();
124 return invoke(exec, m_objectMap->globalObject(), function, arguments, argumentCount, result);
129 ExecState* exec = m_objectMap->globalExec();
136 return invoke(exec, m_objectMap->globalObject(), function, arguments, argumentCount, result);
143 ExecState* exec = m_objectMap
[all...]
H A DJSNPObject.cpp54 , m_objectMap(objectMap)
70 m_objectMap->jsNPObjectDestroyed(this);
92 m_objectMap->convertJSValueToNPVariant(exec, exec->argument(i), arguments[i]);
97 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
116 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result);
131 m_objectMap->convertJSValueToNPVariant(exec, exec->argument(i), arguments[i]);
136 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
155 JSValue propertyValue = m_objectMap->convertNPVariantToJSValue(exec, globalObject(), result);
170 m_objectMap->convertJSValueToNPVariant(exec, exec->argument(i), arguments[i]);
175 NPRuntimeObjectMap::PluginProtector protector(m_objectMap);
[all...]
H A DJSNPObject.h76 NPRuntimeObjectMap* m_objectMap; member in class:WebKit::JSNPObject
H A DNPJSObject.h92 NPRuntimeObjectMap* m_objectMap; member in class:WebKit::NPJSObject

Completed in 634 milliseconds