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/platform/graphics/
GraphicsLayer.cpp 92 , m_contentsVisible(true)
115 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
368 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
370 contentsLayer->setDrawsContent(m_contentsVisible);
455 m_contentsLayer->setDrawsContent(m_contentsVisible);
616 if (!m_contentsVisible) {
618 ts << "(contentsVisible " << m_contentsVisible << ")\n";
879 if (contentsVisible == m_contentsVisible)
882 m_contentsVisible = contentsVisible;
    [all...]
GraphicsLayer.h 165 bool contentsAreVisible() const { return m_contentsVisible; }
327 bool m_contentsVisible : 1;

Completed in 197 milliseconds