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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 690 IntRect clientBox = enclosingIntRect(renderBox->clientBoxRect());
693 clientBox.move(renderBox->verticalScrollbarWidth(), 0);
696 m_scrollingLayer->setPosition(FloatPoint(clientBox.location() - localCompositingBounds.location()));
697 m_scrollingLayer->setSize(clientBox.size());
700 m_scrollingLayer->setOffsetFromRenderer(-toIntSize(clientBox.location()));
708 IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset);
    [all...]
RenderBox.cpp     [all...]

Completed in 46 milliseconds