Home | History | Annotate | Download | only in win

Lines Matching refs:foundItem

756     IWebHistoryItem* foundItem = (IWebHistoryItem*) CFDictionaryGetValue(m_entriesByURL.get(), urlString);
757 if (!foundItem)
760 foundItem->AddRef();
761 *item = foundItem;