Searched refs:otherItem (Results 1 – 7 of 7) sorted by relevance
527 void HistoryItem::mergeAutoCompleteHints(HistoryItem* otherItem) in mergeAutoCompleteHints() argument532 ASSERT(otherItem); in mergeAutoCompleteHints()533 if (otherItem != this) in mergeAutoCompleteHints()534 m_visitCount += otherItem->m_visitCount; in mergeAutoCompleteHints()
121 void mergeAutoCompleteHints(HistoryItem* otherItem);
52 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem;
337 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem339 ASSERT_ARG(otherItem, otherItem);340 core(_private)->mergeAutoCompleteHints(core(otherItem->_private));
318 HRESULT STDMETHODCALLTYPE WebHistoryItem::mergeAutoCompleteHints(IWebHistoryItem* otherItem) in mergeAutoCompleteHints() argument320 if (!otherItem) in mergeAutoCompleteHints()323 COMPtr<WebHistoryItem> otherWebHistoryItem(Query, otherItem); in mergeAutoCompleteHints()
90 virtual HRESULT STDMETHODCALLTYPE mergeAutoCompleteHints(IWebHistoryItem* otherItem);
47 HRESULT mergeAutoCompleteHints([in] IWebHistoryItem* otherItem);