Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp129 HistoryItem* HistoryEntry::itemForFrame(Frame* frame) in itemForFrame() function in WebCore::HistoryEntry
185 HistoryItem* newItem = m_provisionalEntry->itemForFrame(frame); in recursiveGoToEntry()
186 HistoryItem* oldItem = m_currentEntry->itemForFrame(frame); in recursiveGoToEntry()
322 return m_currentEntry ? m_currentEntry->itemForFrame(frame) : 0; in itemForNewChildFrame()
339 HistoryItem* oldItem = m_currentEntry->itemForFrame(targetFrame); in createNewBackForwardItem()
DHistoryController.h119 HistoryItem* itemForFrame(Frame*);