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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 178 void setContentsOpaque(bool);
GraphicsLayer.cpp 907 void GraphicsLayer::setContentsOpaque(bool opaque)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 316 m_graphicsLayer->setContentsOpaque(false);
317 m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
319 m_graphicsLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 349 scrollbarGraphicsLayer->setContentsOpaque(isMainFrame && isOpaqueScrollbar);
    [all...]

Completed in 485 milliseconds