HomeSort by relevance Sort by last modified time
    Searched refs:hasSameDocumentTree (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 562 return hasSameDocumentTree(otherItem);
567 bool HistoryItem::hasSameDocumentTree(HistoryItem* otherItem) const
578 if (!otherChild || !child->hasSameDocumentTree(otherChild))
HistoryItem.h 231 bool hasSameDocumentTree(HistoryItem* otherItem) const;

Completed in 158 milliseconds