Searched refs:checkRings (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKit/android/nav/ |
D | CachedNode.cpp | 113 frame->checkRings(this, mCursorRing, mHitBounds)) { in fixUpCursorRects() 123 if (frame->checkRings(this, mCursorRing, mBounds)) { in fixUpCursorRects()
|
D | CachedRoot.h | 54 bool checkRings(SkPicture* , const WTF::Vector<WebCore::IntRect>& rings,
|
D | CachedFrame.h | 81 bool checkRings(const CachedNode* node,
|
D | CachedFrame.cpp | 120 bool CachedFrame::checkRings(const CachedNode* node, in checkRings() function in android::CachedFrame 124 return mRoot->checkRings(picture(node), rings, bounds); in checkRings()
|
D | CachedRoot.cpp | 746 bool CachedRoot::checkRings(SkPicture* picture, in checkRings() function in android::CachedRoot
|