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

/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp1967 int lastLeft = leftSelectionOffset(this, lastTop); local
1970 return fillSelectionGaps(this, x, y, x, y, lastTop, lastLeft, lastRight);
1977 int lastLeft = leftSelectionOffset(this, lastTop); local
1980 IntRect gapRectsBounds = fillSelectionGaps(this, tx, ty, tx, ty, lastTop, lastLeft, lastRight, &paintInfo);
2010 int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo)
2041 lastLeft = leftSelectionOffset(rootBlock, height());
2047 result = fillInlineSelectionGaps(rootBlock, blockX, blockY, tx, ty, lastTop, lastLeft, lastRight, paintInfo);
2049 result = fillBlockSelectionGaps(rootBlock, blockX, blockY, tx, ty, lastTop, lastLeft, lastRight, paintInfo);
2053 result.uniteCenter(fillVerticalSelectionGap(lastTop, lastLeft, lastRight, ty + height(),
2059 int& lastTop, int& lastLeft, in
2009 fillSelectionGaps(RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty, int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) argument
2058 fillInlineSelectionGaps(RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty, int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) argument
2109 fillBlockSelectionGaps(RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty, int& lastTop, int& lastLeft, int& lastRight, const PaintInfo* paintInfo) argument
2181 fillVerticalSelectionGap(int lastTop, int lastLeft, int lastRight, int bottomY, RenderBlock* rootBlock, int blockX, int blockY, const PaintInfo* paintInfo) argument
[all...]

Completed in 24 milliseconds