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

  /external/webkit/WebCore/platform/graphics/android/
android_graphics.h 44 class CachedRoot;
74 const CachedRoot* m_root;
  /external/webkit/WebKit/android/nav/
CachedHistory.h 35 class CachedRoot;
75 friend class CachedRoot;
82 void print(CachedRoot* ) const;
CachedRoot.cpp 39 #include "CachedRoot.h"
684 bool CachedRoot::adjustForScroll(BestData* best, CachedFrame::Direction direction,
713 int CachedRoot::checkForCenter(int x, int y) const
729 void CachedRoot::checkForJiggle(int* xDeltaPtr) const
746 bool CachedRoot::checkRings(SkPicture* picture,
766 void CachedRoot::draw(FindCanvas& canvas) const
777 const CachedNode* CachedRoot::findAt(const WebCore::IntRect& rect,
782 (const_cast<CachedRoot*>(this))->resetClippedOut();
801 WebCore::IntPoint CachedRoot::cursorLocation() const
808 WebCore::IntPoint CachedRoot::focusLocation() cons
    [all...]
WebView.cpp 35 #include "CachedRoot.h"
203 CachedRoot* root = getFrameCache(AllowNewer);
215 CachedRoot* root = getFrameCache(AllowNewer);
236 CachedRoot* root = getFrameCache(DontAllowNewer);
260 CachedRoot* root = getFrameCache(DontAllowNewer);
357 bool drawCursorPreamble(CachedRoot* root)
399 CachedRoot* root = getFrameCache(AllowNewer);
449 CachedRoot* root = getFrameCache(allowNewer);
466 CachedRoot* root = getFrameCache(DontAllowNewer);
524 CachedRoot* getFrameCache(FrameCachePermission allowNewer
    [all...]
SelectText.h 40 class CachedRoot;
CachedRoot.h 47 class CachedRoot : public CachedFrame {
128 CachedRoot* base() const;
CacheBuilder.h 61 class CachedRoot;
82 void buildCache(CachedRoot* root);
217 CachedRoot* cachedRoot, CachedFrame* cachedFrame);
218 bool CleanUpContainedNodes(CachedRoot* cachedRoot, CachedFrame* cachedFrame,
CachedFrame.h 46 class CachedRoot;
110 void init(const CachedRoot* root, int index, WebCore::Frame* frame);
238 const CachedRoot* mRoot;
CachedHistory.cpp 30 #include "CachedRoot.h"
150 void CachedHistory::Debug::print(CachedRoot* root) const
CachedNode.h 45 class CachedRoot;
CachedFrame.cpp 29 #include "CachedRoot.h"
    [all...]
CacheBuilder.cpp 28 #include "CachedRoot.h"
841 void CacheBuilder::buildCache(CachedRoot* root)
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.h 76 class CachedRoot;
458 void updateCursorBounds(const CachedRoot* root,
467 CachedRoot* m_frameCacheKit; // nav data being built by webcore
525 CachedRoot* m_temp;
WebViewCore.cpp 33 #include "CachedRoot.h"
731 // This needs to be called each time we call CachedRoot::setCursor() with
735 void WebViewCore::updateCursorBounds(const CachedRoot* root,
    [all...]
  /external/webkit/WebKit/
Android.mk 65 android/nav/CachedRoot.cpp \

Completed in 213 milliseconds