Searched defs:backgroundLayerPaintsFixedRootBackground (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.h96 bool backgroundLayerPaintsFixedRootBackground() const { return m_backgroundLayerPaintsFixedRootBackground; } function in class:blink::FINAL
H A DCompositedLayerMapping.cpp987 if (backgroundLayerPaintsFixedRootBackground()) {
1264 void CompositedLayerMapping::setBackgroundLayerPaintsFixedRootBackground(bool backgroundLayerPaintsFixedRootBackground) argument
1266 m_backgroundLayerPaintsFixedRootBackground = backgroundLayerPaintsFixedRootBackground;

Completed in 73 milliseconds