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

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 138 void WebLayerImpl::setDrawsContent(bool draws_content) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 139 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
563 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
565 contentsLayer->setDrawsContent(m_contentsVisible);
638 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, for
639 // the correctness of early exit conditions in setDrawsContent() and setContentsVisible().
640 m_contentsLayer->setDrawsContent(m_contentsVisible);
958 void GraphicsLayer::setDrawsContent(bool drawsContent)
961 // WebLayer::setDrawsContent whenever m_contentsLayer is set to a new layer in setupContentsLayer().
972 // WebLayer::setDrawsContent whenever m_contentsLayer is set to a new layer in setupContentsLayer().
    [all...]

Completed in 198 milliseconds