Home | History | Annotate | Download | only in nav

Lines Matching defs: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)
81 void CachedHistory::reset()
93 void CachedHistory::setWorking(CachedFrame::Direction newMove,
134 CachedHistory* CachedHistory::Debug::base() const {
135 CachedHistory* nav = (CachedHistory*) ((char*) this - OFFSETOF(CachedHistory, mDebug));
139 const char* CachedHistory::Debug::direction(CachedFrame::Direction d) const
150 void CachedHistory::Debug::print(CachedRoot* root) const
152 CachedHistory* b = base();