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

  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 109 ASSERT(m_currentItem);
116 if (!m_currentItem)
125 view->setScrollPosition(m_currentItem->scrollPoint());
126 m_frame->scalePage(m_currentItem->pageScaleFactor(), m_currentItem->scrollPoint());
154 HistoryItem* item = m_frameLoadComplete ? m_currentItem.get() : m_previousItem.get();
195 itemToRestore = m_currentItem.get();
226 if (!m_currentItem)
230 if (m_currentItem->shouldDoSameDocumentNavigationTo(targetItem))
291 if (m_currentItem) {
    [all...]
HistoryController.h 73 HistoryItem* currentItem() const { return m_currentItem.get(); }
107 RefPtr<HistoryItem> m_currentItem;
  /external/webkit/Source/WebKit/chromium/src/
BackForwardListChromium.cpp 61 m_currentItem = item;
73 m_currentItem = item;
85 return m_currentItem.get();
127 m_currentItem = 0;
BackForwardListChromium.h 61 RefPtr<WebCore::HistoryItem> m_currentItem;

Completed in 326 milliseconds