Searched defs:scrolledOffset (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp145 LayoutPoint scrolledOffset = paintOffset; local
147 scrolledOffset.move(-m_renderBlock.scrolledContentOffset());
154 paintColumnRules(paintInfo, scrolledOffset);
174 paintColumnContents(paintInfo, scrolledOffset);
176 paintContents(paintInfo, scrolledOffset);
183 paintSelection(paintInfo, scrolledOffset); // Fill in gaps in selection on lines and between blocks.
188 paintColumnContents(paintInfo, scrolledOffset, true);
190 m_renderBlock.paintFloats(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip);

Completed in 74 milliseconds