Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebbackforwardlist.cpp168 WebCore::HistoryItem* historyItem = core(webHistoryItem); in webkit_web_back_forward_list_contains_item() local
189 WebCore::HistoryItem* historyItem = core(webHistoryItem); in webkit_web_back_forward_list_go_to_item() local
272 WebCore::HistoryItem* historyItem = backForwardList->backItem(); in webkit_web_back_forward_list_get_back_item() local
295 WebCore::HistoryItem* historyItem = backForwardList->currentItem(); in webkit_web_back_forward_list_get_current_item() local
318 WebCore::HistoryItem* historyItem = backForwardList->forwardItem(); in webkit_web_back_forward_list_get_forward_item() local
340 WebCore::HistoryItem* historyItem = backForwardList->itemAtIndex(index); in webkit_web_back_forward_list_get_nth_item() local
439 WebCore::HistoryItem* historyItem = core(webHistoryItem); in webkit_web_back_forward_list_add_item() local
Dwebkitwebhistoryitem.cpp55 WebCore::HistoryItem* historyItem; member
87 …id webkit_history_item_add(WebKitWebHistoryItem* webHistoryItem, WebCore::HistoryItem* historyItem) in webkit_history_item_add()
262 …storyItem* webkit_web_history_item_new_with_core_item(PassRefPtr<WebCore::HistoryItem> historyItem) in webkit_web_history_item_new_with_core_item()
512 WebKitWebHistoryItem* WebKit::kit(PassRefPtr<WebCore::HistoryItem> historyItem) in kit()
/external/webkit/Source/WebKit/win/
DWebBackForwardList.cpp162 HistoryItem* historyItem = m_backForwardList->backItem(); in backItem() local
177 HistoryItem* historyItem = m_backForwardList->currentItem(); in currentItem() local
192 HistoryItem* historyItem = m_backForwardList->forwardItem(); in forwardItem() local
286 HistoryItem* historyItem = m_backForwardList->itemAtIndex(index); in itemAtIndex() local
DWebHistoryItem.cpp51 WebHistoryItem::WebHistoryItem(PassRefPtr<HistoryItem> historyItem) in WebHistoryItem()
78 WebHistoryItem* WebHistoryItem::createInstance(PassRefPtr<HistoryItem> historyItem) in createInstance()
640 HistoryItem* WebHistoryItem::historyItem() const in historyItem() function in WebHistoryItem
DWebView.cpp6604 void WebView::setGlobalHistoryItem(HistoryItem* historyItem) in setGlobalHistoryItem()
/external/webkit/Source/WebCore/history/android/
DAndroidWebHistoryBridge.h50 HistoryItem* historyItem() const { return m_historyItem; } in historyItem() function
/external/webkit/Source/WebCore/history/
DCachedFrame.cpp115 HistoryItem* historyItem = frame->loader()->history()->currentItem(); in restore() local
/external/webkit/Source/WebKit/chromium/src/
DContextMenuClientImpl.cpp247 RefPtr<HistoryItem> historyItem = selectedFrame->loader()->history()->currentItem(); in getCustomMenuFromDefaultItems() local
DWebFrameImpl.cpp926 RefPtr<HistoryItem> historyItem = PassRefPtr<HistoryItem>(item); in loadHistoryItem() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp837 bool DumpRenderTreeSupportQt::isTargetItem(const QWebHistoryItem& historyItem) in isTargetItem()
845 QString DumpRenderTreeSupportQt::historyItemTarget(const QWebHistoryItem& historyItem) in historyItemTarget()
851 … QWebHistoryItem> DumpRenderTreeSupportQt::getChildHistoryItems(const QWebHistoryItem& historyItem) in getChildHistoryItems()
DFrameLoaderClientQt.cpp882 QWebHistoryItem historyItem(new QWebHistoryItemPrivate(item)); in saveViewStateToItem() local
/external/webkit/Tools/DumpRenderTree/chromium/
DTestShell.cpp428 WebHistoryItem historyItem = navigationController.entryAtIndex(index)->contentState(); in dumpBackForwardList() local
DWebViewHost.cpp1377 const WebHistoryItem& historyItem = frame->currentHistoryItem(); in updateURL() local
1398 const WebHistoryItem& historyItem = webView()->mainFrame()->previousHistoryItem(); in updateSessionHistory() local
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp625 HistoryItem* historyItem = 0; in updateGlobalHistoryItemForPage() local