Searched refs:otherItem (Results 1 – 7 of 7) sorted by relevance
504 void HistoryItem::mergeAutoCompleteHints(HistoryItem* otherItem) in mergeAutoCompleteHints() argument509 ASSERT(otherItem); in mergeAutoCompleteHints()510 if (otherItem != this) in mergeAutoCompleteHints()511 m_visitCount += otherItem->m_visitCount; in mergeAutoCompleteHints()
113 void mergeAutoCompleteHints(HistoryItem* otherItem);
52 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem;
333 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem335 ASSERT_ARG(otherItem, otherItem);336 core(_private)->mergeAutoCompleteHints(core(otherItem->_private));
317 HRESULT STDMETHODCALLTYPE WebHistoryItem::mergeAutoCompleteHints(IWebHistoryItem* otherItem) in mergeAutoCompleteHints() argument319 if (!otherItem) in mergeAutoCompleteHints()322 COMPtr<WebHistoryItem> otherWebHistoryItem(Query, otherItem); in mergeAutoCompleteHints()
90 virtual HRESULT STDMETHODCALLTYPE mergeAutoCompleteHints(IWebHistoryItem* otherItem);
47 HRESULT mergeAutoCompleteHints([in] IWebHistoryItem* otherItem);