Searched refs:rootLeft (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderText.cpp402 int rootLeft = box->root()->x(); local
403 int rootRight = rootLeft + box->root()->width();
407 *extraWidthToEndOfLine = (box->root()->width() + rootLeft) - (left + 1);
413 left = min(left, rootLeft + availableWidth - caretWidthRightOfOffset);
421 left = max(left, rootLeft);
423 int leftEdge = min(cb->x(), rootLeft);

Completed in 35 milliseconds