Home | History | Annotate | Download | only in WebView

Lines Matching refs:newItem

1360         RefPtr<HistoryItem> newItem = otherBackForwardList->itemAtIndex(i)->copy();
1362 newItemToGoTo = newItem.get();
1363 backForwardList->addItem(newItem.release());