Searched refs:oldStyleSlowScroll (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1818 bool oldStyleSlowScroll = m_style && !shouldBlitOnFixedBackgroundImage && m_style->hasFixedBackgroundImage(); local
1826 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground())
1827 oldStyleSlowScroll = false;
1831 if (oldStyleSlowScroll != newStyleSlowScroll) {
1832 if (oldStyleSlowScroll)

Completed in 71 milliseconds