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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 117 , m_contentsVisible(true)
139 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
563 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
565 contentsLayer->setDrawsContent(m_contentsVisible);
640 m_contentsLayer->setDrawsContent(m_contentsVisible);
759 if (!m_contentsVisible) {
761 ts << "(contentsVisible " << m_contentsVisible << ")\n";
973 if (contentsVisible == m_contentsVisible)
976 m_contentsVisible = contentsVisible;
    [all...]
GraphicsLayer.h 297 bool contentsAreVisible() const { return m_contentsVisible; }
505 bool m_contentsVisible : 1;

Completed in 37 milliseconds