Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h244 void useFixedAttachment(const IntPoint& attachmentPoint);
DRenderBoxModelObject.cpp955 void RenderBoxModelObject::BackgroundImageGeometry::useFixedAttachment(const IntPoint& attachmentPo… in useFixedAttachment() function in WebCore::RenderBoxModelObject::BackgroundImageGeometry
1142 geometry.useFixedAttachment(snappedPaintRect.location()); in calculateBackgroundImageGeometry()