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

  /external/webkit/Source/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)
77 void CachedHistory::reset()
89 void CachedHistory::setWorking(CachedFrame::Direction newMove,
130 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;
CachedRoot.h 43 class CachedHistory;
69 void init(WebCore::Frame* , CachedHistory* );
91 CachedHistory* rootHistory() const { return mHistory; }
114 CachedHistory* mHistory;
CachedFrame.h 48 class CachedHistory;
192 bool setDownDirection(const CachedHistory* );
193 bool setLeftDirection(const CachedHistory* );
194 bool setRightDirection(const CachedHistory* );
195 bool setUpDirection(const CachedHistory* );
252 CachedHistory* history() const;
CachedFrame.cpp 27 #include "CachedHistory.h"
630 CachedHistory* cachedHistory = history();
633 bestData->setLeftDirection(cachedHistory);
636 bestData->setRightDirection(cachedHistory);
639 bestData->setUpDirection(cachedHistory);
642 bestData->setDownDirection(cachedHistory);
    [all...]
CachedRoot.cpp 28 #include "CachedHistory.h"
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/
Android.mk 91 android/nav/CachedHistory.cpp \
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 30 #include "CachedHistory.h"
686 CachedHistory m_history;

Completed in 174 milliseconds