Home | History | Annotate | Download | only in src

Lines Matching defs:currentItem

929     // If there is no currentItem, which happens when we are navigating in
932 RefPtr<HistoryItem> currentItem = m_frame->loader()->history()->currentItem();
933 if (!currentItem) {
934 currentItem = HistoryItem::create();
935 currentItem->setLastVisitWasFailure(true);
936 m_frame->loader()->history()->setCurrentItem(currentItem.get());
937 m_frame->page()->backForward()->setCurrentItem(currentItem.get());
940 m_inSameDocumentHistoryLoad = currentItem->shouldDoSameDocumentNavigationTo(historyItem.get());
1043 return WebHistoryItem(m_frame->page()->backForward()->currentItem());