Home
last modified time | relevance | path

Searched refs:m_previousItem (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/
DHistoryController.cpp154 HistoryItem* item = m_frameLoadComplete ? m_currentItem.get() : m_previousItem.get(); in saveDocumentState()
277 saveScrollPositionAndViewStateToItem(m_previousItem.get()); in updateForBackForwardNavigation()
428 m_previousItem = m_currentItem; in updateForCommit()
468 m_previousItem = m_currentItem; in recursiveUpdateForCommit()
509 m_previousItem = m_currentItem; in recursiveUpdateForSameDocumentNavigation()
529 m_previousItem = m_currentItem; in setCurrentItem()
546 …return m_currentItem && !m_previousItem && equalIgnoringCase(m_currentItem->urlString(), blankURL(… in currentItemShouldBeReplaced()
607 m_previousItem = m_currentItem; in createItem()
617 saveScrollPositionAndViewStateToItem(m_previousItem.get()); in createItemTree()
627 if (m_previousItem) { in createItemTree()
[all …]
DHistoryController.h78 HistoryItem* previousItem() const { return m_previousItem.get(); } in previousItem()
108 RefPtr<HistoryItem> m_previousItem; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242502 m_currentItem and m_previousItem are not set.
46421 …to m_previousItem then create a new m_currentItem... or it will do nothing. So we either have bot…
46422 …and m_previousItem, or we have neither. In the case where we have no m_previousItem, return early.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167630 m_currentItem and m_previousItem are not set.