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

  /external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp 40 #include <wtf/HashSet.h>
127 typedef HashMap<int, HashSet<AbstractDatabase*>*> GuidDatabaseMap;
197 HashSet<AbstractDatabase*>* hashSet = guidToDatabaseMap().get(m_guid);
198 if (!hashSet) {
199 hashSet = new HashSet<AbstractDatabase*>;
200 guidToDatabaseMap().set(m_guid, hashSet);
203 hashSet->add(this);
224 HashSet<AbstractDatabase*>* hashSet = guidToDatabaseMap().get(m_guid)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginInfoStore.cpp 56 static void addFromVector(HashSet<T, U, V>& hashSet, const W& vector)
59 hashSet.add(vector[i]);
63 typedef HashSet<String, CaseFoldingHash> PathHashSet;
65 typedef HashSet<String> PathHashSet;

Completed in 172 milliseconds