Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp121 if (HistoryNode* historyNode = m_framesToItems.get(frame->frameID())) in historyNodeForFrame() local
122 return historyNode; in historyNodeForFrame()
131 if (HistoryNode* historyNode = historyNodeForFrame(frame)) in itemForFrame() local
132 return historyNode->value(); in itemForFrame()
216 HistoryNode* historyNode = historyNodes.takeFirst(); in goToItem() local
217 const HistoryItemVector& children = historyNode->value()->children(); in goToItem()
219 HistoryNode* childHistoryNode = historyNode->addChild(children[i].get()); in goToItem()
222 historyNode->value()->clearChildren(); in goToItem()
290 static PassRefPtr<HistoryItem> itemForExport(HistoryNode* historyNode) in itemForExport() argument
292 RefPtr<HistoryItem> item = historyNode->value()->copy(); in itemForExport()
[all …]