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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp866 bool oldStyleUsesFixedBackgrounds = m_style->hasFixedBackgroundImage(); local
867 if (newStyleUsesFixedBackgrounds || oldStyleUsesFixedBackgrounds) {
871 bool oldStyleSlowScroll = oldStyle && repaintFixedBackgroundsOnScroll && oldStyleUsesFixedBackgrounds;

Completed in 63 milliseconds