Home
last modified time | relevance | path

Searched refs:CachedRoot (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DSelectText.h40 class CachedRoot; variable
52 IntPoint selectableText(const CachedRoot* );
58 bool startSelection(const CachedRoot* , const IntRect& vis, int x, int y);
59 bool wordSelection(const CachedRoot* , const IntRect& vis, int x, int y);
DCachedRoot.cpp1027 bool CachedRoot::adjustForScroll(BestData* best, CachedFrame::Direction direction, in adjustForScroll()
1055 void CachedRoot::calcBitBounds(const IntRect& nodeBounds, IntRect* bitBounds) const in calcBitBounds()
1081 int CachedRoot::checkForCenter(int x, int y) const in checkForCenter()
1098 void CachedRoot::checkForJiggle(int* xDeltaPtr) const in checkForJiggle()
1116 bool CachedRoot::checkRings(SkPicture* picture, const CachedNode* node, in checkRings()
1144 void CachedRoot::draw(FindCanvas& canvas) const in draw()
1155 const CachedNode* CachedRoot::findAt(const WebCore::IntRect& rect, in findAt()
1167 (const_cast<CachedRoot*>(this))->resetClippedOut(); in findAt()
1186 WebCore::IntPoint CachedRoot::cursorLocation() const in cursorLocation()
1193 WebCore::IntPoint CachedRoot::focusLocation() const in focusLocation()
[all …]
DCachedHistory.h35 class CachedRoot; variable
75 friend class CachedRoot; variable
82 void print(CachedRoot* ) const;
DWebView.cpp270 CachedRoot* root = getFrameCache(AllowNewer); in clearCursor()
282 CachedRoot* root = getFrameCache(AllowNewer); in hideCursor()
290 void hideCursor(CachedRoot* root) in hideCursor()
300 CachedRoot* root = getFrameCache(DontAllowNewer); in debugDump()
324 CachedRoot* root = getFrameCache(DontAllowNewer); in nativeRecordButtons()
473 bool drawCursorPreamble(CachedRoot* root) in drawCursorPreamble()
519 hideCursor(const_cast<CachedRoot*>(m_ring.m_root)); in drawCursorPostamble()
543 CachedRoot* root = getFrameCache(AllowNewer); in drawGL()
624 CachedRoot* root = getFrameCache(AllowNewer); in draw()
681 CachedRoot* root = getFrameCache(allowNewer); in cursorIsTextInput()
[all …]
DCacheBuilder.h63 class CachedRoot; variable
84 void buildCache(CachedRoot* root);
224 CachedRoot* cachedRoot, CachedFrame* cachedFrame);
225 bool CleanUpContainedNodes(CachedRoot* cachedRoot, CachedFrame* cachedFrame,
DCachedRoot.h47 class CachedRoot : public CachedFrame {
134 CachedRoot* base() const;
DCachedFrame.h49 class CachedRoot; variable
119 void init(const CachedRoot* root, int index, WebCore::Frame* frame);
250 const CachedRoot* mRoot;
DCachedHistory.cpp146 void CachedHistory::Debug::print(CachedRoot* root) const in print()
DCachedNode.h46 class CachedRoot; variable
DCachedFrame.cpp932 void CachedFrame::init(const CachedRoot* root, int childFrameIndex, in init()
1116 const_cast<CachedRoot*>(mRoot)->setCursor(NULL, NULL); in setCursor()
1144 const_cast<CachedRoot*>(mRoot)->setCursor(this, test); in setCursor()
DSelectText.cpp1853 IntPoint SelectText::selectableText(const CachedRoot* root) in selectableText()
1901 bool SelectText::startSelection(const CachedRoot* root, const IntRect& vis, in startSelection()
1955 bool SelectText::wordSelection(const CachedRoot* root, const IntRect& vis, in wordSelection()
DCacheBuilder.cpp881 void CacheBuilder::buildCache(CachedRoot* root) in buildCache()
985 CachedRoot* cachedRoot, CachedFrame* cachedFrame) in BuildFrame()
1464 bool CacheBuilder::CleanUpContainedNodes(CachedRoot* cachedRoot, in CleanUpContainedNodes()
/external/webkit/Source/WebCore/platform/graphics/android/
Dandroid_graphics.h45 class CachedRoot; variable
69 const CachedRoot* m_root;
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h100 class CachedRoot; variable
537 void updateCursorBounds(const CachedRoot* root,
584 CachedRoot* m_frameCacheKit; // nav data being built by webcore
677 CachedRoot* m_temp;
DWebViewCore.cpp831 void WebViewCore::updateCursorBounds(const CachedRoot* root, in updateCursorBounds()
1657 m_temp = new CachedRoot(); in updateFrameCache()
/external/webkit/Source/WebKit/
DAndroid.mk95 android/nav/CachedRoot.cpp \