Home
last modified time | relevance | path

Searched defs:historyItem (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKit/gtk/webkit/
Dwebkitwebbackforwardlist.cpp165 WebCore::HistoryItem* historyItem = core(webHistoryItem); in webkit_web_back_forward_list_contains_item() local
186 WebCore::HistoryItem* historyItem = core(webHistoryItem); in webkit_web_back_forward_list_go_to_item() local
269 WebCore::HistoryItem* historyItem = backForwardList->backItem(); in webkit_web_back_forward_list_get_back_item() local
292 WebCore::HistoryItem* historyItem = backForwardList->currentItem(); in webkit_web_back_forward_list_get_current_item() local
315 WebCore::HistoryItem* historyItem = backForwardList->forwardItem(); in webkit_web_back_forward_list_get_forward_item() local
337 WebCore::HistoryItem* historyItem = backForwardList->itemAtIndex(index); in webkit_web_back_forward_list_get_nth_item() local
436 WebCore::HistoryItem* historyItem = core(webHistoryItem); in webkit_web_back_forward_list_add_item() local
Dwebkitwebhistoryitem.cpp55 WebCore::HistoryItem* historyItem; member
89 …id webkit_history_item_add(WebKitWebHistoryItem* webHistoryItem, WebCore::HistoryItem* historyItem) in webkit_history_item_add()
264 …storyItem* webkit_web_history_item_new_with_core_item(PassRefPtr<WebCore::HistoryItem> historyItem) in webkit_web_history_item_new_with_core_item()
514 WebKitWebHistoryItem* WebKit::kit(PassRefPtr<WebCore::HistoryItem> historyItem) in kit()
/external/webkit/WebKit/win/
DWebBackForwardList.cpp160 HistoryItem* historyItem = m_backForwardList->backItem(); in backItem() local
175 HistoryItem* historyItem = m_backForwardList->currentItem(); in currentItem() local
190 HistoryItem* historyItem = m_backForwardList->forwardItem(); in forwardItem() local
284 HistoryItem* historyItem = m_backForwardList->itemAtIndex(index); in itemAtIndex() local
DWebHistoryItem.cpp55 WebHistoryItem::WebHistoryItem(PassRefPtr<HistoryItem> historyItem) in WebHistoryItem()
82 WebHistoryItem* WebHistoryItem::createInstance(PassRefPtr<HistoryItem> historyItem) in createInstance()
644 HistoryItem* WebHistoryItem::historyItem() const in historyItem() function in WebHistoryItem
/external/webkit/WebCore/history/android/
DAndroidWebHistoryBridge.h50 HistoryItem* historyItem() const { return m_historyItem; } in historyItem() function
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp691 QWebHistoryItem historyItem(new QWebHistoryItemPrivate(item)); in saveViewStateToItem() local
/external/webkit/WebKit/chromium/src/
DWebFrameImpl.cpp740 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item); in loadHistoryItem() local