Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp331 LayoutSize renderFlowThreadOffset; in hitTestFlowThreadPortionInRegion() local
335 renderFlowThreadOffset = accumulatedOffset - flippedFlowThreadPortionRect.location(); in hitTestFlowThreadPortionInRegion()
337 renderFlowThreadOffset = accumulatedOffset - flowThreadPortionRect.location(); in hitTestFlowThreadPortionInRegion()
344 HitTestLocation newHitTestLocation(locationInContainer, -renderFlowThreadOffset, region); in hitTestFlowThreadPortionInRegion()