Home
last modified time | relevance | path

Searched refs:cachedInstances (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bridge/qt/
Dqt_instance.cpp45 static QObjectInstanceMap cachedInstances; variable
94 cachedInstances.remove(m_hashkey); in ~QtInstance()
121 foreach (QtInstance* instance, cachedInstances.values(o)) in getQtInstance()
128 cachedInstances.remove(instance->hashKey()); in getQtInstance()
134 cachedInstances.insert(o, ret.get()); in getQtInstance()