Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp342 LayoutRect flippedStickyBoxRect = stickyBoxRect; in computeStickyPositionConstraints() local
343 containingBlock->flipForWritingMode(flippedStickyBoxRect); in computeStickyPositionConstraints()
344 LayoutPoint stickyLocation = flippedStickyBoxRect.location(); in computeStickyPositionConstraints()
351 … absoluteStickyBoxRect(absContainerFrame.location() + stickyLocation, flippedStickyBoxRect.size()); in computeStickyPositionConstraints()