Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp62 HistoryNode* childHistoryNode = m_entry->historyNodeForFrame(child); in cloneAndReplace()
119 HistoryNode* HistoryEntry::historyNodeForFrame(Frame* frame) in historyNodeForFrame() function in WebCore::HistoryEntry
131 if (HistoryNode* historyNode = historyNodeForFrame(frame)) in itemForFrame()
241 if (HistoryNode* existingChildHistoryNode = m_currentEntry->historyNodeForFrame(frame)) in updateForInitialLoadInChildFrame()
243 …else if (HistoryNode* parentHistoryNode = m_currentEntry->historyNodeForFrame(frame->tree().parent… in updateForInitialLoadInChildFrame()
329 if (HistoryNode* node = m_provisionalEntry->historyNodeForFrame(frame)) in removeChildrenForRedirect()
DHistoryController.h118 HistoryNode* historyNodeForFrame(Frame*);