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 51 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; }
RenderView.h 202 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE FINAL;
RenderLayerBacking.cpp 287 m_backgroundLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
289 m_graphicsLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
    [all...]
RenderBox.h 54 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
    [all...]
RenderLayer.h 751 bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const;
    [all...]
RenderView.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 487 milliseconds