Searched refs:m_currentItem (Results 1 – 7 of 7) sorted by relevance
109 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 …]
73 HistoryItem* currentItem() const { return m_currentItem.get(); } in currentItem()107 RefPtr<HistoryItem> m_currentItem; variable
61 m_currentItem = item; in addItem()73 m_currentItem = item; in goToItem()85 return m_currentItem.get(); in itemAtIndex()127 m_currentItem = 0; in close()
61 RefPtr<WebCore::HistoryItem> m_currentItem; variable
2502 m_currentItem and m_previousItem are not set.32766 HistoryController::replaceState() should modify m_currentItem46420 …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…
30041 Avoids changing m_currentItem until the navigation commits.
7630 m_currentItem and m_previousItem are not set.