Home | History | Annotate | Download | only in nav

Lines Matching refs:CachedHistory

33 #include "CachedHistory.h"
37 CachedHistory::CachedHistory() {
38 memset(this, 0, sizeof(CachedHistory)); // this assume the class has no virtuals
44 void CachedHistory::addToVisited(const CachedNode* node, CachedFrame::Direction direction)
51 bool CachedHistory::checkVisited(const CachedNode* node, CachedFrame::Direction direction) const
65 void CachedHistory::pinMaxMin(const WebCore::IntRect& viewBounds)
77 void CachedHistory::reset()
89 void CachedHistory::setWorking(CachedFrame::Direction newMove,
130 CachedHistory* CachedHistory::Debug::base() const {
131 CachedHistory* nav = (CachedHistory*) ((char*) this - OFFSETOF(CachedHistory, mDebug));
135 const char* CachedHistory::Debug::direction(CachedFrame::Direction d) const
146 void CachedHistory::Debug::print(CachedRoot* root) const
148 CachedHistory* b = base();