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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistoryItem.cpp53 , m_historyItem(historyItem)
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());
182 historyItemWrappers().remove(m_historyItem.get());
183 m_historyItem = HistoryItem::create(urlStringRef, titleRef, lastVisitedTime);
184 historyItemWrappers().set(m_historyItem.get(), this);
186 m_historyItem->setVisitCount(visitedCount);
188 m_historyItem
[all...]
H A DWebHistoryItem.h115 RefPtr<WebCore::HistoryItem> m_historyItem; member in class:WebHistoryItem

Completed in 111 milliseconds