Home
last modified time | relevance | path

Searched refs:historyItemWrappers (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp45 static HashMap<HistoryItem*, WebHistoryItem*>& historyItemWrappers() in historyItemWrappers() function
55 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()
DChangeLog-2009-06-1618459 (historyItemWrappers):
/external/webkit/Source/WebKit/mac/History/
DWebHistoryItem.mm82 static HistoryItemMap& historyItemWrappers() function
84 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);
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2910290 (historyItemWrappers):
12742 (historyItemWrappers):
13381 (historyItemWrappers): Ditto
DChangeLog-2007-10-149012 (historyItemWrappers):