Home
last modified time | relevance | path

Searched refs:historyItemToPrint (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp545 COMPtr<IWebHistoryItem> historyItemToPrint; in dumpBackForwardList() local
546 itemsToPrint[i]->QueryInterface(&historyItemToPrint); in dumpBackForwardList()
547 dumpHistoryItem(historyItemToPrint.get(), 8, i == currentItemIndex); in dumpBackForwardList()