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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.h 62 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; }
RenderView.h 158 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
RenderLayer.h 343 bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const;
    [all...]
RenderBox.h 86 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
    [all...]
RenderView.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 307 m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
310 m_graphicsLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
    [all...]

Completed in 76 milliseconds