Searched refs:adjustBounds (Results 1 – 5 of 5) sorted by relevance
39 return mIsInLayer ? frame->adjustBounds(this, mBounds) : mBounds; in bounds()101 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds; in cursorRingBounds()236 return mIsInLayer ? frame->adjustBounds(this, mHitBounds) : mHitBounds; in hitBounds()310 return mIsInLayer ? frame->adjustBounds(this, rect) : rect; in ring()
50 IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const;
36 IntRect CachedLayer::adjustBounds(const LayerAndroid* root, in adjustBounds() function in android::CachedLayer
83 WebCore::IntRect adjustBounds(const CachedNode* ,
40 WebCore::IntRect CachedFrame::adjustBounds(const CachedNode* node, in adjustBounds() function in android::CachedFrame63 return cachedLayer->adjustBounds(rootLayer, rect); in adjustBounds()