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

  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 105 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()));
WebAccessibilityCacheImpl.h 75 ObjectMap m_objectMap;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.cpp 57 : 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->globalExec()
    [all...]
JSNPObject.cpp 54 , 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...]
JSNPObject.h 76 NPRuntimeObjectMap* m_objectMap;
NPJSObject.h 92 NPRuntimeObjectMap* m_objectMap;

Completed in 2637 milliseconds