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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 106 bool hasScrollingLayer() const { return m_scrollingLayer; }
107 GraphicsLayer* scrollingLayer() const { return m_scrollingLayer.get(); }
259 OwnPtr<GraphicsLayer> m_scrollingLayer; // Only used if the layer is using composited scrolling.
RenderLayerBacking.cpp 236 m_scrollingLayer = nullptr;
687 if (m_scrollingLayer) {
696 m_scrollingLayer->setPosition(FloatPoint(clientBox.location() - localCompositingBounds.location()));
697 m_scrollingLayer->setSize(clientBox.size());
699 IntSize oldScrollingLayerOffset = m_scrollingLayer->offsetFromRenderer();
700 m_scrollingLayer->setOffsetFromRenderer(-toIntSize(clientBox.location()));
702 bool clientBoxOffsetChanged = oldScrollingLayerOffset != m_scrollingLayer->offsetFromRenderer();
    [all...]

Completed in 31 milliseconds