Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp158 if (m_currentEntry) in goToEntry()
167 m_previousEntry = m_currentEntry.release(); in goToEntry()
168 m_currentEntry = m_provisionalEntry.release(); in goToEntry()
184 ASSERT(m_currentEntry); in recursiveGoToEntry()
186 HistoryItem* oldItem = m_currentEntry->itemForFrame(frame); in recursiveGoToEntry()
239 if (!m_currentEntry) in updateForInitialLoadInChildFrame()
241 if (HistoryNode* existingChildHistoryNode = m_currentEntry->historyNodeForFrame(frame)) in updateForInitialLoadInChildFrame()
243 …else if (HistoryNode* parentHistoryNode = m_currentEntry->historyNodeForFrame(frame->tree().parent… in updateForInitialLoadInChildFrame()
277 m_previousEntry = m_currentEntry.release(); in updateForCommit()
279 m_currentEntry = m_provisionalEntry.release(); in updateForCommit()
[all …]
DHistoryController.h166 OwnPtr<HistoryEntry> m_currentEntry; variable