Home
last modified time | relevance | path

Searched refs:clientBoxRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h260 …LayoutRect clientBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), cli… in clientBoxRect() function
DRenderLayerScrollableArea.cpp431 …SnappedScrollWidth(), pixelSnappedScrollHeight()) - enclosingIntRect(box().clientBoxRect()).size(); in maximumScrollPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp892 IntRect clientBox = enclosingIntRect(renderBox->clientBoxRect()); in updateScrollingLayerGeometry()
938 IntRect clientBox = enclosingIntRect(renderBox->clientBoxRect()); in updateChildClippingMaskLayerGeometry()