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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 237 m_scrollingContentsLayer = nullptr;
688 ASSERT(m_scrollingContentsLayer);
705 if (scrollSize != m_scrollingContentsLayer->size() || clientBoxOffsetChanged)
706 m_scrollingContentsLayer->setNeedsDisplay();
709 if (scrollingContentsOffset != m_scrollingContentsLayer->offsetFromRenderer() || scrollSize != m_scrollingContentsLayer->size()) {
713 m_scrollingContentsLayer->setPosition(-m_owningLayer->scrollOrigin());
715 m_scrollingContentsLayer->setPosition(FloatPoint(-adjustedScrollOffset));
718 m_scrollingContentsLayer->setSize(scrollSize);
720 m_scrollingContentsLayer->setOffsetFromRenderer(scrollingContentsOffset, GraphicsLayer::DontSetNeedsDisplay)
    [all...]
RenderLayerBacking.h 108 GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); }
260 OwnPtr<GraphicsLayer> m_scrollingContentsLayer; // Only used if the layer is using composited scrolling.

Completed in 27 milliseconds