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

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1730 bool shouldBlitOnFixedBackgroundImage = false; local
1736 shouldBlitOnFixedBackgroundImage = true;
1739 bool newStyleSlowScroll = newStyle && !shouldBlitOnFixedBackgroundImage && newStyle->hasFixedBackgroundImage();
1740 bool oldStyleSlowScroll = m_style && !shouldBlitOnFixedBackgroundImage && m_style->hasFixedBackgroundImage();

Completed in 45 milliseconds