HomeSort by relevance Sort by last modified time
    Searched refs:m_previousEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp 167 m_previousEntry = m_currentEntry.release();
277 m_previousEntry = m_currentEntry.release();
308 if (!m_previousEntry)
310 return itemForExport(m_previousEntry->rootHistoryNode());
342 m_previousEntry = m_currentEntry.release();
343 m_currentEntry = m_previousEntry->cloneAndReplace(newItem.get(), clipAtTarget, targetFrame, m_page);
HistoryController.h 167 OwnPtr<HistoryEntry> m_previousEntry;

Completed in 25 milliseconds