Searched refs:m_uniqueNamesToItems (Results 1 – 2 of 2) sorted by relevance
79 m_entry->m_uniqueNamesToItems.add(target, this); in HistoryNode()89 … HashMap<String, HistoryNode*>::iterator uniqueNamesEnd = m_entry->m_uniqueNamesToItems.end(); in removeChildren()94 …for (HashMap<String, HistoryNode*>::iterator it = m_entry->m_uniqueNamesToItems.begin(); it != uni… in removeChildren()96 m_entry->m_uniqueNamesToItems.remove(it); in removeChildren()126 return m_uniqueNamesToItems.get(target); in historyNodeForFrame()
131 HashMap<String, HistoryNode*> m_uniqueNamesToItems; variable