Searched refs:otherItem (Results 1 – 9 of 9) sorted by relevance
551 bool HistoryItem::shouldDoSameDocumentNavigationTo(HistoryItem* otherItem) const in shouldDoSameDocumentNavigationTo()553 if (this == otherItem) in shouldDoSameDocumentNavigationTo()556 if (stateObject() || otherItem->stateObject()) in shouldDoSameDocumentNavigationTo()557 return documentSequenceNumber() == otherItem->documentSequenceNumber(); in shouldDoSameDocumentNavigationTo()559 …().hasFragmentIdentifier() || otherItem->url().hasFragmentIdentifier()) && equalIgnoringFragmentId… in shouldDoSameDocumentNavigationTo()560 return documentSequenceNumber() == otherItem->documentSequenceNumber(); in shouldDoSameDocumentNavigationTo()562 return hasSameDocumentTree(otherItem); in shouldDoSameDocumentNavigationTo()567 bool HistoryItem::hasSameDocumentTree(HistoryItem* otherItem) const in hasSameDocumentTree()569 if (documentSequenceNumber() != otherItem->documentSequenceNumber()) in hasSameDocumentTree()572 if (children().size() != otherItem->children().size()) in hasSameDocumentTree()[all …]
123 void mergeAutoCompleteHints(HistoryItem* otherItem);173 bool shouldDoSameDocumentNavigationTo(HistoryItem* otherItem) const;174 bool hasSameFrames(HistoryItem* otherItem) const;231 bool hasSameDocumentTree(HistoryItem* otherItem) const;
96 OffsettedItem otherItem = (OffsettedItem) other; in equals() local98 ItemType otherType = otherItem.itemType(); in equals()104 return (compareTo0(otherItem) == 0); in equals()
121 Constant otherItem = (Constant) other.get0(i); in compareTo() local122 int compare = thisItem.compareTo(otherItem); in compareTo()
52 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem;
333 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem335 ASSERT_ARG(otherItem, otherItem);336 core(_private)->mergeAutoCompleteHints(core(otherItem->_private));
314 HRESULT STDMETHODCALLTYPE WebHistoryItem::mergeAutoCompleteHints(IWebHistoryItem* otherItem) in mergeAutoCompleteHints() argument316 if (!otherItem) in mergeAutoCompleteHints()319 COMPtr<WebHistoryItem> otherWebHistoryItem(Query, otherItem); in mergeAutoCompleteHints()
90 virtual HRESULT STDMETHODCALLTYPE mergeAutoCompleteHints(IWebHistoryItem* otherItem);
47 HRESULT mergeAutoCompleteHints([in] IWebHistoryItem* otherItem);