Searched refs:drawsContent (Results 1 – 13 of 13) sorted by relevance
23 if (!v->drawsContent()) in BeginVisitCCNode()30 if (!l->drawsContent()) in BeginVisitContentLayerNode()
206 bool drawsContent; in InterpretCommonContents() local207 node->GetBoolean("drawsContent", &drawsContent); in InterpretCommonContents()208 c->set_drawsContent(drawsContent); in InterpretCommonContents()
74 bool drawsContent() { in drawsContent() function
101 if (layer.args.drawsContent)110 if (layer.args.drawsContent)
780 void GraphicsLayer::setDrawsContent(bool drawsContent) in setDrawsContent() argument784 if (drawsContent == m_drawsContent) in setDrawsContent()787 m_drawsContent = drawsContent; in setDrawsContent()896 if (drawsContent()) { in setNeedsDisplay()906 if (drawsContent()) { in setNeedsDisplayInRect()
152 bool drawsContent() const { return m_drawsContent; } in drawsContent() function
104 virtual bool drawsContent() const = 0;
88 virtual bool drawsContent() const;
196 bool WebLayerImpl::drawsContent() const { in drawsContent() function in cc_blink::WebLayerImpl
1335 if (!layer->drawsContent()) in hasUnpositionedOverflowControlsLayers()1340 if (!layer->drawsContent()) in hasUnpositionedOverflowControlsLayers()1345 if (!layer->drawsContent()) in hasUnpositionedOverflowControlsLayers()1958 && (compositingAncestorLayer->compositedLayerMapping()->mainGraphicsLayer()->drawsContent() in updateRequiresOwnBackingStoreForAncestorReasons()2016 if (layer->drawsContent()) in operator ()()2036 if (layer->drawsContent()) { in operator ()()
128 if (!newGraphicsLayer->drawsContent()) { in computeEnclosingCompositingLayer()
562 << l.compositedLayerMapping()->mainGraphicsLayer()->drawsContent() in write()
1113 if (layer && layer->drawsContent()) in contentsInCompositedLayer()