Searched refs:EntryMap (Results 1 – 2 of 2) sorted by relevance
144 typedef HashMap<String, unsigned> EntryMap; typedef145 EntryMap m_pendingEntries;
849 EntryMap::const_iterator it = m_pendingEntries.begin(); in startLoadingEntry()901 pair<EntryMap::iterator, bool> result = m_pendingEntries.add(url, type); in addEntry()