Searched refs:scrolledOffset (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BlockPainter.cpp | 145 LayoutPoint scrolledOffset = paintOffset; in paintObject() local 147 scrolledOffset.move(-m_renderBlock.scrolledContentOffset()); in paintObject() 154 paintColumnRules(paintInfo, scrolledOffset); in paintObject() 174 paintColumnContents(paintInfo, scrolledOffset); in paintObject() 176 paintContents(paintInfo, scrolledOffset); in paintObject() 183 …paintSelection(paintInfo, scrolledOffset); // Fill in gaps in selection on lines and between block… in paintObject() 188 paintColumnContents(paintInfo, scrolledOffset, true); in paintObject() 190 …m_renderBlock.paintFloats(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPha… in paintObject()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlock.cpp | 2423 LayoutSize scrolledOffset(localOffset); in nodeAtPoint() local 2425 scrolledOffset -= scrolledContentOffset(); in nodeAtPoint() 2429 …if (hitTestContents(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestAc… in nodeAtPoint() 2433 …HitTestFloat && hitTestFloats(request, result, locationInContainer, toLayoutPoint(scrolledOffset))) in nodeAtPoint() 2435 … (hitTestColumns(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestActio… in nodeAtPoint()
|