Searched refs:adjustBounds (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DCachedLayer.h49 // FIXME: adjustBounds should be renamed globalBounds or toGlobal
50 IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const;
H A DCachedNode.cpp39 return mIsInLayer ? frame->adjustBounds(this, mBounds) : mBounds;
100 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds;
235 return mIsInLayer ? frame->adjustBounds(this, mHitBounds) : mHitBounds;
309 return mIsInLayer ? frame->adjustBounds(this, rect) : rect;
H A DCachedLayer.cpp36 IntRect CachedLayer::adjustBounds(const LayerAndroid* root, function in class:android::CachedLayer
H A DCachedFrame.h83 WebCore::IntRect adjustBounds(const CachedNode* ,
H A DCachedFrame.cpp40 WebCore::IntRect CachedFrame::adjustBounds(const CachedNode* node, function in class:android::CachedFrame
63 return cachedLayer->adjustBounds(rootLayer, rect);

Completed in 41 milliseconds