Home
last modified time | relevance | path

Searched refs:checkRings (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedNode.cpp113 frame->checkRings(this, mCursorRing, mHitBounds)) { in fixUpCursorRects()
123 if (frame->checkRings(this, mCursorRing, mBounds)) { in fixUpCursorRects()
DCachedRoot.h54 bool checkRings(SkPicture* , const WTF::Vector<WebCore::IntRect>& rings,
DCachedFrame.h81 bool checkRings(const CachedNode* node,
DCachedFrame.cpp120 bool CachedFrame::checkRings(const CachedNode* node, in checkRings() function in android::CachedFrame
124 return mRoot->checkRings(picture(node), rings, bounds); in checkRings()
DCachedRoot.cpp746 bool CachedRoot::checkRings(SkPicture* picture, in checkRings() function in android::CachedRoot