HomeSort by relevance Sort by last modified time
    Searched defs:goToItem (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/chromium/src/
BackForwardListClientImpl.cpp 77 void BackForwardListClientImpl::goToItem(HistoryItem* item)
  /external/webkit/WebCore/history/
BackForwardListChromium.cpp 62 void BackForwardList::goToItem(HistoryItem* item)
64 m_client->goToItem(item);
BackForwardList.cpp 112 void BackForwardList::goToItem(HistoryItem* item)
  /external/webkit/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 54 void goToItem();
164 * Check QWebHistory::goToItem() method
166 void tst_QWebHistory::goToItem()
174 hist->goToItem(current);
  /external/webkit/WebKit/win/
WebBackForwardList.cpp 142 HRESULT STDMETHODCALLTYPE WebBackForwardList::goToItem(
150 m_backForwardList->goToItem(webHistoryItem->historyItem());
  /external/webkit/WebCore/loader/
HistoryController.cpp 205 void HistoryController::goToItem(HistoryItem* targetItem, FrameLoadType type)
224 bfList->goToItem(targetItem);
  /external/webkit/WebKit/qt/Api/
qwebhistory.cpp 222 item by passing it to goToItem().
276 lst->goToItem(current.get()); //and set it as current again
361 \sa forward(), goToItem()
368 page->goToItem(currentItem().d->item, WebCore::FrameLoadTypeIndexedBackForward);
376 \sa back(), goToItem()
383 page->goToItem(currentItem().d->item, WebCore::FrameLoadTypeIndexedBackForward);
392 void QWebHistory::goToItem(const QWebHistoryItem &item)
394 d->lst->goToItem(item.d->item);
396 page->goToItem(currentItem().d->item, WebCore::FrameLoadTypeIndexedBackForward);
543 history.goToItem(history.itemAt(currentIndex))
    [all...]
  /external/webkit/WebCore/page/
Page.cpp 260 goToItem(item, FrameLoadTypeBack);
271 goToItem(item, FrameLoadTypeForward);
308 goToItem(item, FrameLoadTypeIndexedBackForward);
311 void Page::goToItem(HistoryItem* item, FrameLoadType type)
331 m_mainFrame->loader()->history()->goToItem(item, type);

Completed in 130 milliseconds