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

/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp1979 int lastLeft = leftSelectionOffset(this, lastTop);
1989 int lastLeft = leftSelectionOffset(this, lastTop);
2053 lastLeft = leftSelectionOffset(rootBlock, height());
2082 lastLeft = leftSelectionOffset(rootBlock, height());
2115 lastLeft = leftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom());
2173 lastLeft = leftSelectionOffset(rootBlock, curr->y() + curr->height());
2202 int left = blockX + max(lastLeft, leftSelectionOffset(rootBlock, bottomY));
2218 int left = blockX + max(leftSelectionOffset(rootBlock, yPos), leftSelectionOffset(rootBlock, yPos + height));
2233 int left = max(xPos + tx, blockX + max(leftSelectionOffset(rootBloc
2257 int RenderBlock::leftSelectionOffset(RenderBlock* rootBlock, int yPos) function in class:WebCore::RenderBlock
[all...]

Completed in 59 milliseconds