Home
last modified time | relevance | path

Searched refs:hasSameDocumentTree (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/history/
DHistoryItem.cpp562 return hasSameDocumentTree(otherItem); in shouldDoSameDocumentNavigationTo()
567 bool HistoryItem::hasSameDocumentTree(HistoryItem* otherItem) const in hasSameDocumentTree() function in WebCore::HistoryItem
578 if (!otherChild || !child->hasSameDocumentTree(otherChild)) in hasSameDocumentTree()
DHistoryItem.h231 bool hasSameDocumentTree(HistoryItem* otherItem) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0643361 (WebCore::HistoryItem::hasSameDocumentTree):