Searched refs:historyItem (Results 1 – 4 of 4) sorted by relevance
76 if (HistoryItem* historyItem = m_frame->loader().currentItem()) in stateInternal() local77 return historyItem->stateObject(); in stateInternal()
98 …var historyItem = new WebInspector.RevisionHistoryTreeElement(revision, uiSourceCode.history[i - 1…99 uiSourceCodeItem.appendChild(historyItem);152 …var historyItem = new WebInspector.RevisionHistoryTreeElement(uiSourceCode.history[historyLength -…155 uiSourceCodeItem.insertChild(historyItem, 0);
310 RefPtr<HistoryItem> historyItem = selectedFrame->loader().currentItem(); in showContextMenu() local311 if (historyItem) in showContextMenu()312 data.frameHistoryItem = WebHistoryItem(historyItem); in showContextMenu()
858 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item); in loadHistoryItem() local859 ASSERT(historyItem); in loadHistoryItem()860 …frame()->loader().loadHistoryItem(historyItem.get(), static_cast<HistoryLoadType>(loadType), stati… in loadHistoryItem()