Searched refs:hasSameDocumentTree (Results 1 – 3 of 3) sorted by relevance
562 return hasSameDocumentTree(otherItem); in shouldDoSameDocumentNavigationTo()567 bool HistoryItem::hasSameDocumentTree(HistoryItem* otherItem) const in hasSameDocumentTree() function in WebCore::HistoryItem578 if (!otherChild || !child->hasSameDocumentTree(otherChild)) in hasSameDocumentTree()
231 bool hasSameDocumentTree(HistoryItem* otherItem) const;
43361 (WebCore::HistoryItem::hasSameDocumentTree):