Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp2273 LayoutPoint offsetOfPaginationLayerFromRoot; in collectFragments() local
2274 enclosingPaginationLayer()->convertToLayerCoords(rootLayer, offsetOfPaginationLayerFromRoot); in collectFragments()
2276 dirtyRectInFlowThread.moveBy(-offsetOfPaginationLayerFromRoot); in collectFragments()
2301 fragment.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in collectFragments()
2330 LayoutPoint offsetOfPaginationLayerFromRoot; in paintTransformedLayerIntoFragments() local
2334 …erflowContents) ? IgnoreOverflowClip : RespectOverflowClip, &offsetOfPaginationLayerFromRoot, &tra… in paintTransformedLayerIntoFragments()
2345 …ngPaginationLayer()->convertToLayerCoords(paintingInfo.rootLayer, offsetOfPaginationLayerFromRoot); in paintTransformedLayerIntoFragments()
2350 parentClipRect.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in paintTransformedLayerIntoFragments()
2970 LayoutPoint offsetOfPaginationLayerFromRoot; in hitTestTransformedLayerInFragments() local
2973 …lipRects, IncludeOverlayScrollbarSize, RespectOverflowClip, &offsetOfPaginationLayerFromRoot, &tra… in hitTestTransformedLayerInFragments()
[all …]