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

  /external/webkit/WebKit/android/nav/
CachedLayer.h 53 IntRect localBounds(const IntRect& bounds) const;
CachedLayer.cpp 74 IntRect CachedLayer::localBounds(const IntRect& bounds) const
CachedNode.cpp 260 WebCore::IntRect CachedNode::localBounds(const CachedFrame* frame) const
262 return mIsInLayer ? frame->localBounds(this, mBounds) : mBounds;
267 return mIsInLayer ? frame->localBounds(this, mHitBounds) : mHitBounds;
274 return mIsInLayer ? frame->localBounds(this, rect) : rect;
CachedNode.h 129 WebCore::IntRect localBounds(const CachedFrame* ) const;
CachedFrame.h 121 WebCore::IntRect localBounds(const CachedNode* ,
CachedFrame.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 226 SkRect localBounds;
227 bounds(&localBounds);
228 localBounds.intersect(local);
229 if (localBounds.isEmpty())
231 if (m_recordingPicture && boundsIsUnique(*region, localBounds))
232 *region->append() = localBounds;
234 getChild(i)->clipInner(region, m_haveClip ? localBounds : local);
244 SkRect localBounds;
245 bounds(&localBounds);
246 if (localBounds.contains(x, y)
    [all...]
android_graphics.cpp 133 m_bounds = m_node->localBounds(m_frame);
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 350 milliseconds