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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp2381 int finalY = ty + offset.height(); local
2383 paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
2385 paintContents(info, finalX, finalY);
4068 int finalY = ty + offset.height(); local
4070 hitTestContents(request, result, x, y, finalX, finalY, hitTestAction);
4072 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction) || (hitTestAction == HitTestFloat && hitTestFloats(request, result, x, y, finalX, finalY));

Completed in 143 milliseconds