Home
last modified time | relevance | path

Searched refs:backgroundLayerPaintsFixedRootBackground (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h110 …bool backgroundLayerPaintsFixedRootBackground() const { return m_backgroundLayerPaintsFixedRootBac… in backgroundLayerPaintsFixedRootBackground() function
DCompositedLayerMapping.cpp735 if (backgroundLayerPaintsFixedRootBackground()) { in updateGraphicsLayerGeometry()
1025 …Mapping::setBackgroundLayerPaintsFixedRootBackground(bool backgroundLayerPaintsFixedRootBackground) in setBackgroundLayerPaintsFixedRootBackground() argument
1027 m_backgroundLayerPaintsFixedRootBackground = backgroundLayerPaintsFixedRootBackground; in setBackgroundLayerPaintsFixedRootBackground()
DRenderLayerCompositor.cpp2089 …sIntoOwnBacking && viewLayer->compositedLayerMapping()->backgroundLayerPaintsFixedRootBackground()) in fixedRootBackgroundLayer()
DRenderBoxModelObject.cpp985 return rootLayer->compositedLayerMapping()->backgroundLayerPaintsFixedRootBackground(); in fixedBackgroundPaintsInLocalCoordinates()