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

  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 202 void WebLayerImpl::setDrawsContent(bool draws_content) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 115 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
368 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
370 contentsLayer->setDrawsContent(m_contentsVisible);
453 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, for
454 // the correctness of early exit conditions in setDrawsContent() and setContentsVisible().
455 m_contentsLayer->setDrawsContent(m_contentsVisible);
864 void GraphicsLayer::setDrawsContent(bool drawsContent)
867 // WebLayer::setDrawsContent whenever m_contentsLayer is set to a new layer in setupContentsLayer().
878 // WebLayer::setDrawsContent whenever m_contentsLayer is set to a new layer in setupContentsLayer().
    [all...]

Completed in 95 milliseconds