Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp79 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()
DHistoryController.h131 HashMap<String, HistoryNode*> m_uniqueNamesToItems; variable