Searched refs:floatLeft (Results 1 – 1 of 1) sorted by relevance
5626 int floatLeft = xPositionForFloatIncludingMargin(r) - r->m_renderer->x(); in adjustForBorderFit() local5627 int floatRight = floatLeft + r->m_renderer->width(); in adjustForBorderFit()5628 left = min(left, floatLeft); in adjustForBorderFit()