Home
last modified time | relevance | path

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

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