HomeSort by relevance Sort by last modified time
    Searched refs:m_pendingHistoryItem (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
BackForwardListChromium.cpp 75 if (m_pendingHistoryItem == item)
76 m_pendingHistoryItem = 0;
100 m_pendingHistoryItem = HistoryItem::create(urlString, String(), 0);
101 return m_pendingHistoryItem.get();
128 m_pendingHistoryItem = 0;
BackForwardListChromium.h 65 RefPtr<WebCore::HistoryItem> m_pendingHistoryItem;

Completed in 39 milliseconds