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.cpp2040 …bool oldStyleSlowScroll = m_style && !shouldBlitOnFixedBackgroundImage && m_style->hasFixedBackgro… in styleWillChange() local
2048 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground()) in styleWillChange()
2049 oldStyleSlowScroll = false; in styleWillChange()
2053 if (oldStyleSlowScroll != newStyleSlowScroll) { in styleWillChange()
2054 if (oldStyleSlowScroll) in styleWillChange()