Searched refs:historyItemWrappers (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistoryItem.cpp45 static HashMap<HistoryItem*, WebHistoryItem*>& historyItemWrappers() function
55 ASSERT(!historyItemWrappers().contains(m_historyItem.get()));
56 historyItemWrappers().set(m_historyItem.get(), this);
64 ASSERT(historyItemWrappers().contains(m_historyItem.get()));
65 historyItemWrappers().remove(m_historyItem.get());
82 instance = historyItemWrappers().get(historyItem.get());
123 historyItemWrappers().remove(m_historyItem.get());
125 historyItemWrappers().set(m_historyItem.get(), this);
424 historyItemWrappers().remove(m_historyItem.get());
426 historyItemWrappers()
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DWebHistoryItem.mm104 static HistoryItemMap& historyItemWrappers()
106 DEPRECATED_DEFINE_STATIC_LOCAL(HistoryItemMap, historyItemWrappers, ());
107 return historyItemWrappers;
152 historyItemWrappers().remove(_private->_historyItem.get());
165 historyItemWrappers().remove(_private->_historyItem.get());
177 historyItemWrappers().set(core(copy->_private), copy);
279 ASSERT(historyItemWrappers().get(core(item->_private)) == item);
289 WebHistoryItem *kitItem = historyItemWrappers().get(item);
331 ASSERT(!historyItemWrappers().get(core(_private)));
332 historyItemWrappers()
[all...]

Completed in 72 milliseconds