Home
last modified time | relevance | path

Searched refs:m_currentItem (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/
DHistoryController.cpp109 ASSERT(m_currentItem); in restoreScrollPositionAndViewState()
116 if (!m_currentItem) in restoreScrollPositionAndViewState()
125 view->setScrollPosition(m_currentItem->scrollPoint()); in restoreScrollPositionAndViewState()
126 m_frame->scalePage(m_currentItem->pageScaleFactor(), m_currentItem->scrollPoint()); in restoreScrollPositionAndViewState()
154 HistoryItem* item = m_frameLoadComplete ? m_currentItem.get() : m_previousItem.get(); in saveDocumentState()
195 itemToRestore = m_currentItem.get(); in restoreDocumentState()
226 if (!m_currentItem) in shouldStopLoadingForHistoryItem()
230 if (m_currentItem->shouldDoSameDocumentNavigationTo(targetItem)) in shouldStopLoadingForHistoryItem()
291 if (m_currentItem) { in updateForReload()
292 pageCache()->remove(m_currentItem.get()); in updateForReload()
[all …]
DHistoryController.h73 HistoryItem* currentItem() const { return m_currentItem.get(); } in currentItem()
107 RefPtr<HistoryItem> m_currentItem; variable
/external/webkit/Source/WebKit/chromium/src/
DBackForwardListChromium.cpp61 m_currentItem = item; in addItem()
73 m_currentItem = item; in goToItem()
85 return m_currentItem.get(); in itemAtIndex()
127 m_currentItem = 0; in close()
DBackForwardListChromium.h61 RefPtr<WebCore::HistoryItem> m_currentItem; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242502 m_currentItem and m_previousItem are not set.
32766 HistoryController::replaceState() should modify m_currentItem
46420 …might take place with a null m_currentItem. updateBackForwardListClippedAtTarget() will either mov…
46421 …to m_previousItem then create a new m_currentItem... or it will do nothing. So we either have bot…
DChangeLog-2011-02-1630041 Avoids changing m_currentItem until the navigation commits.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167630 m_currentItem and m_previousItem are not set.