Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2045 if (newStyleSlowScroll && newStyle->hasEntirelyFixedBackground()) in styleWillChange()
2048 if (oldStyleSlowScroll && m_style->hasEntirelyFixedBackground()) in styleWillChange()
2482 bool RenderObject::hasEntirelyFixedBackground() const in hasEntirelyFixedBackground() function in WebCore::RenderObject
2484 return m_style->hasEntirelyFixedBackground(); in hasEntirelyFixedBackground()
DRenderView.cpp1027 return rootRenderer->hasEntirelyFixedBackground(); in rootBackgroundIsEntirelyFixed()
DRenderObject.h535 bool hasEntirelyFixedBackground() const;
DRenderBox.cpp205 if (oldStyle->hasEntirelyFixedBackground() != newStyle->hasEntirelyFixedBackground()) in styleWillChange()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1021 bool RenderStyle::hasEntirelyFixedBackground() const in hasEntirelyFixedBackground() function in WebCore::RenderStyle
DRenderStyle.h391 bool hasEntirelyFixedBackground() const;