Home | History | Annotate | Download | only in src

Lines Matching refs:historyItem

101 #include "HistoryItem.h"
926 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item);
927 ASSERT(historyItem.get());
932 RefPtr<HistoryItem> currentItem = m_frame->loader()->history()->currentItem();
934 currentItem = HistoryItem::create();
940 m_inSameDocumentHistoryLoad = currentItem->shouldDoSameDocumentNavigationTo(historyItem.get());
941 m_frame->page()->goToItem(historyItem.get(),