Home
last modified time | relevance | path

Searched refs:CachedHistory (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedHistory.cpp37 CachedHistory::CachedHistory() { in CachedHistory() function in android::CachedHistory
38 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 …]
DCachedRoot.h43 class CachedHistory; variable
68 void init(WebCore::Frame* , CachedHistory* );
88 CachedHistory* rootHistory() const { return mHistory; } in rootHistory()
108 CachedHistory* mHistory;
DCachedHistory.h39 class CachedHistory {
41 CachedHistory();
80 CachedHistory* base() const;
DCachedFrame.h45 class CachedHistory; variable
181 bool setDownDirection(const CachedHistory* );
182 bool setLeftDirection(const CachedHistory* );
183 bool setRightDirection(const CachedHistory* );
184 bool setUpDirection(const CachedHistory* );
240 CachedHistory* history() const;
DCachedFrame.cpp576 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()
DCachedRoot.cpp889 void CachedRoot::init(WebCore::Frame* frame, CachedHistory* history) in init()
/external/webkit/WebKit/
DAndroid.mk61 android/nav/CachedHistory.cpp \
/external/webkit/WebKit/android/jni/
DWebViewCore.h536 CachedHistory m_history;