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

/external/webkit/WebCore/rendering/
H A DRenderBlock.cpp1967 int lastLeft = leftSelectionOffset(this, lastTop);
1977 int lastLeft = leftSelectionOffset(this, lastTop);
2041 lastLeft = leftSelectionOffset(rootBlock, height());
2070 lastLeft = leftSelectionOffset(rootBlock, height());
2103 lastLeft = leftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom());
2161 lastLeft = leftSelectionOffset(rootBlock, curr->y() + curr->height());
2190 int left = blockX + max(lastLeft, leftSelectionOffset(rootBlock, bottomY));
2206 int left = blockX + max(leftSelectionOffset(rootBlock, yPos), leftSelectionOffset(rootBlock, yPos + height));
2221 int left = max(xPos + tx, blockX + max(leftSelectionOffset(rootBloc
2245 int RenderBlock::leftSelectionOffset(RenderBlock* rootBlock, int yPos) function in class:WebCore::RenderBlock
[all...]

Completed in 25 milliseconds