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

  /external/webkit/WebKit/android/nav/
CachedHistory.cpp 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
    [all...]
CachedHistory.h 37 // CachedHistory is maintained even if DOM is rebuilt by running script.
39 class CachedHistory {
41 CachedHistory();
80 CachedHistory* base() const;

Completed in 20 milliseconds