Searched defs:drawsContent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.h74 bool drawsContent() { function in class:RenderNode
H A Drender_tree.cc189 !VerifyDictionaryEntry(node, "drawsContent", base::Value::TYPE_BOOLEAN) ||
206 bool drawsContent; local
207 node->GetBoolean("drawsContent", &drawsContent);
208 c->set_drawsContent(drawsContent);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h152 bool drawsContent() const { return m_drawsContent; } function in class:blink::GraphicsLayer
H A DGraphicsLayer.cpp308 // distinction between drawsContent and contentsVisible. So, for m_layer->layer(), these two
309 // flags are combined here. m_contentsLayer shouldn't receive the drawsContent flag
594 json->setBoolean("drawsContent", m_drawsContent);
780 void GraphicsLayer::setDrawsContent(bool drawsContent) argument
784 if (drawsContent == m_drawsContent)
787 m_drawsContent = drawsContent;
896 if (drawsContent()) {
906 if (drawsContent()) {
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc196 bool WebLayerImpl::drawsContent() const { function in class:cc_blink::WebLayerImpl

Completed in 250 milliseconds