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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1018 bool RenderStyle::hasEntirelyFixedBackground() const function in class:blink::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1823 if (newStyleSlowScroll && newStyle.hasEntirelyFixedBackground())
1826 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground())
2279 bool RenderObject::hasEntirelyFixedBackground() const function in class:blink::RenderObject
2281 return m_style->hasEntirelyFixedBackground();

Completed in 312 milliseconds