Home | History | Annotate | Download | only in win

Lines Matching refs:currentItem

586     COMPtr<IWebHistoryItem> currentItem;
587 if (FAILED(bfList->currentItem(&currentItem)))
590 assert(currentItem != prevTestBFItem);
592 currentItem->QueryInterface(&currentItemUnknown);
922 bfList->currentItem(&prevTestBFItem);