Searched refs:hasSameDocumentTree (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.cpp566 return hasSameDocumentTree(otherItem);
571 bool HistoryItem::hasSameDocumentTree(HistoryItem* otherItem) const function in class:WebCore::HistoryItem
582 if (!otherChild || !child->hasSameDocumentTree(otherChild))
H A DHistoryItem.h234 bool hasSameDocumentTree(HistoryItem* otherItem) const;

Completed in 112 milliseconds