Searched refs:shouldBeSelfPaintingLayer (Results 1 – 2 of 2) sorted by relevance
558 bool shouldBeSelfPaintingLayer() const;
142 m_isSelfPaintingLayer = shouldBeSelfPaintingLayer(); in RenderLayer()3781 bool RenderLayer::shouldBeSelfPaintingLayer() const in shouldBeSelfPaintingLayer() function in WebCore::RenderLayer3797 bool isSelfPaintingLayer = this->shouldBeSelfPaintingLayer(); in updateSelfPaintingLayer()