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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 100 bool hasContentsLayer() const { return m_foregroundLayer != 0; }
101 GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
250 OwnPtr<GraphicsLayer> m_foregroundLayer; // Only used in cases where we need to draw the foreground separately.
RenderLayerBacking.cpp 231 m_foregroundLayer = nullptr;
642 if (m_foregroundLayer) {
653 m_foregroundLayer->setPosition(foregroundPosition);
654 if (foregroundSize != m_foregroundLayer->size()) {
655 m_foregroundLayer->setSize(foregroundSize);
656 m_foregroundLayer->setNeedsDisplay();
658 m_foregroundLayer->setOffsetFromRenderer(foregroundOffset);
722 if (m_foregroundLayer) {
723 if (m_foregroundLayer->size() != m_scrollingContentsLayer->size())
724 m_foregroundLayer->setSize(m_scrollingContentsLayer->size())
    [all...]

Completed in 21 milliseconds