Home | History | Annotate | Download | only in src

Lines Matching refs:currentItem

745     // If there is no currentItem, which happens when we are navigating in
748 RefPtr<HistoryItem> currentItem = m_frame->loader()->history()->currentItem();
749 if (!currentItem) {
750 currentItem = HistoryItem::create();
751 currentItem->setLastVisitWasFailure(true);
752 m_frame->loader()->history()->setCurrentItem(currentItem.get());
753 viewImpl()->setCurrentHistoryItem(currentItem.get());
852 return WebHistoryItem(m_frame->page()->backForwardList()->currentItem());