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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp2395 int finalX = tx + offset.width(); local
2398 paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
2400 paintContents(info, finalX, finalY);
4086 int finalX = tx + offset.width(); local
4089 hitTestContents(request, result, x, y, finalX, finalY, hitTestAction);
4091 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction) || (hitTestAction == HitTestFloat && hitTestFloats(request, result, x, y, finalX, finalY));

Completed in 100 milliseconds