Home
last modified time | relevance | path

Searched refs:historyItem (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DHistory.cpp76 if (HistoryItem* historyItem = m_frame->loader().currentItem()) in stateInternal() local
77 return historyItem->stateObject(); in stateInternal()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DRevisionHistoryView.js98 …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);
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp310 RefPtr<HistoryItem> historyItem = selectedFrame->loader().currentItem(); in showContextMenu() local
311 if (historyItem) in showContextMenu()
312 data.frameHistoryItem = WebHistoryItem(historyItem); in showContextMenu()
DWebLocalFrameImpl.cpp858 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item); in loadHistoryItem() local
859 ASSERT(historyItem); in loadHistoryItem()
860 …frame()->loader().loadHistoryItem(historyItem.get(), static_cast<HistoryLoadType>(loadType), stati… in loadHistoryItem()