HomeSort by relevance Sort by last modified time
    Searched refs:adjustBounds (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/android/nav/
CachedLayer.h 48 // FIXME: adjustBounds should be renamed globalBounds or toGlobal
49 IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const;
CachedLayer.cpp 36 IntRect CachedLayer::adjustBounds(const LayerAndroid* root,
CachedNode.cpp 39 return mIsInLayer ? frame->adjustBounds(this, mBounds) : mBounds;
101 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds;
234 return mIsInLayer ? frame->adjustBounds(this, mHitBounds) : mHitBounds;
308 return mIsInLayer ? frame->adjustBounds(this, rect) : rect;
CachedFrame.h 79 WebCore::IntRect adjustBounds(const CachedNode* ,
CachedFrame.cpp 39 WebCore::IntRect CachedFrame::adjustBounds(const CachedNode* node,
45 return layer(node)->adjustBounds(mRoot->rootLayer(), rect);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 46 milliseconds