Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DQualifiedName.cpp52 static QNameSet* gNameCache; variable
56 if (!gNameCache) in init()
57 gNameCache = new QNameSet; in init()
59 …pair<QNameSet::iterator, bool> addResult = gNameCache->add<QualifiedNameComponents, QNameComponent… in init()
89 gNameCache->remove(m_impl); in deref()