Searched defs:lastRight (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp1980 int lastRight = rightSelectionOffset(this, lastTop); local
1982 return fillSelectionGaps(this, x, y, x, y, lastTop, lastLeft, lastRight);
1990 int lastRight = rightSelectionOffset(this, lastTop); local
1992 IntRect gapRectsBounds = fillSelectionGaps(this, tx, ty, tx, ty, lastTop, lastLeft, lastRight, &paintInfo);
2022 int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo)
2054 lastRight = rightSelectionOffset(rootBlock, height());
2059 result = fillInlineSelectionGaps(rootBlock, blockX, blockY, tx, ty, lastTop, lastLeft, lastRight, paintInfo);
2061 result = fillBlockSelectionGaps(rootBlock, blockX, blockY, tx, ty, lastTop, lastLeft, lastRight, paintInfo);
2065 result.uniteCenter(fillVerticalSelectionGap(lastTop, lastLeft, lastRight, ty + height(),
2071 int& lastTop, int& lastLeft, int& lastRight, cons
2021 fillSelectionGaps(RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty, int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) argument
2070 fillInlineSelectionGaps(RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty, int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) argument
2121 fillBlockSelectionGaps(RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty, int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) argument
2193 fillVerticalSelectionGap(int lastTop, int lastLeft, int lastRight, int bottomY, RenderBlock* rootBlock, int blockX, int blockY, const PaintInfo* paintInfo) argument
[all...]

Completed in 52 milliseconds