Home | History | Annotate | Download | only in win

Lines Matching refs:added

112     // reference counting of item added to the array is managed by the CFArray value callbacks
343 bool added;
344 addItem(item.get(), true, &added); // ref is added inside addItem
345 if (added)
642 HRESULT WebHistory::addItem(IWebHistoryItem* entry, bool discardDuplicate, bool* added)
662 if (added)
663 *added = false;
689 if (added)
690 *added = true;