HomeSort by relevance Sort by last modified time
    Searched full:m_historyitem (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 53 , 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->setLastVisitWasFailure(true)
    [all...]
WebHistoryItem.h 115 RefPtr<WebCore::HistoryItem> m_historyItem;
  /external/webkit/Source/WebCore/history/android/
AndroidWebHistoryBridge.h 41 , m_historyItem(item) {}
49 void detachHistoryItem() { m_historyItem = 0; }
50 HistoryItem* historyItem() const { return m_historyItem; }
57 HistoryItem* m_historyItem;

Completed in 182 milliseconds