Searched refs:historyItemWrappers (Results 1 – 5 of 5) sorted by relevance
45 static HashMap<HistoryItem*, WebHistoryItem*>& historyItemWrappers() in historyItemWrappers() function55 ASSERT(!historyItemWrappers().contains(m_historyItem.get())); in WebHistoryItem()56 historyItemWrappers().set(m_historyItem.get(), this); in WebHistoryItem()64 ASSERT(historyItemWrappers().contains(m_historyItem.get())); in ~WebHistoryItem()65 historyItemWrappers().remove(m_historyItem.get()); in ~WebHistoryItem()82 instance = historyItemWrappers().get(historyItem.get()); in createInstance()182 historyItemWrappers().remove(m_historyItem.get()); in initFromDictionaryRepresentation()184 historyItemWrappers().set(m_historyItem.get(), this); in initFromDictionaryRepresentation()562 historyItemWrappers().remove(m_historyItem.get()); in initWithURLString()564 historyItemWrappers().set(m_historyItem.get(), this); in initWithURLString()
18459 (historyItemWrappers):
82 static HistoryItemMap& historyItemWrappers() function84 DEFINE_STATIC_LOCAL(HistoryItemMap, historyItemWrappers, ());85 return historyItemWrappers;124 historyItemWrappers().remove(coreItem);138 historyItemWrappers().remove(coreItem);149 historyItemWrappers().set(item.release().releaseRef(), copy);257 ASSERT(historyItemWrappers().get(core(item->_private)) == item);267 WebHistoryItem *kitItem = historyItemWrappers().get(item);313 ASSERT(!historyItemWrappers().get(core(_private)));314 historyItemWrappers().set(core(_private), self);
10290 (historyItemWrappers):12742 (historyItemWrappers):13381 (historyItemWrappers): Ditto
9012 (historyItemWrappers):