Searched refs:CachedHistory (Results 1 – 8 of 8) sorted by relevance
37 CachedHistory::CachedHistory() { in CachedHistory() function in android::CachedHistory38 memset(this, 0, sizeof(CachedHistory)); // this assume the class has no virtuals in CachedHistory()44 void CachedHistory::addToVisited(const CachedNode* node, CachedFrame::Direction direction) in addToVisited()51 bool CachedHistory::checkVisited(const CachedNode* node, CachedFrame::Direction direction) const in checkVisited()65 void CachedHistory::pinMaxMin(const WebCore::IntRect& viewBounds) in pinMaxMin()81 void CachedHistory::reset() in reset()93 void CachedHistory::setWorking(CachedFrame::Direction newMove, in setWorking()134 CachedHistory* CachedHistory::Debug::base() const { in base()135 CachedHistory* nav = (CachedHistory*) ((char*) this - OFFSETOF(CachedHistory, mDebug)); in base()139 const char* CachedHistory::Debug::direction(CachedFrame::Direction d) const in direction()[all …]
43 class CachedHistory; variable68 void init(WebCore::Frame* , CachedHistory* );88 CachedHistory* rootHistory() const { return mHistory; } in rootHistory()108 CachedHistory* mHistory;
39 class CachedHistory {41 CachedHistory();80 CachedHistory* base() const;
45 class CachedHistory; variable181 bool setDownDirection(const CachedHistory* );182 bool setLeftDirection(const CachedHistory* );183 bool setRightDirection(const CachedHistory* );184 bool setUpDirection(const CachedHistory* );240 CachedHistory* history() const;
576 CachedHistory* cachedHistory = history(); in findClosest()868 CachedHistory* CachedFrame::history() const in history()1176 bool CachedFrame::BestData::setDownDirection(const CachedHistory* history) in setDownDirection()1216 bool CachedFrame::BestData::setLeftDirection(const CachedHistory* history) in setLeftDirection()1256 bool CachedFrame::BestData::setRightDirection(const CachedHistory* history) in setRightDirection()1296 bool CachedFrame::BestData::setUpDirection(const CachedHistory* history) in setUpDirection()
889 void CachedRoot::init(WebCore::Frame* frame, CachedHistory* history) in init()
61 android/nav/CachedHistory.cpp \
536 CachedHistory m_history;