Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h320 bool fixedBackgroundPaintsInLocalCoordinates() const;
DRenderBoxModelObject.cpp973 bool RenderBoxModelObject::fixedBackgroundPaintsInLocalCoordinates() const in fixedBackgroundPaintsInLocalCoordinates() function in WebCore::RenderBoxModelObject
1051 if (fixedBackgroundPaintsInLocalCoordinates()) in calculateBackgroundImageGeometry()