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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 76 bool hasContentsLayer() const { return m_foregroundLayer != 0; }
77 GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
176 OwnPtr<GraphicsLayer> m_foregroundLayer; // only used in cases where we need to draw the foreground separately
RenderLayerBacking.cpp 121 m_foregroundLayer = 0;
351 if (m_foregroundLayer) {
363 m_foregroundLayer->setPosition(foregroundPosition);
364 m_foregroundLayer->setSize(foregroundSize);
365 m_foregroundLayer->setOffsetFromRenderer(foregroundOffset);
385 // m_foregroundLayer has to be inserted in the correct order with child layers,
444 if (!m_foregroundLayer) {
445 m_foregroundLayer = GraphicsLayer::create(this);
447 m_foregroundLayer->setName("Foreground");
449 m_foregroundLayer->setDrawsContent(true)
    [all...]

Completed in 24 milliseconds